HsGetText

Hier wordt de Smart View functie 'HsGetText' beschreven.

Soorten gegevensbronnen: Oracle Hyperion Financial Management

Omschrijving

Met HsGetText wordt celtekst opgehaald van de gegevensbron voor dimensieonderdelen, celverwijzingen, de standaard-POV of een combinatie van alle drie.

Opmerking:

Gebruikers moeten op Vernieuwen klikken om de celtekst op te halen.

Syntaxis

Privéverbinding:

HsGetText ("PrivateConnectionName","POV","CellTextLabel")

Gedeelde verbinding:

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

URL-verbinding:

HsGetText ("URLFN|URL|Server|Application|Database","POV","CellTextLabel")

Zie Functies handmatig maken voor gedetailleerde informatie over syntaxis.

Voorbeeld

Met HsGetText in het volgende voorbeeld wordt de celtekst uit de gegevensbron HFM01 geretourneerd voor de standaard-POV.

Privéverbinding:

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

Gedeelde verbinding:

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

URL-verbinding:

HsGetText("URLFN|https://<servername:port>/hfmadf/../hfmofficeprovider/OfficeProvider|<servername:port>|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")