SubsetGetSize

SubsetGetSize returns the number of elements in a subset.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

SubsetGetSize(DimName, SubsetName);

Argument

Description

DimName The parent dimension of the subset for which you want to determine size.
SubsetName The subset for which you want to determine size.

Example

SubsetGetSize('Region', 'EurAsia');

This function returns the number of elements in the EurAsia subset of the Region dimension.