Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview Newb needs help with Peek() returning NULL

Hi,

First of what I hope aren't too many posts. I have tried looking for an answer to this in the forums but I just can't seem to figure it out. I have a variable that is being assigned a value using the peek() function, however the values returned are always NULL. The weird thing is that the values in the table that peek() is being pointed to are populated correctly. I guess it must be a syntax thing but I can't see it, please help me?

 

1 Solution

Accepted Solutions
santhiqlik
Creator
Creator

Check this..

Peek('SystemProcessDate',0,'TblGetperiod')

View solution in original post

2 Replies
santhiqlik
Creator
Creator

Check this..

Peek('SystemProcessDate',0,'TblGetperiod')
Anonymous
Not applicable
Author

Thank you. I could have sworn that I had tried that already though but it is working now. Appreciate it.