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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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