Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
yogitamehta10
Creator
Creator

Multiple if conditions.

Hi All,

I'm using a table chart, In one of the dimension i have show value of STATUS .

Status has two values Open CLoSED, i want Open to shw when  Flag=1 , for closed i have no condition .  flag is another field in  data  it has 1 and 0 value.

Any solution ????

1 Reply
sunny_talwar

May be this:

If(Status = 'Open', If(Flag = 1, Status), Status)