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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter the Aggr values.

Hi,

I use aggr to create a new dimension. the values of the result are 1,2,3

But I want to get the values greater than and equal to 2.

How to filter it?

1 Reply
Not applicable
Author

=if(aggr(Sum(Amount),Product)=2 ,Product)