Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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.