Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to select which expression to show on chart?

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.

2 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

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

Sokkorn
Master
Master

 Hi Beanz,

 

Check here http://community.qlik.com/message/151099#151099 

 

Regards,

Sokkorn