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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unable to fetch value using peek function in Qlikview 12

DateRange:

LOAD

  MIN(OrderDate) as MinDate,

  MAX(OrderDate) as MaxDate

Resident Orders;

LET vMinDate = Peek('MinDate',0,'DateRange')

returning NULL after debugging.I have checked DataRange table has got the values

10 Replies
sunny_talwar

Awesome