Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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 (1)
1 Reply
Taoufiq_Zarra

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") 😉