Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get Top 2

Hi Friends,

I have a dataset shown in the first table and second table (See Image Screen_Shot.jpg) was created using CROSSTABLE keyword.

Now i want to get the top 2 application based on Rating where # of Survey is greater than 1.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

=if(Aggr((Count(Application) / Count(DISTINCT Rating)),Customer) >= 2,Customer)

View solution in original post

1 Reply
Anonymous
Not applicable
Author

=if(Aggr((Count(Application) / Count(DISTINCT Rating)),Customer) >= 2,Customer)