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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Latest 4 last 4 values

  How to get last 4  EDT1 field values from this list below  

C1EDT1
5008363322/10/2012
5008363330/01/2013
5008363316/04/2013
5008363311/07/2013
5008363329/11/2013
5008363313/12/2013
5008363302/06/2014
5008363301/07/2014
5008363302/07/2014
5008363308/10/2014
5008363327/01/2015
5008363301/04/2015
50083633

04/05/2015

50083633

06/05/2015

12 Replies
Not applicable
Author

Thank u Massimo Grossi.

Anonymous
Not applicable
Author

MarcoWedel

If you also need the C1 values corresponding to the last 4 EDT1 values:

firstsortedvalue(C1, -EDT1, 1)

firstsortedvalue(C1, -EDT1, 2)

firstsortedvalue(C1, -EDT1, 3)

firstsortedvalue(C1, -EDT1, 4)



regards


Marco