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: 
Anonymous
Not applicable

Display only the max value of aggregated dimension

Screenshot_1.png

Hello I have the table above in which I want to display onty the max of the 2 values displayed of wal mart.(whole 1st row). How can I do this?

3 Replies
jwjackso
Specialist III
Specialist III

If you are only dealing with those 2 rows, set the dimension = Organization.

First expression =If(Sum({<Tag={'Revenues'}>} Value) > Sum({<Tag={'SalesRevenueNet'}>} Value),'Revenue','SalesRevenueNet')

Second Expression  = Max(Aggr(Max(Value),Organization))

Anonymous
Not applicable
Author

How can I use these 2 expressions together?

sunny_talwar

May be one of this

Max(TOTAL <Organization> Value)