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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.