Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we export Data load script in QlikSense?
Hi Praveena,
Did you find a way to do this in the end?
Steve
Hello Praveena,
This may not be directly what you need but the scripts which are executed are actually logged in the following location:
C:\ProgramData\Qlik\Sense\Log\Script
This will give you a text log format of the script itself.
Please mark this answer as helpful and correct if this helps.
Thanks,
Mark
Hi Mark,
Thanks for the pointer. The log file is useful, but not if you want to copy and paste that load script into a new application. This is particularly the case if you wish to copy and paste the script into another app.
Hopefully the option will appear soon - it doesn't feel like it would be a difficult thing to add.
Steve
I would also really like to know about this functionality!
Did you manage to solve it?
As far as I am aware, this is still something we are waiting on.
Hopefully it will appear soon - it can't be that difficult.
No, there still isn't a way from QlikSense.
But there is a work around that will be very helpful as your number of Apps increases. If you don't put the load scripts into QlikSense, you don't need to export/import them. Instead, you make your scripts available through a Folder data connection (e.g. SharedLoadScripts). Then, in the App's load script, use Must_Include to pull in the script(s) you need for that App. E.g. $(Must_Include='LIB://SharedLoadScripts/some-script.qvs'); I'm presently refactoring all of my Apps to use this approach.
Pros:
Cons:
You can use ExportScript extension to export and import your QlikSense load script.
Thanks
This extension solves the problem.