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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

sort the table based on other field

Hi

     i am trying to achieve in straight table some thing like this

     dimension is drill down

     make

     model

     use

expression is finding ratio

sum(commission)/sum(amount)

now what i need is take the top ten ratio based on  vehicle count. that means highest vehicle count of ratio values should come.

for this should i need to use rank function?

can any one suggest some idea

thank you

15 Replies
settu_periasamy
Master III
Master III

Hi,

This will also give the same result..

Dimension Limit -> First 11

Capture.JPG

arulsettu
Master III
Master III
Author

Thanks setu Count column i am not going to show its for reference

PradeepReddy
Specialist II
Specialist II

you can hide the 'Count' expression in presentation tab... then the result would be what you are expecting..

settu_periasamy
Master III
Master III

Hi Arul,

Actually, it is not based on your Count Expression, It is based on the Largest 11 value..

if you remove the 'Count' Expression, it won't affect here...

Check that..

arulsettu
Master III
Master III
Author

No its not working. it bring only largest 10 loss ratio

settu_periasamy
Master III
Master III

Hi Arul,

It is working for me.

I think, you tried with formula and Dimension Limit..

Check the Attachment..