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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)