BIDateDimensionManager::constructDefaultHierarchyList Method [AX 2012]

Constructs a comma-seperated string that defines the default hierarchy of a date dimension.

Syntax

client server private static BIDateHierarchyLevelList constructDefaultHierarchyList()

Run On

Called

Return Value

Type: BIDateHierarchyLevelList Extended Data Type
A comma-seperated string that defines the default date hierarchy.

Remarks

This method is used to construct a default hierarchy, that is, year, quarter, month, week, and day. This comma-separated string will be read when you create a hierarchy for a date dimension.

See Also

Reference

BIDateDimensionManager Class