機械翻訳について

HsSetText

データソース: Oracle Hyperion Financial Management

説明

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

注意:

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

構文

プライベート接続:

HsSetText("CellTextComments","PrivateConnectionName","POV","CellTextLabel")

共有接続:

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

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

この例では、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")