Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to build a dynamic graph that only shows the columns of data that the user selects in the check box. But I can't seem to get the conditional formatting to work when there are multiple selections in 'Fields'.
For example, when the following is selected, I want to see this:
Your help is appreciated!
Hi
Use Enable Condition in all dimensions
Ex:
Click status:
Enable condition
use GetCurrentSelections(Field) = 'Status'
Hope it helps
PFA..
Regards,
Rajni
That is exactly what I needed. Thank you!