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

Show/Hide chart based on Button & Listbox selections.

Hi QV,

I have a requirement where chart A should be displayed if I select a Button and a value in the  Listbox.

I tried with getselectedcount(field)>0.

It's working on listbox selection, but when I navigate from one button to another it's not working.

Here I need to show the chart according to button and listbox selection.

anyone know how to achieve this.

Thanks & Regards,

Ananth

10 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Try with this condition

GetSelectedCount(Area)>0 and v_showchart = 'A'