Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Dhirendra_Kharwar__13373
Contributor II
Contributor II

How to import QVF files at one time in the Qliksense Hub

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.

Labels (1)
  • QMC

6 Replies
vikasmahajan

go to QMC & import  QVF  1 by 1.

 

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Dhirendra_Kharwar__13373
Contributor II
Contributor II
Author

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.

neerajthakur
Creator III
Creator III

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.

Thanks & Regards,
Please Accepts as Solution if it solves your query.
vikasmahajan

Hi,

you need to do it  1 by 1 there is no such option it is one time activity.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
NadiaB
Support
Support

Hi @Dhirendra_Kharwar__13373 

You can use QRS API, you would need to develop some code

https://community.qlik.com/t5/Official-Support-Articles/How-to-Import-a-Qlik-Sense-App-Via-the-QRS-A...

 

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!

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
NadiaB
Support
Support

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!

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm