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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jonesbrown
Creator
Creator

What is Pick function give me an example

Hi All

I am new to Qlikview

What is Pick function give me an example

plz help.

Labels (2)
1 Reply
Taoufiq_Zarra
MVP
MVP

Hi,

Peek() finds the value of a field in a table for a row that has already been loaded or that exists in internal memory

an example from the guide Qlik 

in the script below :

datt.PNG

EmpCode = 101, because Peek(EmployeeCode,0) returns the first value of EmployeeCode in the table EmployeeDates.

Peek(EmployeeCode,2) returns the third value in the table: 102.

...

 

Taoufiq

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉