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: 
bmaheshwari
Contributor
Contributor

Load Sql Connectionstring from Excel

Hello All,

I want to load sql connection string from excel sheet or any text file. can you please suggest me how i  will do in Qliksense

and Also i required sqlserver  connection string formate .

Thanks

4 Replies
Shubham_Deshmukh
Specialist
Specialist

Let me understand this, there are several connection strings present in excel or text file and you want to get that one right? Means extraction from excel ? 

bmaheshwari
Contributor
Contributor
Author

yes 

If multiple Connection possible then its good other wise how its possible with single Connection string.

Shubham_Deshmukh
Specialist
Specialist

You can include connection string from file using include as shown in vid, also you can get that connection string name using connectionString() script function. 

Check out below link,

https://www.youtube.com/watch?v=2aummH1vdao

Let me know this works for you or not.

Shubham_Deshmukh
Specialist
Specialist

Worked for you?