DE.LEAFCHILDRENCOUNT

Returns the number of child base elements of a specified consolidated element.

Syntax

DE.LEAFCHILDRENCOUNT(Dimension, Element)

Dimension is the name of the dimension which contains the consolidated element. Element is the element for which you want to determine the number of base elements.

Examples

This example returns 0:

DE.LEAFCHILDRENCOUNT('Period', '2005')

The four quarters are children. However, none of these is a base element because each contains three months.

This example returns 3:

DE.LEAFCHILDRENCOUNT('Period', '2005_Q2')

The three months of the second quarter are all base elements.