DimensionHierarchy::combineCriteriaAndAccount Method
Gets a container of dimension criteria that match the dimension attributes.
Syntax
client server public static container combineCriteriaAndAccount(
container _dimensionAttributes,
container _dimensionCriteria,
str _mainAccountId,
[int _dimensionCriteriaStartIndex])
Run On
Called
Parameters
- _dimensionAttributes
Type: container
The dimension attributes.
- _dimensionCriteria
Type: container
The dimension criteria or other values that might contain the value for the main account dimension attribute.
- _mainAccountId
Type: str
The main account ID or other value that is associated with the main account dimension attribute.
- _dimensionCriteriaStartIndex
Type: int
The start index of the dimension criteria; the first dimension attribute corresponds to this position.
Return Value
Type: container
A container of dimension criteria that match the dimension attributes.
Remarks
The dimension criteria start index is used when a second set of dimension attributes is used with a single dimension criterion. The type of the main account ID a generic string, because other values, such as account descriptions, can be combined for the dimension attributes.