Skip to content

}bedrock.hier.sub.create.attribute.all

lotsaram edited this page Apr 24, 2020 · 3 revisions

Description

This process will create a static subset in Hierarchy of a Dimension that consists of all elements with pAttr attribute value equivalent to pAttrValue.

Note:
This process uses a modification parameters to determine what to include in the subset:

  • pAttr: If specified, only elements that have a value equivalent to pAttrValue will be included in the subset. If blank, this filter will be ignored.
  • pExclusions: If pExclusions is specified then the elements (separated by a delimiter) will be excluded from the subset. Wildcards characters * and ? are accepted.
  • pAddToSubset: If the specified subset already exists then this parameter will control whether elements will be added to the existing subset (value 1) or a new subset will be created (value 0).

Process Parameters

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
pHier String OPTIONAL: Hierarchy name (default if blank = same named hierarchy)
pSub String REQUIRED: Subset name
pAttr String OPTIONAL: Attribute (Blank Equals All)
pAttrValue String OPTIONAL: Attribute Value
pAddToSubset Numeric 0 OPTIONAL: Add to Subset if it Already Exists (0=No 1=Yes)
pExclusions String OPTIONAL: Elements to Exclude From Subset (Separated by Delimiter, Accepts Wild card)
pDelim String & OPTIONAL: Delimiter character
pAlias String OPTIONAL: Set Alias for Subset
pTemp Numeric 1 OPTIONAL: Use temporary objects? (Boolean 1=True)

Full Process Dependencies

Process ExecuteProcess RunProcess
}bedrock.hier.sub.create Y N
}bedrock.hier.sub.exclude Y N
}bedrock.hier.sub.create.bymdx Y N

test sidebar

Clone this wiki locally