Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm using a dimension that uses thefollowing Drill down group:
Year
Month
Date
What I want is to show an expression only if the actual dimension is not Date.
How can I make the If statement?
Thanks!!
I magine there must be something like this:
=If(GetActualDimension<>'Date',1,0)
GetCurrentField(groupname) <> 'Date'
-Rob
Thanks!