HsSetText

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

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

설명

HsSetText는 데이터 소스로 셀 텍스트를 보냅니다. 모든 차원 멤버를 사용하거나 셀 참조, 기본 POV 또는 세 가지 모두를 조합하여 사용할 수 있습니다.

주:

사용자가 셀 텍스트를 저장하려면 데이터 제출을 눌러야 합니다.

구문

개인 연결:

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

공유 연결:

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

URL 연결:

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

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

이 예에서 HsSetText는 셀 H3의 텍스트를 HFM01 애플리케이션으로 보냅니다.

개인 연결:

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

공유 연결:

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

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