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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

how to display different charts by selecting list box?

Hi,

    I have bar created  chart and list box for country

my requirement is if i select country India it has to display bar chart,

                          if i select country Usa it has to display line chart,

                          if i select country  England it has to display pie chart

how can achieve  please help me.

thanking you,

1 Solution

Accepted Solutions
sunny_talwar

Use conditional hide/show on the layout like this

Bar Chart

=Country = 'India'

Line Chart

=Country = 'USA'

Pie Chart

=Country = 'England'

View solution in original post

3 Replies
sunny_talwar

Would you always select a single country or can you select all 3 of them and you would want to see all the three charts? or select 2 of the three and see two charts?

Akina0929
Creator
Creator
Author

hi,

single country i will select, it needs to display single chart

thanking you,

sunny_talwar

Use conditional hide/show on the layout like this

Bar Chart

=Country = 'India'

Line Chart

=Country = 'USA'

Pie Chart

=Country = 'England'