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: 
rajendras
Contributor III
Contributor III

Qlik View Charts Doudt

Hi

I have a requirement to display 2 List Boxes to display charts with respective of invidual selection list boxes.

when user select Product only the first chart will change. When user select Customer the respective chart required to change(single chart). But the below case when I select from any List Box both charts are changing. Please suggest.

1 Solution

Accepted Solutions
tyagishaila
Specialist
Specialist

Let assume,

Fields are- Product, Customer and Quantity

For Product Chart

Expression: Sum({<Customer= >} Quantity)

For Customer Chart

Expression: Sum({<Product= >} Quantity)

View solution in original post

3 Replies
Anil_Babu_Samineni

Use Alternate States for those as you expected

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tyagishaila
Specialist
Specialist

Let assume,

Fields are- Product, Customer and Quantity

For Product Chart

Expression: Sum({<Customer= >} Quantity)

For Customer Chart

Expression: Sum({<Product= >} Quantity)

rajendras
Contributor III
Contributor III
Author

Thank You Its working for me