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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
amiroh81
Creator
Creator

query from excell

Hi

I try to write query in SQL and to add condition from XLS file.

for example :

select *

from id_table

where id in (load id from excell)

what is the right syntax?

thanks in advaned

10 Replies
amiroh81
Creator
Creator
Author

thanks a lot.

i need to add Brackets on :

Sql Select * from Table where ID in ( $(vId) ) ;

thanks!