プライマリ・コンテンツへ移動
Oracle® Smart View for Officeユーザーズ・ガイド

E97277-05
目次に移動
目次

前
次
機械翻訳について

HsGetText

データソースのタイプ: Oracle Hyperion Financial Management

説明

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")