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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get information from qvw file

hello ,

I want to have a .net program which can read some information from qvw file such as Reload time information.

Thanks.:) H

Labels (1)
8 Replies
Not applicable
Author

Hi, you can use the file functions in the windows to get the file time. Basically if you reload the application the qvw file time also changes accordingly.

Or use qlikview workbench to incorporate the qlikview into .net applications.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use any program that can process xml files to do that. Simply read the xml part of the .qvw document. You could for example load that information using Qlikview itself.


talk is cheap, supply exceeds demand
Not applicable
Author

I want to choose the 2nd way.

Could you pls tell me which api should I use?

Not applicable
Author

Hi,

Where can I find the xml files? Is it in the qvw files?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The qvw file contains an xml section. So if you treat the entire qvw file as an xml file you should be able to get the information you're looking for.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks.

I have downloaded a xml editer. And I can see some xml information in the end of the qvw files.

rbecher
Partner - Master III
Partner - Master III

Just search for <LastReloadTimeISO>

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
ergustafsson
Partner - Specialist
Partner - Specialist

Hi,

Check these out, might help you:

http://community.qlik.com/docs/DOC-6580 - Publisher Analyzer Tool

http://community.qlik.com/docs/DOC-5911 - QVPR analysis

Regards,

Erik