Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

include QVS using lib:

Hi there,

i would like to include a QVS file that i host on sharepoint into my QLIK SENSE load script, but i cant seem to get this done.

Can you maybe pass an example of a syntax that works ?

In QLIK VIEW something like this worked:

$(Include=\\sharepoint\path\path\Script.qvs);

...but SENSE asks for a lib connection..

Thanks in advance.

Philipp

1 Solution

Accepted Solutions
Not applicable
Author

Just create a Folder Connection to the Path (\\sharepoint\path\path\) and then use it in the script


$(Include=[lib://Sample/script.qvs]); 

View solution in original post

2 Replies
Not applicable
Author

Just create a Folder Connection to the Path (\\sharepoint\path\path\) and then use it in the script


$(Include=[lib://Sample/script.qvs]); 

jagan
Luminary Alumni
Luminary Alumni

Hi,

Click on Create new connection button with this shared path \\sharepoint\path\path with some name Sharepoint Path

$(Include=[lib://Sharepoint Path/script.qvs]);


Hope this helps you.


Regards,

jagan.