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: 
SatyaPaleti
Creator III
Creator III

How to Show top 10 Minimum Values in Pivot table

Hi Friends,

Attached is the Data I have.

I am Using Fields Description, Item & Inventory as  Dimensions and Rest of the Fields Cost, CurrentCost, Qty & CurrentQty  using In Expressions

Actually Field (Cost) have Negative Values.

My Question is I want to show Field(Cost) in lowest to highest that is top 10 negative values  in PIVOT TABLE

How Can It will be Resolve. Can any one help on this

Thank you,

Satya Paleti.

2 Replies
avinashelite

If(Aggr(Rank(-Sum(Cost)) <= 10,your_required_Dimension),your_required_Dimension)

qlikmsg4u
Specialist
Specialist

Satya,

PFA