Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)