Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
g23
Contributor III
Contributor III

Peek function to select multiple values

Hi all,

I'm a new qlik sense user and I'm trying to define a variable with multple values in the script editor.

I have a variable that has 3 values, I tryed to use the peek function to define my variable but I can only define one value at a time.

Can someone give me any suggestion to this??

Thanks in advance

1 Reply
g23
Contributor III
Contributor III
Author

This is my script:

$(vTableNameGaranzia):
LOAD * Inline [

Codice Garanzia, Descrizione Garanzia
rca,RCA
ard,ARD
rcaard,Motor (RCA + ARD)

];

and  I need to define a variable for "Codice Agenzia"="ard","rca","rcaard"