Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
We have Qlik Sense Enterprise edition and Qlik Sense Cloud SAAS edition.
We run data extractor, ETL and visualisation application on Qlik Sense Enterprise edition. We are trying to publish the final visualisation application to Qlik Sense SAAS Cloud automatically.
How can we achieve it with Qlik-CLI and set the daily refresh automatically.
We don't have multi cloud license.
Thanks in advance
Rohit
Hi, take a look at the zip file found on this page: https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm
Within is a Powershell script that performs an upload of an app to qlik cloud using qlik-cli. this script can be called from Qlik Sense scheduler as an external task after the reload of the application is done.
Also within the zip is another script that performs a migration based on the info found here: https://qlik.dev/tutorials/migrate-apps-from-qlik-sense-on-windows-to-qlik-sense-saas
Between the two, you should have what you need.
Hi Rohit,
You can do this using the QLIK CLI Script
https://qlik.dev/tutorials/migrate-apps-from-qlik-sense-on-windows-to-qlik-sense-saas
Check this out
Regards,
Bhaskar Kumar
Bhaskar Suggested solution does migration of apps from QSE to Qlik Sense cloud. I am looking for a solution where my app will stay at QSE and QSE connects to Qlik Sense cloud and Client access the app from Qlik Sense cloud.
Is there any way we can connect QSE and Qlik Sense cloud by using CLI?
Thanks,
Rohit
Hi, take a look at the zip file found on this page: https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm
Within is a Powershell script that performs an upload of an app to qlik cloud using qlik-cli. this script can be called from Qlik Sense scheduler as an external task after the reload of the application is done.
Also within the zip is another script that performs a migration based on the info found here: https://qlik.dev/tutorials/migrate-apps-from-qlik-sense-on-windows-to-qlik-sense-saas
Between the two, you should have what you need.
Hi Marcus,
This solutions seems like export app from QSE and import it to Qlik Sense Cloud by Qlik CLI. Is there any way we can do live connection between QSE and Qlik Sense cloud?
I see. You said: "I am looking for a solution where my app will stay at QSE and QSE connects to Qlik Sense cloud and Client access the app from Qlik Sense cloud."
The closest thing to what I think you are aiming for would be to create a link. In the hub, it is Add New > Create Link.
In the same zip file there is a 6_setlinks.ps1 that gives you the means to do this in bulk.
From what I am reading, you are looking for something where the visualization layer runs in Qlik Cloud connecting to an engine in Qlik Sense Enterprise on-premise and that doesn't exist. So you will either need to use the links functionality I just mentioned or export/import to Qlik Cloud. Either of these will give an experience where the user can open the app from Qlik Cloud, then it is just a matter of where you wish for the app to run.