HsDescription

Describes the Smart View function, HsDescription.

Cloud data source types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

On-premises data source types: Oracle Essbase, Oracle Hyperion Financial Management

Description

HsDescription displays the description of the specified dimension member.

Essbase only: HsDescription returns the alias name of the specified dimension member.

Syntax

Private connection:

HsDescription ("PrivateConnectionName","Dimension#Member")

Shared connection:

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

URL connection:

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

For detailed syntax information, see Creating Functions Manually.

Example

In this example, HsDescription displays the description for Custom 4.

Private connection:

HsDescription("HFM01","Custom4#Increases")

Shared connection:

HsDescription("WSFN|HFM|hfm_svr|HFM01|HFM01","Custom4#Increases")

URL connection:

HsDescription ("URLFN|https://<servername:port>/hfmadf/../hfmofficeprovider/OfficeProvider|<servername:port>|HFM01|HFM01","Custom4#Increases")