機械翻訳について

HsGetVariable

データソース: Oracle Essbase, Oracle Analytics Cloud - Essbase

説明

HsGetVariableは、置換変数の関連値を取得します。

スマート・スライスでHsGetVariableを使用することはできません。

構文

HsGetVariableは、次のように、複数の範囲のグリッドで、デフォルトの接続名、プライベート接続名、共有接続、またはExcel名前付き範囲を使用できます:

  • デフォルトの接続: HsGetVariable("substitution variable name")

  • プライベート接続: HsGetVariable("PrivateConnectionName","substitution variable name")

  • 共有接続: HsGetVariable("WSFN|ProviderType|Server|Application|Database","substitution variable name")

  • 複数範囲グリッドの名前付き範囲: HsGetVariable("range name","substitution variable name")

構文の詳細については、「手動で関数を作成」を参照してください。

  • デフォルトの接続: HsGetVariable("CurMonth")

  • プライベート接続: HsGetVariable("myprivateconnection_Sample_Basic","CurMonth")

  • 共有接続: HsGetVariable("WSFN|Essbase|esbsvr|Sample|Basic","CurMonth"

  • 名前付き範囲: HsGetVariable("myprivateconnection_Sample_Basic","CurMonth")

注意:

通常、アンパサンド(&)は置換変数を参照するために使用されますが、この関数ではオプションです。