Data sources: Financial Management, Essbase, Planning; Hyperion Enterprise (private connection only)
HsGetValue retrieves data from the data source for selected members of a dimension.
When HsGetValue retrieves no data, the value specified for the #NoData/Missing Label replacement option is used (see Table 12, Data Options.)
When users select Refresh or Refresh All, only HsGetValue is called. When users select Submit, HsSetValue is called first, HsGetValue is then called only if HsSetValue returns successfully.
Private connection:
HsGetValue("PrivateConnectionName","POV")
Shared connection:
HsGetValue("WSFN|ProviderType|Server|Application|Database","POV")
In this example, HsGetValue returns the value from the HFM01 application for the default POV.
Private connection:
HsGetValue("HFM01";"Scenario#Actual;Year#2004;Period#July;View#YTD; Entity#UnitedStates.Connecticut;Value#USD;Account#Sales;ICP#[ICP None];Custom1#GolfBalls;Custom2#Customer2;Custom3#[None]; Custom4#Increases")
Shared connection:
HsGetValue("WSFN|HFM|hfm_svr|HFM01|HFM01”;"Scenario#Actual;Year#2004;Period#July; View#YTD;Entity#UnitedStates.Connecticut;Value#USD;Account#Sales;ICP#[ICP None];Custom1#GolfBalls;Custom2#Customer2;Custom3#[None];Custom4#Increases")