Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
Pls help me for below points
i have a selection parameter A & B
i want to set a condition when i'll select a field from my selection parameter let say B , i want to hide the chart w.r.t B
for that what condition to be written
For that chart ->Show Conditional Expression like: =SelectionField<>'B'
This will make chart hide when you select 'B' .
Hi have a look at the attached document.
=GetFieldSelections(YourField)<>'B'
Regards
ASHFAQ