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

Display a bar chart depending of the selection of another one

Hello !

I have Prodcuts which are regrouping by Category. For each products, I have a quantity for each month.

I have a first bar chart graph which display the quantity of each category by month.

When I click on Category of one month, I want to have the details of the quantity by the products of this category either in the same graph or in another one.

So I created 2 graphs, but while I haven't choose a category in the first graph, the second one has to be hidden.

Is it possible ?

Thank you

Annie

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Go to the second chart layout tab & Show ---> in Conditional-----> not(isnull(getfieldselections(category)))

Thats it.

Regards

View solution in original post

2 Replies
Not applicable
Author

Hi,

Go to the second chart layout tab & Show ---> in Conditional-----> not(isnull(getfieldselections(category)))

Thats it.

Regards

Not applicable
Author

Hihaaaa thank you