HsGetText

Smart View 함수 HsGetText에 대해 설명합니다.

데이터 소스 유형: Oracle Hyperion Financial Management

설명

HsGetText는 차원 멤버, 셀 참조, 기본 POV 또는 세 가지 모두를 조합한 데이터 소스에서 셀 텍스트를 검색합니다.

주:

사용자가 셀 텍스트를 검색하려면 새로고침을 눌러야 합니다.

구문

개인 연결:

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

공유 연결:

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

URL 연결:

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

자세한 구문 정보는 수동으로 함수 생성을 참조하십시오.

이 예에서 HsGetText는 기본 POV의 HFM01 데이터 소스의 셀 텍스트를 반환합니다.

개인 연결:

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

공유 연결:

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 연결:

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