How do I get a value selected in the filter to use in a measure ?
For Example.
I create a filter with myoptions.
I created a measure named Test (I know that this sintax is wrong).
Test = if( <<<myoption selected in the filter>>> = "Option 1";"OK";"NOTOK")
In creating my measurement I need to check the value selected in the filter. Which command to use to retrieve this selected value in the filter?
For Example.
I create a filter with myoptions.
I created a measure named Test (I know that this sintax is wrong).
Test = if( <<<myoption selected in the filter>>> = "Option 1";"OK";"NOTOK")
In creating my measurement I need to check the value selected in the filter. Which command to use to retrieve this selected value in the filter?