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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
peachman
Contributor III
Contributor III

Qlik Mashup - Reading QVD Data direct from QVD using an API.

Hi All,

I have been looking through the documentation for trying to get data directly from a QVD and not via an apps app.getData() methods.

Has anyone been able to do this, I cannot find any methods in the documentation to achieve such endeavour ?

 

 

Labels (1)
10 Replies
stefanstoichev123

Correct but the "readable" XML part will provide just the meta data. If you need the actual data then the situation is more complex and you'll have to read/parse the binary data somehow (read the indexes bit by bit based on offsets etc.)

 

Stefan