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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
laujerry
Creator
Creator

load a qvf file using qlik sense or qlikview

for qvw files, we can use qlikview to it as file type = "xml" and extract some file properties

but i found that it is not supported for qvf files

can we do sth similar with qvf files in other way?

thanks

1 Solution

Accepted Solutions
rbecher
Partner - Master III
Partner - Master III

Hi Jery,

you can use Engine API to get metadata from the app, or use this extension:

GitHub - countnazgul/QS-backup-and-restore-app

- Ralf

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

View solution in original post

4 Replies
swuehl
Champion III
Champion III

The qvf file does not contain a xml part anymore, the part of a qvw file you could read in to look at some properties.

It seems to hold binary data only.

I haven't seen something apart from QS desktop to open these files, so I think we currently can't look at the qvf properties in a similar way as with qvw's.

reddy-s
Master II
Master II

Hi Jerry,

This is not possible yet with the QVF's.

Thanks,

Sangram.

rbecher
Partner - Master III
Partner - Master III

Hi Jery,

you can use Engine API to get metadata from the app, or use this extension:

GitHub - countnazgul/QS-backup-and-restore-app

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
laujerry
Creator
Creator
Author

thanks all

maybe I can try Ralf's suggested extension