HsSetText

Hier wordt de Smart View functie 'HsSetText' beschreven.

Soorten gegevensbronnen: Oracle Hyperion Financial Management

Omschrijving

Met HsSetText wordt celtekst verzonden naar een gegevensbron. U kunt alle dimensieonderdelen, celverwijzingen, de standaard-POV of een combinatie van de drie gebruiken.

Opmerking:

Gebruikers moeten op Gegevens versturen klikken om de celtekst op te slaan.

Syntaxis

Privéverbinding:

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

Gedeelde verbinding:

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

URL-verbinding:

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

Zie Functies handmatig maken voor gedetailleerde informatie over syntaxis.

Voorbeeld

Met HsSetText wordt in het volgende voorbeeld de tekst van cel H3 verzonden naar de applicatie HFM01.

Privéverbinding:

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

Gedeelde verbinding:

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

URL-verbinding:

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