Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to make a filter use different dimensions if a condition is met.
So I have a button v.IncludeClosedBranch, if the value is 0 I would like to use one drilldown dimension, and if the value is 1 I would like to use a different drilldown dimension. How would I go about doing this?
Can you share what have you tried so far, would take less time to make corrections instead of assuming the real scenario you have got, something like this may be -
if($(vIncludeClosedBranch), Dimension1,Dimension2)
Thanks for reaching out, I decided to solve the problem by not doing it as it wasn't really necessary.