Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have dimension called Status which has below Values:
CLOSE
OPEN
INPROGRESS
I want to see the status with OPEN status only. I am using below expression but it is not working:
If(Status='OPEN',Status)
Can anybody help me out there?
Yes..Right..It worked fine now...Thanks for clarification Ruben.