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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BouwerVa
Contributor III
Contributor III

Looping through Data Base Connections

Hi 

I need to load the same type of data from multiple Databases.

I'm trying to do it in a loop but keep getting an error.

Below is my script and Error. Please Help.ScriptScript

 

ErrorError

 

Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
MVP
MVP

Hi,

Try enclosing the variable in Single Quote as shown below.

 

LIB CONNECT TO '$(ConnectString)' ;

 

Regards,

Kaushik Solanki

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
MVP
MVP

Hi,

Try enclosing the variable in Single Quote as shown below.

 

LIB CONNECT TO '$(ConnectString)' ;

 

Regards,

Kaushik Solanki

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!