Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to export all the content of a QVF to QVS using QLIK CLOUD. can anyone tell me how to do it
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.
The qScript can then be saved to any Cloud filesystem you want.