Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DJF
Contributor II
Contributor II

Is it possible to filter pivot table rows based on a variable for only one value of a dimension?

I'm hoping someone can take a look at the attached sample file and tell me if it's possible to set up qlikview to filter rows out of the pivot table based on the sum(amount) expression using a variable/slider.

 

I'd like to set it up so that it only displays rows in the pivot table when the 2019 sum(amount) value is greater than or equal to the value set by the slider.

Is that possible to do?

 

 

Labels (1)
1 Solution

Accepted Solutions
fosuzuki
Partner - Specialist III
Partner - Specialist III

Try changing the expression to:

If(sum(Amount)>$(vThreshold), sum(Amount))

View solution in original post

1 Reply
fosuzuki
Partner - Specialist III
Partner - Specialist III

Try changing the expression to:

If(sum(Amount)>$(vThreshold), sum(Amount))