Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
anna_elle
Contributor
Contributor

Filter within single worksheets or graphs

Hello qlik Folks,

is there a possibility to make a condition filter that applys only for one Chart? I thought of using the formular of the measures. Insted of a simple Sum (Orders) could I use some think like

Sum(orders) Where Country = US

or

Only({<Country={"US"}>} Sum(Orders))

 

Thank you for your help!!

 

 

 

3 Replies
Mark_Little
Luminary
Luminary

HI,

You can use Set Analysis Sum({<Country={'US'}>}Orders)

Or if you what to drive it with a filter look at the Alternate States in the Nov release.

Mark
Ricardo_Gerhard
Employee
Employee

Alternate State should be better than set analysis.
https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Visualizations/alter...
Ricardo Gerhard
OEM Solution Architect
LATAM
612118513
Contributor II
Contributor II

Hi Anna

 

If i understand correctly what you want is a chart that shows the result of a conditional sum, in that case the best option is add in the expression of the chart the follow:

SUM({$< [Orders]= {'US'}>}[Orders])

BR