Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
i am trying to Backup/Export apps from Qlik Cloud Env to Share Point(Data Connection) using Qlik Cli.
Can anyone suggest me the Command for this?
Note: i am able to export apps to my local machine using below command.but i need to export it to Share Point. I already have a data connection for the share point.
qlik app export [App ID] --NoData > C:\Backup\[App Name].qvf
#Qlik Cli
@KumaRanmy.wgu.edu wrote:
Hi Team,
i am trying to Backup/Export apps from Qlik Cloud Env to Share Point(Data Connection) using Qlik Cli.
Can anyone suggest me the Command for this?
Note: i am able to export apps to my local machine using below command.but i need to export it to Share Point. I already have a data connection for the share point.
qlik app export [App ID] --NoData > C:\Backup\[App Name].qvf
#Qlik Cli
You can use Qlik CLI to export to SharePoint by specifying the SharePoint data connection path in your export command. However, Qlik CLI does not directly support exporting to SharePoint out of the box. As a workaround, you can export the app to a local path first, then use a PowerShell script or automation tool to upload the file to SharePoint.