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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_amiiine_
Contributor III
Contributor III

Storing Data in QVD using Qlik App Automation

Hello everyone,

I have a question regarding Qlik App Automation. Through Qlik App Automation, I query an API using the 'Raw API List Request With No Paging' block, and I store my data in an Excel workbook. However, I would like to store my data in a QVD file instead. Is this possible, and if so, how can I do it ?

Thank you in advance for your response.

 

Labels (5)
6 Replies
JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @_amiiine_ 

I dont think this is possible, but as a workaround you can create a Qlik App that reloads the data from Excel and store it to a qvd. You can use the same automation to start the reload that stores this as a qvd. 

Regards Jandre

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

tolange
Partner Ambassador
Partner Ambassador

I was also looking into this. You would need to create the base64 equivalent of the qvd file - generally possible via some custom code. Then you could write it into Data Files. But to create a qvd, as opposed to csv, you need an external library and that is not possible in QAA custom code blocks unfortunately.

So Jandre's workaround - creating a csv/txt or whatever and having a load script transform it - would also be my suggested approach.

_amiiine_
Contributor III
Contributor III
Author

Hi @JandreKillianRIC 

Thank you for your response.

_amiiine_
Contributor III
Contributor III
Author

Hi @tolange 

Thank you for your response.

JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @_amiiine_ 

Would the solution work based on my reply? 

As mentioned, This is not possible "yet" based on my knowledge/ research. 

Regards Jandre 

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

_amiiine_
Contributor III
Contributor III
Author

Hi Jandre,

Thanks for your response! I ended up storing the data in an Excel file and processing it from there.

Appreciate your help!

Best regards,
Amine