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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

why using peek()

why using peek()

Labels (1)
2 Replies
MK_QSL
MVP
MVP

Go to Reference Manual and Search Peek()..

This is a powerful function for scripting !

Anonymous
Not applicable
Author

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

peek( 'Sales' )

returns the value of Sales in the previous record read ( equivalent to previous(Sales) ).

peek( 'Sales', 2 )

returns the value of Sales from the third record read from the current internal table.