Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Dear,
I'm unable to import files in the Qliksense Hub.
I have 20 qvfs files and I want to import them at one time. I want to select all qvfs and import them into the Hub.
but I'm unable. please help me for the same.
go to QMC & import QVF 1 by 1.
Vikas
Dear Vikash ji,
Your solution is not fulfilled my requirement. As mentioned that I want to import all selected files at one time.
If have you a solution please do KT.
You can only transfer it one by one, if you have server access you can place qvf files there at once otherwise you will have to do it individually through QMC.
Hi,
you need to do it 1 by 1 there is no such option it is one time activity.
Vikas
You can use QRS API, you would need to develop some code
You can also use qlik-cli in Powershell, although is not supported by Qlik is very easy to use and implement.
https://github.com/ahaydon/Qlik-Cli-Windows
https://adamhaydon.com/Qlik-Cli-Windows/Import-QlikApp.html
Hope it helps!
In addition we also have some basic examples in PowerShell https://github.com/qlik-product-success/qseow-script-snippets/tree/main/QRS%20API
The script qrs_app_upload.ps1 can be used to upload all the files within a folder or only one, there are two options to get to certs, the file itself if you open it has some examples on how to execute the script.
Hope it helps!