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: 
prpranav
Contributor II
Contributor II

Display only rows with a small margin between their measures

Hey everyone!

I'm working with state voter data, and I'm trying to create a chart that shows only the counties with a vote count difference of 500 between the winner and runner up.

in the "show column if", I tried:

Max( aggr( sum([Candidate Votes]), Candidate)) - Max( aggr( sum([Candidate Votes]), Candidate),2) <500

But this does not create a visualization. Is there a way to show only the counties with a margin of 500?

Thank you!

0 Replies