HsSetValue

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

HsSetValueは、ディメンションの選択されたメンバーに対するデータ値をワークシートからデータ・ソースへ送信します。データ・ソースにデータを送信するには、データ・ソースに対する適切なロード規則と書込みアクセス権が必要です。

構文

プライベート接続:

      HsSetValue (dollar amount,"
      PrivateConnectionName
      ","
      POV
      ")
   

共有接続:

      HsSetValue (dollar amount,"WSFN|
      ProviderType
      |
      Server
      |
      Application
      |
      Database
      ","
      POV
      ")
   

次の例では、HsSetValueでセルH4からHFM01アプリケーションに値を送信します。

プライベート接続:

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

共有接続:

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