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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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?

Labels (1)
1 Reply
Not applicable
Author

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