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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (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)