Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have very poor knowledge on using power shell, So kindly guide me to complete this task.
I need to reload the qliksense application using power shell.
Anyone can help me, what is the step by step procedure for this.
Hello,
I have used this with qlikview; here is the syntaxe:
Start-Process "C:\Program Files\QlikView\qv.exe" "/r C:\QlikView\AccessPoint\Inkoop.qvw"
please test with qliksense and provide feedback.
regards,
Hi,
see this link below:
https://www.powershellgallery.com/packages/Qlik-Cli/1.10
It has a Start-QlikTask cmdlet, maybe that help you.
(it is for enterprise edition, I think with desktop version you can't reload the app like this).
G.
Hi,
Thanks for your valuable reply.
Can you please tell me how to copy the reloaded qvw file and past it into another folder?
using Power shell
So if this is folder and not stream, it is just a Copy-Item to take a backup of application.
hello,
please check article from technet:
regards,