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: 
Anonymous
Not applicable

Fetching 5th last value from column?

Hi experts..

How to fetch 5th last value from column in frontend using aggr() & without Max().

Plz help its urgent.

Thanxx in advance.

2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi Sonal,

Try

=FieldValue('FieldNAME', 5)

Hope this helps you.

Regards,

Jagan.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

What does '5th last value' mean? By order of the values or by row number? min(Value, 5) or bottom(Value, 5)?


talk is cheap, supply exceeds demand