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: 
rbartley
Specialist II
Specialist II

Accessing files without specifying server name

Hello everyone,

In my QlikView extension, I am able to access files using the following:

var server = "http://s-agri-qvtest1";

var path = server + Qva.Remote + "?public=only&name=Extensions/openlayers MultiLayer Flexible/";

However, I would like to remove the hard-coded server address to make migration of the code easier.  Unfortunately using only Qva.Remote + "?public=only&name=Extensions/openlayers MultiLayer Flexible/"; does not work and results in a file access error.

Any ideas?

Labels (1)
1 Reply
Not applicable

May be create the global variable and use the variable into your vba code.