CustomTop

Returns the CustomTopMember for the current or specified Account member. This function can be used in these types of rules:

Syntax

HS.Account.CustomTop("Member","CustomDimName")
HS.Account.CustomTop("","CustomDimName")

where CustomDimName is a Custom dimension, and Member is an Account dimension member. The member not being specified is only appropriate in the Sub Consolidate subroutine.

Note:

Use a blank string (" ") to apply this function to the current member.

Return Value

The CustomTopMember for the specified Account member.

Example

HS.Account.CustomTop("Prod","Sales")