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: 
alexpanjhc
Specialist
Specialist

pass field values to a variable or an array?

I have a question in how to passing a field value into a variable

this is my SQL

select A from table X

I want to get the values in A one by one and then use them as varibles.

is there an array or something?

Can you explain how to do it if there is one value or multiple values in A?

Thank you!

1 Solution

Accepted Solutions
alexpanjhc
Specialist
Specialist
Author

OK i think i have a solution by using Peek function for single and then a for loop for that multiple values.

View solution in original post

1 Reply
alexpanjhc
Specialist
Specialist
Author

OK i think i have a solution by using Peek function for single and then a for loop for that multiple values.