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

Chart Question

I have the following list box:

I have the following chart:

The results I am looking for is to drop the list box and have a separate chart for each of the clusters.  Is that possible? I know that if I select different items in the list box the chart values change but I dont want that. 

Thanks,

David

1 Solution

Accepted Solutions
Not applicable
Author

Yes thats possible. In the expressions you can use hardcoded Set analysis.

Example

Sum(<{Cluster={'Rio'}}>Cost)   This would be for first chart for Cluster Rio.

Sum(<{Cluster={'West Mesa'}}>Cost)  This would be for second chart for Cluster West Mesa and so on.....

Thanks

View solution in original post

2 Replies
Not applicable
Author

Yes thats possible. In the expressions you can use hardcoded Set analysis.

Example

Sum(<{Cluster={'Rio'}}>Cost)   This would be for first chart for Cluster Rio.

Sum(<{Cluster={'West Mesa'}}>Cost)  This would be for second chart for Cluster West Mesa and so on.....

Thanks

Not applicable
Author

Thank you Ajay.  I tried your example before I asked the question and it did not work.  I see now where I went wrong.