Kpi Element (ASSL)
SQL Server 2012
Defines a key performance indicator (KPI) within a Cube element or a Perspective element.
<Kpis>
<Kpi> <!-- ancestor: Cube -->
<Name>...</Name>
<ID>...</ID>
<Description>...</Description>
<Translations>...</Translations>
<DisplayFolder>...</DisplayFolder>
<AssociatedMeasureGroupID>...</AssociatedMeasureGroupID>
<Value>...</Value>
<Goal>...</Goal>
<Status>...</Status>
<Trend>...</Trend>
<TrendGraphic>...</TrendGraphic>
<StatusGraphic>...</StatusGraphic>
<CurrentTimeMember>...</CurrentTimeMember>
<Annotations>...</Annotations>
</Kpi>
<!-- or -->
<Kpi xsi:type="PerspectiveKpi">...</Kpi> <!-- ancestor: Perspective -->
</Kpi>
</Kpis>
|
Relationship |
Element |
||||||
|---|---|---|---|---|---|---|---|
|
Parent elements |
|||||||
|
Child elements |
|
The corresponding elements in the Analysis Management Objects (AMO) object model are Kpi and PerspectiveKpi.
