Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
mcorsato
Contributor
Contributor

Pass Multiple Values With Context Variables

Hello,

Guys i need pass a list of 1000 values with context variables for put in SQL int he IN clause, for example

Select person, age

where person in (context variables with 1000 values)

Can hep me?

Thanks

1 Reply
Anonymous
Not applicable

Compute the IN clause as a String, store that in a context variable and then use the context variable in your SQL query.