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

Peek Issue

Please check the attached example Peek file

Expecting Results

ItemNewvaluePeriod
Ma115020092
Ma115020093
Ma115020094
Ma170020095
Ma190020096
Ma190020097
Ma120020098
Ma120020099
Ma1200200910
Ma1200200911
Ma1200200912

I would like to get the value in the Final table.

Advance thanks for your help.

2 Replies
Not applicable
Author

hi, you don't make any relation between the tables, that's correct?

swuehl
MVP
MVP

Hope I got your issue correctly. Use this in the scrpt for final table:

Final:

Load * ,

if(IsNum(Ends)=0,peek(Newvalue),Ends) as Newvalue

resident A;