HsSetText

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

HsSetTextは、セル・テキストをデータ・ソースに送信します。すべてのディメンション・メンバー、セル参照、デフォルトのPOVを使用できます。また、これらすべてを組み合せて使用することもできます。

注:

セル・テキストを保存するには、「データの送信」をクリックする必要があります。

構文

プライベート接続:

      HsSetText("
      Cell Text Comments
      ","
      PrivateConnectionName
      ";"POV")
   

共有接続:

      HsSetText("
      Cell Text Comments
      ","WSFN|
      ProviderType
      |
      Server
      |
      Application
      |
      Database
      ";"
      POV
      ")
   

次の例では、HsSetTextでセルH3からHFM01アプリケーションにテキストを送信します。

プライベート接続:

      HsSetText("H3","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")
   

共有接続:

      HsSetText("H3","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")