Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.