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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set variable with table content

Hi,

How can I set a variable with a row?

Something like this:

TABLE:

LOAD ID;

SQL SELECT ID FROM TABLE1 WHERE ID=1;

Set variable = ID

1 Reply
Not applicable
Author

Hi,

look for

LET vID = Peek('ID', 0, 'TableName');

Good luck!

Rainer