Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
KumaRan
Contributor III
Contributor III

Export apps to Share point/Data Connection using Qlik Cli

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

 

Labels (2)
1 Reply
jameskhol
Contributor
Contributor


@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.