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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
ashishpalkar
Creator III
Creator III

Qlikview Application metadata Information

Hi There

I have existing created Qlikview application, is there any way where I can get list of all objects, expressions , QVD's, database connections , etc information?

Thanks in advance,

Labels (1)
6 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

look into QV prj

QlikView Project Files

It is possible to save a QlikView document into several files that can be used for versioning. Each file defines a property of the document, a sheet, an object, the script etc.

Each time the document is opened and an object or a setting is changed, these changes are saved to the different files, making it easy to follow the changes made in the document. This way it is also possible to see who made a change and to which part of the document.

To create these project files it is necessary to create a folder next to the qvw file with the same name as the QlikView document and add -prj, e.g. the project folder for a document called Finance.qvw should be Finance-prj.

Note!
No data from the document will be saved in the project files.

Files in the Project Folder

The file QlikView.txt contains a list of all the objects part of the QlikView document.

The different sheets and objects in the list are named after their object ID. The project files are:

  • QlikView.txt - contains a list of all the files included in the project
  • AllProperties.xml
  • DocProperties.xml
  • DocInternals.xml
  • TopLayout.xml
  • LoadScript.txt - contains the document load script
  • Module.txt - contains the document macro code, if any exists
  • Module.txt - a single file is created for every sheet. In addition the files contain references to all the sheet objects on the sheet.
  • Separate files are also created for every sheet object: 
    • LB<id>.xml
    • SB<id>.xml
    • MB<id>.xml
    • TB<id>.xml
    • CH<id>.xml
    • IB<id>.xml
    • CS<id>.xml
    • BU<id>.xml
    • TX<id>.xml
    • LA<id>.xml
    • SL<id>.xml
    • SO<id>.xml
    • BM<id>.xml
    • CT<id>.xml
    • RP<id>.xml

The files DocProperties.xml, AllProperties.xml, DocInternals.xml and TopLayout.xml all contain property settings for the different parts of the document. DocBinary.dat contains user sensitive data, such as passwords.

in this thread there are a couple of examples on how is done

Creating prj Folder

ashishpalkar
Creator III
Creator III
Author

Thanks for the updates, i was looking for same info.

MarcoWedel

ashishpalkar
Creator III
Creator III
Author

Thanks , this is exactly what I am looking for.

MarcoWedel

very good.

please close your thread

thanks

regards

Marco

deekshith_juvva
Contributor
Contributor

Hi,

The links above are not working now. Are you aware if there's an alternative?

Thanks in advance!