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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis help max value present in the sum of values

Hi i have date dimension i need to identify the date which has the maximum sum of sales amount.

7 Replies
Anonymous
Not applicable
Author

sunny_talwar

May be this

FirstSortedValue(Date, -Aggr(Sum(Sales), Date))

Anonymous
Not applicable
Author

Sunny i am having  issue i am not getting the right total let me attach excel data.

Anonymous
Not applicable
Author

data1.PNG I want that 9717 to be captured. Attached is the data.

sunny_talwar

Right total? Means total at the top for all dates?

sunny_talwar

So this table should only show you 10/07/2016 and no other date?

Anonymous
Not applicable
Author

it can show other dates as well. Technically i want that number in a text box. but for all dates the value should be maximum value .....