Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
Refer this thread for example https://community.qlik.com/thread/49432