Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert Array to QVD

Hello community,

I have a small node.js script that grabs a couple of tables from separate Qlik Sense application and combines them into one single table.

I would like to save the resulting data in a.qvd. At the moment we've achieved to save it as a .xlsx but we think this is not good enough.

Is this something possible to achieve? Which API would we need to use? There seems to be no information about this use case in the documentation.

Regards,

David

2 Replies
peachman
Contributor III
Contributor III

Was there a solution for this?

devan9876
Creator
Creator

This probably isnt ideal but if you are already able to get them all in an excel file, maybe you could use the "setScript" api to have qliksense load the merged excel file back in and then store that as a qvd. This is just a guess tho 😕

 

 

https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...