跳至主要內容
Adaptive Planning
上次更新時間 :2023-06-23
customReportValues API

customReportValues API

預覽日期︰2025-08-16。正式作業日期︰2025-09-20。
您現在可以使用 customReportValues API 直接將時間偏移套用至版本資料,以進行比較分析。

變更

若要移動報告值的時間軸,您現在可以在 customReportValues API 中為 Version 元素指定以下選用參數︰
  • 偏移︰版本中時間偏移的值。
  • 偏移-級別︰工時班別的精細度 (年、季、月)。

商業效益

此功能可提供靈活性,並增強您的報告和整合體驗。

範例

<tier type="ver"> <el id="2" /> <el id="3" offset="1" offset-strata="2" /> <!-- Co-ordinate with Version id=3 will be offset by 1 unit of time strata id=2. For example if time strata id=2 is quarters, then values of Version id=3 co-ordinates will be shown +1 quarter --> </tier>

我需要做什麼?

若要在報告中移動版本的時間線,您必須在 customReportValues API 的 Version 元素中指定 Offset 和 Offset-strata 參數。

如果我什麼都不做會怎樣?

API 會照常運作。指定新版本參數為選填動作,僅在進行比較分析時才需要。