Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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);