Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
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?

1 Reply
Not applicable

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