Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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!