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: 
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.