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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rajnayan
Contributor
Contributor

Export content of QVF to QVS using QLIK CLOUD

i want to export all the content of a QVF to QVS using QLIK CLOUD. can anyone tell me how to do it

Labels (2)
1 Reply
Dalton_Ruer
Support
Support

When you say export the entire QVF to a QVS file, I assume you really mean the LOAD SCRIPT. Since the QVS suffix means Qlik View Script. 

You can automate that by using Qlik Application Automation. The Get Load Script block simply accepts the parameter App Id. You can either manually choose 1 application, or build a loop to iterate through all of the applications in a space, or loop through all spaces. 

QAALoadScript.png

 

The qScript can then be saved to any Cloud filesystem you want. 

qScript.png