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: 
kmmqlick
Contributor III
Contributor III

Top N Sales in Table with MultipleFields

Hi All,

Thanks in Advance

I am facing problem with straight table, i am having dimensions Representative, Customer, Source and Measure Sum(Sales).I taken one straight table with all these fields. Now the issues is i want to see top 10 sales in that table. I need to place one slider to see dynamic Top N sales.(I limit all dimensions to fixed number but showing all sales values)

RepresentativeCustomerSourceStateSum(Sales)
     
     

 

Labels (1)
1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi 
something like this should do the job:
if(rank(total sum(total <Representative,Customer,Source,State> Sales))<=10,sum(Sales),0)