Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts..
How to fetch 5th last value from column in frontend using aggr() & without Max().
Plz help its urgent.
Thanxx in advance.
Hi Sonal,
Try
=FieldValue('FieldNAME', 5)
Hope this helps you.
Regards,
Jagan.
What does '5th last value' mean? By order of the values or by row number? min(Value, 5) or bottom(Value, 5)?