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: 
Anonymous
Not applicable

Get path of the conexion lib://Root

Hi guys,

I hope that you can help me, I need give the path that include the Connection lib,

for example:

i define a Connection named "Root" and this include the path C:/Users

I like that give the path in the scripts

10 Replies
Anonymous
Not applicable
Author

Qliksense create the file csv

vPathCSV --> Lib://Root

vNameTable --> Tabla1

vDelimiter --> ','

STORE '$(vNameTable)' into '$(vPathCSV)$(vNameTable).csv' (txt, delimiter is '$(vDelimiter)');