HsSetValue

Data sources: Oracle Hyperion Financial Management, Oracle Essbase, Oracle Hyperion Planning; Oracle Hyperion Enterprise® (private connection only)

HsSetValue sends a data value from a worksheet to a data source selected members of a dimension. To send data to a data source, you must have the appropriate load rule and write access for the data source.

Syntax

Private connection:

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

Shared connection:

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

Example

In this example, HsSetValue sends the value from cell H4 to the HFM01 application.

Private connection:

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

Shared connection:

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