대체 변수 값을 검색하여 화면에 표시합니다.
표시 형식은 CUBE_NAME.SUBSTVAR=value입니다(예: Plan2.CurYear=2016). 애플리케이션 레벨 대체 변수 값은 ALL.SUBSTVAR=value 형식(예: ALL.CurYear=2016)으로 표시됩니다.
적용 대상
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Enterprise Profitability and Cost Management, Sales Planning 및 Strategic Workforce Planning.필수 역할
서비스 관리자, 고급 사용자(규칙 실행 액세스 권한이 있는 경우)사용법
epmautomate getSubstVar CUBE_NAME|ALL [name=VARIABLE_NAME] 설명:
CUBE_NAME은 대체 변수를 검색할 소스 큐브(예: Plan1, Plan2)입니다. 애플리케이션 레벨에서 대체 변수를 검색하려면 ALL을 사용합니다.
name=VARIABLE_NAME은 선택적으로 값을 검색할 대체 변수를 확인합니다. 변수 이름을 지정하지 않으면 명령은 모든 대체 변수 값을 검색합니다.
예
애플리케이션 및 큐브 레벨에서 모든 대체 변수의 값 가져오기: epmautomate getSubstVar ALL
애플리케이션 레벨에서 특정 대체 변수 하나의 값 가져오기: epmautomate getSubstVar ALL name=CurYear
큐브 레벨에서 모든 대체 변수의 값 가져오기: epmautomate getSubstVar Plan2
큐브 레벨에서 특정 대체 변수 하나의 가져오기: epmautomate getSubstVar Plan2 name=CurYear