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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
renjithpl
Specialist
Specialist

first 5 value

Hi all

I want to show top 5 highest value but not the sum in a straight table, I can't use sum it aggregates everything

Regards

Then

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Check the attached

this is what your expected?

View solution in original post

7 Replies
MayilVahanan

HI

Use dimension limit or rank() function

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
danielrozental
Master II
Master II

If you're using QV11 you can just limit the dimension, if you're using QV10 you can limit the number of rows that are shown, then sort by the value.

renjithpl
Specialist
Specialist
Author

Im using qv 11 but I don't want to show sum just top maximum 5 values

Table

Id  value

A.  300

A.  200

A.  100

If I sum I get

A.  600

I want like above

Not applicable

Hi,

To Show the Top (Highest)  5 values, go to the properties of the Straight Table.

Top5NoTotals-Limits.png

Under Dimension Limits tab, select your Dimension and mark the check box for "Restrict which values are displayed...."
and set 'Show Only' as 5.

If you are just trying to remove the aggr (total) value displayed on top row, go to the expressions tab,
select the  "No Totals" radio button.

Top5NoTotals.png

Hope that helps.

Please find attachment.

Regards,

-Khaled.

renjithpl
Specialist
Specialist
Author

Im not looking the sum just the first maximum sorted value

Not applicable

Hi

Have you tried setting the sort value to Numeric-Descending...from the table properties for your dimension?

Regards,

-Khaled.

CELAMBARASAN
Partner - Champion
Partner - Champion

Check the attached

this is what your expected?