Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a Radar chart, which has 3 Expressions: 'My Institution' ; 'UK Average' ; 'Group1'
What I want to do is perhaps create a listbox, tickbox or something that I can choose to show either of these expressions, all or none.
I tried creating a variable, but not too sure how to show or hide the expressions?
Any ideas or examples would be greatly appreciated on this one.
Thank-you.
Hi,
Add an Inline table to your load script as a data island with one field "Expressions" or something. Set the values as the 3 expression names. Then, set the chart expressions to be:
IF(Index(GetFieldSelections(Expressions))>0,yourexpressionhere)
Add a listbox for Expressions and that should do it I think.
Hope this helps,
Jason