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

Need Help

How to get the expression by max(snapshot_date) ?

PFA.

The max(snapshot_date)  is 2014-09-09 00:00:00.000 .

I want to show Current Forecast = 800

JE Forecast = 800

which is the value for the latest snapshot.

As, for Fiscal Month : JUL it is having 2 snapshot_date i.e 2014-09-09 00:00:00.000 and 2014-09-03 00:00:00.000.

Thus, now it is adding the values of both snapshot.

My requirement is to get the latest value of the max(snanshot).

2 Replies
tresesco
MVP
MVP

=FirstSortedValue(Current_forecast,-snapshot_date)

suvechha_b
Creator III
Creator III
Author

Yes it worked..

But I want the Total also .

PFA.