HsLabel

Describes the Smart View function, HsLabel.

Data source types: Oracle Hyperion Financial Management

Description

HsLabel displays the default member label for the specified dimension member.

Syntax

Private connection:

HsLabel ("PrivateConnectionName","Dimension#")

Shared connection:

HsLabel ("WSFN|ProviderType|Server|Application|Database","Dimension#")

URL connection:

HsLabel ("URLFN|URL|Server|Application|Database","Dimension#")

For detailed syntax information, see Creating Functions Manually.

Example

In this example, HsLabel function retrieves the label for the Scenario dimension in the Comma application:

Private connection:

HsLabel ("Comma","Scenario#")

Shared connection:

HsLabel ("WSFN|HFM|hfm_svr|Comma|Comma","Scenario#")

URL connection:

HsLabel ("URLFN|https://<servername:port>/hfmadf/../hfmofficeprovider/OfficeProvider|<servername:port>|Comma|Comma","Scenario#")