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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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).

Labels (1)
2 Replies
tresB
Champion III
Champion III

=FirstSortedValue(Current_forecast,-snapshot_date)

suvechha_b
Creator III
Creator III
Author

Yes it worked..

But I want the Total also .

PFA.