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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RushMore
Contributor
Contributor

STORE function doesn't work with SharePoint

Hello All!

So I'm stuck with qlik sense STORE function as the following code runs without error (!), but doesn't create any files in any possible extensions to SharePoint 365 (and desktop approach doesn't work here, as I cannot create any connection to my desktop). I tried both referencing to the filename itself with web connector or to the folder - none of it works. Any insight is appreciated.

//SP connect

// 1 .file load
[table1]:
LOAD *
FROM
[lib://Q_MOM_A01 (SERVERNAME)]
(ooxml, embedded labels, table is mom);

//2. Create a qvd file . I used the `tabi.qvd` to store the qvd.

STORE [table1] into [lib://Q_MOM_Folder4QVD (SERVERNAME)/QVDs/tabi.qvd] (qvd);

Exit Script;

 

when I run the script this is the end message

 

Started loading data
 
table1 << mom Lines fetched: 24
 
App saved
 
Finished successfully
0 forced error(s)
0 synthetic key(s)
Labels (1)
0 Replies