Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there a framework for Qlik Sense Cloud?
@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
@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.
Thx, Ive updated now with your change. Still works for me using One drive, please verify with Google Cloud Storage. Regards Magnus
Thanks Magnus, it is working with Google Cloud Storage.
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
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.
Now I'm stuck with this error message. Currently, it seems the connector has troubles with points (".") in the folder structure.
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.
Thx,
Roland