-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.hier.element.delete
lotsaram edited this page Apr 24, 2019
·
4 revisions
This process will delete specified or all elements from a dimension Hierarchy. Elements might be specified as a delimited list of elements. Each member in the list might be specified exactly or by a wildcard pattern. Wildcards *
and ?
are accepted.
pEle
is set to "*", all elements in pHier
will be deleted!
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 name, accepts wildcards (if = *, then all the dimensions) | |
pHier |
String | Optional: hierarchy name (if blank then same named hierarchy as dimension is assumed), accepts wildcards (if = *, then all hierarchies) | |
pEle |
String | Optional: filter on elements (delimiter separated list of elements, accepts wildcards (if = *, then all the elements in hierarchy get deleted)) | |
pDelim |
String | & |
Optional: delimiter character for element list (required if pEle parameter is used) |
test sidebar