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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
10 Replies
amiroh81
Creator
Creator
Author

thanks a lot.

i need to add Brackets on :

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

thanks!