Custom1Top, Custom2Top, Custom3Top, and Custom4Top

Gets the C1Top through C4Top member for the current Account member or for a specified account member. This function can be used in these types of rules:

Syntax

HS.Account.<Object>("Account")
HS.Account.<Object>("")

Note:

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

Table 50. Syntax for C1Top...C4Top Function

Parameter

Description

<Object>

One of these object keywords:

  • C1Top

  • C2Top

  • C3Top

  • C4Top

Account

Name of a valid Account member.

Return Value

The top member for the specified Custom account member.

Example

In this example, the C1Top member is the TotalCosts account.

strVariable = HS.Account.C1Top("TotalCosts")