HsGetText

Describe la función de Smart View, HsGetText.

Tipos de orígenes de datos: Oracle Hyperion Financial Management

Descripción

HsGetText recupera texto de celda del origen de datos para miembros de dimensión, referencias de celda, el PDV por defecto o una combinación de todos ellos.

Nota:

Los usuarios deben hacer clic en Refrescar para poder recuperar el texto de celda.

Sintaxis

Conexiones privadas:

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

Conexiones compartidas:

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

Conexión URL:

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

Para obtener información de sintaxis detallada, consulte Creación manual de funciones.

Ejemplo

En este ejemplo, HsGetText devuelve el texto de celda del origen de datos HFM01 para el PDV por defecto.

Conexiones privadas:

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

Conexiones compartidas:

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

Conexión URL:

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