Skip to content

Commit f6d48f8

Browse files
committed
fix usage of xml tag
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 6dca5d9 commit f6d48f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cubeserver/model/class-Cube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Abstract base class for all cube types in the OLAP model. A cube represents a mu
8585
<td>true</td>
8686
</tr>
8787
<tr>
88-
<td colspan="5"><em>Collection of Key Performance Indicators (KPIs) defined for this cube. KPIs are business metrics that measure progress toward specific business objectives and typically include target values, status indicators, and trend information. They provide a structured way to define and track important business measurements like sales targets, quality metrics, or operational efficiency indicators. KPIs often include visual elements like traffic light indicators and are commonly used in executive dashboards and scorecards. KPIs are defined using the <Kpi> element and are primarily exposed via XMLA; they do not directly affect MDX query results and may not be supported by all client tools.</em></td>
88+
<td colspan="5"><em>Collection of Key Performance Indicators (KPIs) defined for this cube. KPIs are business metrics that measure progress toward specific business objectives and typically include target values, status indicators, and trend information. They provide a structured way to define and track important business measurements like sales targets, quality metrics, or operational efficiency indicators. KPIs often include visual elements like traffic light indicators and are commonly used in executive dashboards and scorecards. KPIs are defined using the `Kpi` element and are primarily exposed via XMLA; they do not directly affect MDX query results and may not be supported by all client tools.</em></td>
8989
</tr>
9090
<tr>
9191
<td><strong>defaultMeasure</strong></td>

0 commit comments

Comments
 (0)