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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

why using peek()

why using peek()

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.