Share via


DimensionHierarchy::dimSetValue2Str Method

Gets a full dimension set value.

Syntax

client server public static DimensionSortValue dimSetValue2Str(
    container _dimensionAttributes, 
    container _dimensionCriteria, 
    DimensionsStaticTextString _dimensionSeparator, 
   [int _dimensionCriteriaStartIndex])

Run On

Called

Parameters

  • _dimensionAttributes
    Type: container
    An ordered container of the dimension attributes of the dimension set.
  • _dimensionCriteria
    Type: container
    A list of dimension criteria.
  • _dimensionCriteriaStartIndex
    Type: int
    The position where the list of dimension criteria starts; the first dimension attribute corresponds to this position; optional.

Return Value

Type: DimensionSortValue Extended Data Type
A DimensionSortValue data type that is a full dimension set value.

Remarks

If the main account is present, it is expected to be in the container.

See Also

Reference

DimensionHierarchy Table