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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

server container

Hi,

i want to ask if there's something like server container, i can put in it all connections i used

so, in any documents later i just select the connection string i want from that container

is there's something like that in qlikview?

1 Reply
Anonymous
Not applicable
Author

I suggest you Put in all of your connections in a separate txt file or qvs file with all the connections inside separate sub routines and call the specific sub routine that you need in the respective QVW.

First you can use the include statement to read in the script

and then use QVW specific CALL statement to call the sub routine that you need.

hope this helps.