Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Bar charts hide and show

Friends,

Is it possible to show multiple bar charts based on the selection of values in the list box?

For example, if I select the value "Cargosmart" in the list box as in the below image it has to show three bar charts in a sheet and if I select a value "GTNexus" in the list box, 5 bar charts will be shown in the screen.

Screenshot_4.png

So, please help me guys is it possible to do and if it is, help....

4 Replies
arulsettu
Master III
Master III

for Cargosmart

go to chart properties -> layout tab-> conditional show

write the condition

if([Carrier Name] = 'Cargosmart',1,0)

for GTNexus

if([Carrier Name] = 'GTNexus',1,0)


follow this in every chart

karthiksrqv
Partner - Creator II
Partner - Creator II

Adding on to Arul's reply:

If you want chart1 to be displayed for Cargosmart and GTNexus, then in chart1's conditional display put

if(([Carrier Name] = 'Cargosmart' or [Carrier Name] = 'GTNexus'),1,0)

Anonymous
Not applicable
Author

Thanks guys..

buzzy996
Master II
Master II

PFA, just play with list box by selcting Month as Apr 2016 or Aug 2016.

are u looking for the same?