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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

How to Order a table

Hello i need a table with the top 10 Images loaded into an istagram account but my question is how to order the datas and to limit the results to the first 10 images?

Thanks

Marco

1 Solution

Accepted Solutions
marco_puccetti
Partner - Creator
Partner - Creator
Author

To set the top 10 ordering is it correct?

Immagine1.png

View solution in original post

13 Replies
simospa
Partner - Specialist
Partner - Specialist

Hi Marco 🙂

which fields have you for this order by issue?

Consider to use a chart (straight table) and not a Table object: you have a Limit Dimension tab that could help you.

S.

Not applicable

Hi Marco,

Use the below statements:

Dimension: = if(aggr(rank(sum(Value)),Dim)<=10,Dim)

Expression: sum(Value)

Regards,

Sridhar

marco_puccetti
Partner - Creator
Partner - Creator
Author

Thanks

Marco

marco_puccetti
Partner - Creator
Partner - Creator
Author

As regard the date what have i to set in this section?

Dialog.png

Thanks

Marco

buzzy996
Master II
Master II

u can use dimension limits tab and define value as top 10 and uncheck other check boc from same tab.

marco_puccetti
Partner - Creator
Partner - Creator
Author

To set the top 10 ordering is it correct?

Immagine1.png

buzzy996
Master II
Master II

yes dear,are u got expected out after that setting?

marco_puccetti
Partner - Creator
Partner - Creator
Author

With this setting combined with the date sorting i get a tables sorted by date from the most recent to the less recent.

Marco

buzzy996
Master II
Master II

yes,tht will give result accordingly ur dimensions & expresions,tht's not ur looking for?