Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register 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);