Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Qlik Deployment Framework for Cloud (alpha)
These scripts are specific for Qlik Cloud, meaning that you can not run Qlik Sense desktop, QlikView or Qlik Sense server together with these scripts. Qlik Cloud spaces can be used as containers as well as classic containers stored under external storage that is mapped as a drive in Qlik Cloud.
This is an early alfa with several bugs and limitations in Qlik Cloud. Use standard QDF containers and replace the scripts with these. All QDF functions are loaded in during initiation but not all of functions are tested to work with Qlik Cloud.
SET vG.HomeContainer='lib://user:OneDrive - user/QDF_SaaS/Shared';
$(Include=$(vG.HomeContainer)\InitLink.qvs);
vG.SharedBaseVariablePath/ContainerMap.csv
vG.BasePath
and vG.QVDPath
are generated and used.
Prefix
and ContainerName
under vG.SharedBaseVariablePath/ContainerMap.csv
(no AltPath
are specified in container map)$(include=$(vG.HomeContainer)/InitLinkSkip.qvs);
to skip executing the initiation code that identifies related containers, this only works when initiation has executed successfully one time in the same locationLink to git Qlik Deployment Framework for Cloud (alpha)