Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

straight table Fields

Hai,

can anyone explain me to get 4th row of values from a 1st field in table. I need to place it in straight table.

Thnks

1 Reply
vgutkovsky
Master II
Master II

You always want the 4th row of your table? The function fieldvalue() will help you. For example: fieldvalue('myfieldname',4)

Regards,