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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show/ Hide Chart based on selection in list box

I'm trying to show/ hide a chart based on a selection I make on in  a list box. I've tried adding an action to the field of the list box but that does not work.

1 Reply
sergio0592
Specialist III
Specialist III

Hi,

Go in chart properties, and in Layout tab, put in conditionnal :

For one value:

GetFieldSelections(Your_Fied)='Value_which_display_chart'

Is you want display if one value is selectionned among others:

Substringcount(Concat(GetFieldSelections(Your_Field)),'Value_which_display_chart')

In the attached .qvw chart is displaying only if you select Adriano as seller.

Is it what you're trying to achieve?