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

Announcements
Maximize ROI with Qlik Professional Services – Expert Guidance, Faster Results: Explore Qlik Services
cancel
Showing results for 
Search instead for 
Did you mean: 
aritting
Creator
Creator

QDF for Qlik Sense Cloud

is there a framework for Qlik Sense Cloud?

Labels (2)
15 Replies
Magnus_Berg
Employee
Employee

@mattnunn1 @aritting  Ive worked on QDF for cloud during this week, and it works quite well now at least against OneDrive. I did a change during the initiation, now Its the same parameters as for QSEoW:
SET vG.HomeContainer='lib://user:OneDrive - user@company.com/QDF_SaaS/Shared';
$(Include=$(vG.HomeContainer)\InitLink.qvs);

Ive added more instructions under https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework-Cloud/blob/main/README.md

mattnunn1
Contributor
Contributor

@Magnus_Berg : I have tested your code against Google Cloud Storage and I needed to make a few small changes to make it work. Google Cloud Storage requires a trailing slash '/' in the folder name for the dirlist function.  I then needed to remove the slash in vl.QDF.Foldername.

let vL.QDF.Foldername =purgechar(subfield('$(vL.QDF.SubDir)','.',-1), '/');
Magnus_Berg
Employee
Employee

Thx, Ive updated now with your change. Still works for me using One drive,  please verify with Google Cloud Storage. Regards Magnus

mattnunn1
Contributor
Contributor

Thanks Magnus, it is working with Google Cloud Storage.

Magnus_Berg
Employee
Employee

That sounds great, can you send me the URL (obscuring company/personal name) you are mapping to 'SET vG.HomeContainer'? Then I can add that to the documentation, thx.  Ive updates most of the functions now to work with QlikCloud as well, so please try them out.. Regards Magnus

rva
Partner - Contributor III
Partner - Contributor III

hi! 

Has anyone got this working with the  "Office 365 Sharepoint Connector"? In my organization I need Admin-Rights to enable One-Drive, but the Sharepoint Connector works out of the Box. Just had to fix some minor issues with trailing Slashes.

 

rva_0-1681989083996.png

 

 

Now I'm stuck with this error message. Currently, it seems the connector has troubles with points (".") in the folder structure.

 

rva_2-1681989160997.png

 

 

I just added a case at Qlik Support "00081114: Qlik Cloud - Office 365 Sharepoint Connector can not read files with point '.' character on filepath". I will give an update as soon as I have an info from Qlik Support.

rva_3-1681989274723.png

 

 

Thx,

Roland