getSubstVar

擷取替代變數的值,並將它們顯示在畫面上。

顯示格式是 CUBE_NAME.SUBSTVAR=value,例如,Plan2.CurYear=2016。應用程式層級的替代變數值會以 ALL.SUBSTVAR=value 格式顯示,例如,ALL.CurYear=2016

適用於

PlanningPlanning 模組FreeFormFinancial Consolidation and CloseTax ReportingEnterprise Profitability and Cost ManagementSales PlanningStrategic 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