@HspGetMbrCount
This function returns the member count of the range that is provided.
Syntax
@HspGetMbrCount(StringArray)| Parameter | Description |
|---|---|
| StringArray | An array of string values |
Note
The return value is a number.
Example
This example returns the number of members in the "Element Changes" parent of the Budget Item dimension in a Oracle Hyperion Public Sector Planning and Budgeting application HCP plan type.
@return(@Hspnumtostring(@HspGetMbrCount(@name(@DESC("Element Changes")))),error);This returns 25 because there are 25 children under "Element Changes".