Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discuss and learn more about Qlik Sense app development and usage.
Good morning
I have written an app which, as the final command, stores the table as a CSV into a local folder:
STORE
[Field Names Here]...
FROM DataTable INTO [lib://[Local Filepath Here].csv](txt, delimiter is ', ');
I would like to store this into SharePoint instead. QlikSense has full access to this SharePoint account and I have also set the destination up as a Data Connection. When I do this, the app successfully runs, but the file is not stored in SharePoint.
The command looked like:
STORE
[Field Names Here]...
FROM DataTable INTO [lib://[SharePoint Data Connection Name Here].csv](txt, delimiter is ', ');
Can anyone offer some advice around this?
I am using Qlik Sense June 2020 Patch 15, if that helps.
Thank you!
Jade