Skip to content

In all QVFs, vAppPath is hard-coded (but should not be) for the case when vTSEEQ_UseCloudBucketFlag = 1 #2

Description

@qlikperf

In all QVFs, vAppPath is hard-coded (but should not be) for the case when vTSEEQ_UseCloudBucketFlag = 1

IF upper(vQlikProduct) = 'SENSE' and vTSEEQ_UseCloudBucketFlag = 0 THEN
SET vAppPath='$(vApp)$(vAppConnectionNamePostfix)$(vSlash)';
ElseIf upper(vQlikProduct) = 'SENSE' and vTSEEQ_UseCloudBucketFlag = 1 THEN // 2022-07-07 JRR added for SaaS & CloudBucket support
SET vAppPath='$(vTSEEQ_CloudBucketName)/Source Documents/TSEEQ Sales Sample$(vSlash)';
ElseIf upper(vQlikProduct)='VIEW' THEN
SET vAppPath = '..';
ENDIF

The bolded line should set vAppPath from vApp, as is done for the case where vTSEEQ_UseCloudBucketFlag = 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions