KpiStatus 元素 (CSDLBI)
重要: 這份檔已封存。 如需最新資訊,請參閱 Open 規格 [CSDLBI]:概念結構定義檔案格式與商業智慧批註。
KpiStatus 元素會定義包含在關鍵效能指標 (KPI) 中當做狀態指標使用之值的資料行參考。
元素和屬性
下表列出定義 KpiStatus 元素的元素和屬性。
名稱 | 必要 | 描述 |
---|---|---|
PropertyRef | 是 | 包含在 KPI 中當做狀態指標使用之值的資料行參考。 此元素「必須」只包含單獨一個資料行參考,如 TPropertyRefcomplex 類型所定義。 |
表格式範例
下列 CSDLBI 1.1 版中的範例顯示 AdventureWorks 表格式模型範例中的 KPI。 KpiStatus 元素會參考包含值的資料行 (表示為 PropertyRef)。
<Property Name="InternetCurrSalesPerf" Type="Double">
<bi:Measure>
<bi:Kpi StatusGraphic="Three Stars Colored">
<bi:KpiGoal>
<bi:PropertyRef Name="v_InternetCurrSalesPerf_Goal" />
</bi:KpiGoal>
<bi:KpiStatus>
<bi:PropertyRef Name="v_InternetCurrSalesPerf_Status" />
</bi:KpiStatus>
</bi:Kpi>
</bi:Measure>
</Property>
多維度範例
下列 CSDLBI 1.1 版中的範例會顯示來自 Contoso Operations Cube 的 KPI。 KpiStatus 元素會參考計算 KPI 狀態值的量值。
<bi:Measure
Caption="Sum of SalesAmount"
ReferenceName="Sum of SalesAmount"
FormatString="\$#,0.00;(\$#,0.00);\$#,0.00">
<bi:Kpi
StatusGraphic="Three Circles Colored">
<bi:KpiGoal>
<bi:PropertyRef
Name="v_Sum_of_SalesAmount_Goal" />
</bi:KpiGoal>
<bi:KpiStatus>
<bi:PropertyRef
Name="v_Sum_of_SalesAmount_Status" />
</bi:KpiStatus>
</bi:Kpi>
</bi:Measure>