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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

get max date value

Hi Community,

I have to show max date value in straight table - for below selection i have to show max Extract date, that should be 30/07/2019 and respective value BCD -2000. 

I have tried with  : SUM({<ADV_ExtractDate={'$(=Max(ADV_ExtractDate))'}>}Amount), but it's not working .

can you please help..

 

Thanks in Advance!

Labels (1)
21 Replies
paulwalker
Creator III
Creator III
Author

Hi Sunny,

This is exactly what i need, but without selection showing different value. (without selection it should be club July and Aug data)

Please find the below screen.

1.PNG

sunny_talwar

Try this

Sum(Aggr(

If(ADV_ExtractDate = Max({<Service *= {"*"}>}Total <AdviserName, ContactID, Month> ADV_ExtractDate), Sum(Amount))

, AdviserName, Service, ADV_ExtractDate, %Key, ContactID, Month))