Skip to content

bedrock.hier.create.fromsubset - error line 29 / 40 #443

@AudeLameynardie

Description

@AudeLameynardie

Describe the bug
In the process bedrock.hier.create.fromsubset, lines 29 and 49

CellIsUpdateable( sattrDim, pTgtHier:vElement, sAttrName) = 0

should be replace with

CellIsUpdateable( '}ElementAttributes_' | pTgtDim, pTgtHier:vElement, sAttrName) = 0

To Reproduce
the source dimension has no hierarchy. We use a rollup from this dimension to create a hierarchy on another dimension.

sAttrDim = '}ElementAttributes_' | pSrcDim;
so pTgtHier:vElement will generate an error as the pTgtHier does not exists on the source dimension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions