Share via


DimensionHierarchy::focusValue2Str Method

Gets a full dimension set value.

Syntax

client server public static DimensionSortValue focusValue2Str(
    container _focusTemplate, 
    str _accountNum, 
    container _dimensionCriteriaList, 
   [int _startFrom, 
    DimensionsStaticTextString _dimensionSeparator])

Run On

Called

Parameters

  • _focusTemplate
    Type: container
    An ordered container of the dimension attributes of the dimension set.
  • _accountNum
    Type: str
    The account number.
  • _dimensionCriteriaList
    Type: container
    A list of dimension criteria.
  • _startFrom
    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.

See Also

Reference

DimensionHierarchy Table