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: 
demoustier
Creator
Creator

qvs interpretation

Hi,

We'd like to generate a "QVD, QVF Dictionary" about all our QlikSense application. To be able to recognize sources an child, we'd like to load the .qvs file as a single text in order to sort out the connection string.

Do you have any idea how to load a qvs file in QlikSnense without executing it ?

Kind regards

1 Reply
petter
Partner - Champion III
Partner - Champion III

A .qvs file is a text file and can be read into a table with a LOAD statement:

LOAD

     RowNo() AS R#,

     @1

FROM

    [scriptfile.qvs] (txt);