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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
somenathroy
Creator III
Creator III

FieldValue() function not working

Hi All,

I am trying to write an expression which will extract the field value, skipping two row in forward from the current row on a Straight table. For example, I want to extract the value of the 3rd row of a particular column when the current row number is 1 of a Straight table (see attached file). I am trying to do this using FieldValue() function. But it is not working as expected. Any way out would be appreciated.

Thanks

Som

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

Try

     below(TOTAL SRL_NO, 2)

in your expression.

Similarly you could use above() to get previoue line values.