建立包含 Profitability and Cost Management 應用程式邏輯的「程式文件報表」。
您可以使用 downloadFile
命令將報表下載至本機電腦。
適用於
Profitability and Cost Management必要角色
用法
epmautomate programDocumentationReport APPLICATION_NAME POV_NAME [fileName=FILE_NAME] [fileType=PDF|WORD|EXCEL|HTML] [useAlias=true|false] [skipFilters=true|false] stringDelimiter="DELIMITER"
,其中:
APPLICATION_NAME
是要建立「程式文件報表」的 Profitability and Cost Management 應用程式名稱。POV_NAME
是應用程式中要產生報表的模型 POV 名稱。
fileName
是報表檔案的唯一名稱 (包括副檔名) (選擇性)。預設報表檔案名稱是 HPCMMLProgramDocumentationReport_APPLICATION_NAME_POV_NAME.pdf
。
fileType
是輸出檔案格式 (選擇性)。預設值為 PDF
。
useAlias
可選擇性地指定是否列印別名,以取代成員名稱。預設值為 false
。
skipFilters
(選擇性) 會指定是否要忽略篩選以加速產生內含多項使用篩選之規則的大型模型報表。預設值為 false。
將此參數設定為 true 會略過解決每項規則篩選的處理,以決定報表中預估來源計數、預估目的地計數,以及預估目標計數的值。反之,處理會使用對應的 Level0 成員計數。如果此參數值設為 false 或未指定,則命令會解決所有篩選,以產生更多準確計數。
stringDelimiter
是 POV 值中使用的分隔符號。分隔符號必須以雙引號括住。範例
epmautomate programDocumentationReport BksML30 2024_Feb_Actual fileName=Feb-Actual.xls fileType=Excel useAlias=true stringDelimiter="_"
epmautomate programDocumentationReport BksML30 2024_Feb_Actual fileName=Feb-Actual.xls fileType=Excel useAlias=true skipFilters=true stringDelimiter="_"