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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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

Labels (6)
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.