Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Possibly a daft question... How do you make charts/tables only be displayed when only ONE selection is made?
i.e. when user has selected ONE part, the pie charts and data tables are displayed, but will disappear once more than one/0 are selected....
You're help will be most appreciated!
Kind Regards,
Dayna
You may enter under Layout -> Show -> Conditional a condition like
COUNT(MyField) = 1
HTH
Peter
You may enter under Layout -> Show -> Conditional a condition like
COUNT(MyField) = 1
HTH
Peter
Go to properties--> Layout
Under section Show Select Conditional
Give ur condition count(Distinct <your dimension>)=1
Perfect!! Thanks guys!
Kind Regards,
Dayna