HsDescription

Smart View関数HsDescriptionについて説明します。

クラウド・データ・ソース・タイプ: Oracle EssbasePlanningPlanningモジュールFinancial Consolidation and CloseTax Reporting

オンプレミス・データ・ソース・タイプ: Oracle EssbaseOracle Hyperion Financial Management

説明

HsDescriptionは、指定されたディメンション・メンバーの説明を表示します。

Essbaseのみ: HsDescriptionは、指定されたディメンション・メンバーの別名を返します。

構文

プライベート接続:

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

共有接続:

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

URL接続:

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

構文情報の詳細は、関数の手動作成を参照してください。

次の例では、HsDescriptionでCustom 4の説明を表示します。

プライベート接続:

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

共有接続:

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

URL接続:

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