Skip to main content
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.

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