-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.hier.leaves.orphan.check
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process checks all leaf elements (in the Leaves hierarchy) of the specified dimension(s).
Within the Leaves hierarchy for each element all hierarchies are scanned for the existance of the leaf element.
If the leaf element does not exist in all hierarchies except for Leaves then the element is classified as an orphan and added to the "Orphan Leaf Elements" subset.
Additionally when running with pIncludeNoParentElems
parameter set, elements that have no parent will be stored in No Parents subset of matching hierarchy (except Leaves
) within Leaves. The subset name might be accomodated and will be suffixed by dash and name of the matching hierarchy.
Use Case:
- Primarily intended to identify dimensions with maintenance issues during development/prototyping.
- Can also be used for trouble-shooting in productive instances.
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pDim |
String | REQUIRED: Dimension, accepts wildcards (if = *, then all the dimensions) | |
pHier |
String | * |
OPTIONAL: Hierarchy, accepts wildcards (all hierarchies except default and Leaves deleted if = *) |
pTgtSubLeaves |
String | Bedrock - Orphan Elements - Leaves |
OPTIONAL: Name of target subset to store orphans in Leaves hierarchy |
pIncludeNoParentElems |
Numeric | 0 |
OPTIONAL: Include elements that have no parent in any of matching hierarchies |
pTgtSubNoParents |
String | Bedrock - No Parents |
OPTIONAL: Name of target subset to store elements that have no parent in any of matching hierarchies |
pDelim |
String | & |
OPTIONAL: Delimiter character (default value if blank = '&') |
Process doesn't call any dependencies.
test sidebar