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

How to use filter for a graph through expression?

RegionDocument noDays
Germany11
Germany232
India253
Australia352
US4563
Netherlands345
US221
India452

 

For the above mentioned table i want to have a line chart as "days" as measure and " Document Name" as dimension. But need this graph only for particular region for e.g. India without using filter pane. Is there a expression I can use ? Kindly help, Thank you

2 Replies
Jayavignesh
Contributor III
Contributor III

Please use 'Set Analysis' in your expression.

 

e.g. Sum({<Region={'India'}>}Days)

Venkatsj
Contributor III
Contributor III
Author

Hi Thank you @Jayavignesh