Skip to main content Skip to complementary content

Peek - script function

This script function returns the contents of the fieldname in the record specified by row in the internal table tablename. Data are fetched from the associative Qlik Sense database.

Syntax:  

Peek(fieldname [ , row [ , tablename ] ] )

 

Arguments:  

Argument Description
Fieldname Must be given as a string (e.g. a quoted literal).
Row

Must be an integer. 0 denotes the first record, 1 the second and so on. Negative numbers indicate order from the end of the table. -1 denotes the last record read.

If no row is stated, -1 is assumed.

Tablename A table label without the ending colon. If no tablename is stated, the current table is assumed. If used outside the LOAD statement or referring to another table, the tablename must be included.

Learn more

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!