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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Variable expression meaning

Hi Folks,

MinDate=02/01/2010

MinMax is a table and MinDate is a column.

Please explain the meaning of the below expression?


LET vMinDate = Num(Peek('MinDate', 0, 'MinMax'));

Thanks in advance.

Labels (1)
1 Solution

Accepted Solutions
Siva_Sankar
Master II
Master II

Num(Peek('MinDate', 0, 'MinMax'))----> It returns the value of MinDate from the first record read into the table MinMax The value will be stored in vMinDate.

View solution in original post

2 Replies
Siva_Sankar
Master II
Master II

Num(Peek('MinDate', 0, 'MinMax'))----> It returns the value of MinDate from the first record read into the table MinMax The value will be stored in vMinDate.

Siva_Sankar
Master II
Master II


Refer this thread for example https://community.qlik.com/thread/49432