Skip to main content

Hey guys,

 

I need some help while doing Lookup on a string. Tried multiple ways :

 

1. by assigning a number

2. doing a running sum

3. comparing running sum to lookup (running sum, -1)

4. if #3 is TRUE then trying to call previous status..

 

This is what I want:

 

If Project Status is Yellow or Red and following month is NULL then carry the same status as previous else do nothing.

 

Thanks in advance!

4 answers
  1. Feb 2, 2018, 2:03 PM

    Good morning - see below

     

    this is the formula

    ifnull(lookup(attr([Status]),0),PREVIOUS_VALUE(attr([Status])))

     

    Good morning - see below this is the formulaifnull(lookup(attr([Status]),0),PREVIOUS_VALUE(attr([Status]))) Jim If this posts assists in resolving the question, please mark it helpful or as the 'corre

     

    Jim

     

    If this posts assists in resolving the question, please mark it helpful or as the 'correct answer' if it resolves the question. This will help other users find the same answer/resolution.  Thank you.

0/9000