Skip to main content
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

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

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

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
MVP
MVP

Just search for <LastReloadTimeISO>

Astrato.io Head of R&D
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