HsGetText

データ・ソース: Financial Management、Hyperion Enterprise (プライベート接続のみ)

HsGetTextは、ディメンション・メンバー、セル参照、デフォルトのPOV、またはこれら3つの組合せのデータ・ソースからセル・テキストを取得します。

注:

セル・テキストを取得するには、「リフレッシュ」をクリックする必要があります。

構文

プライベート接続:

      HsGetText ("
      PrivateConnectionName
      ","
      POV
      ","
      CellTextLabel
      ")
   

共有接続:

      HsGetText ("WSFN|
      ProviderType
      |
      Server
      |
      Application
      |
      Database
      ","
      POV
      ","
      CellTextLabel
      ")
   

次の例では、HsGetText関数でデフォルトのPOVに関してHFM01データ・ソースからセル・テキストを戻します。

プライベート接続:

      HsGetText("HFM01","Scenario#Actual;Year#2004;Period#"&B$2&";View#
<Scenario View>;Entity#UnitedStates.Connecticut;Value#<Entity Currency>;Account#"&$A3&";ICP#[ICP None];Custom1#GolfBalls;Custom2#Customer2;Custom3#[None];Custom4#
Increases")
   

共有接続:

      HsGetText("WSFN|HFM|hfm_svr|HFM01|HFM01","Scenario#Actual;Year#2004;Period#"&B$2&";View#
<Scenario View>;Entity#UnitedStates.Connecticut;Value#<Entity Currency>;Account#"&$A3&";ICP#[ICP None];Custom1#GolfBalls;Custom2#Customer2;Custom3#[None];Custom4#
Increases")