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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Max 10 or Min 10 Value in PivotTable.

Hi,

Do we have maximum no. of sale in pivot table. We can do it in all chart including straight table also, but in pivot table there is no option.

Regards,

A Kumar

3 Replies
Anonymous
Not applicable

Hi,

Try this in Exp

=Sum({<Region={"=Rank(Sum(Sales))<6"}>} Sales)

Regards,

Snehal

sona_sa
Creator II
Creator II
Author

Hi Snehal,

Thanks for replpy, But can you check it for multiple dimesion.

Regards,

A Kumar

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try using Total in the Rank()

=Sum({<Region={"=Rank(TOTAL Sum(Sales))<6"}>} Sales)

Regards,

Jagan.