This page (revision-18) was last changed on 25-Oct-2013 15:36 by Albrecht Striffler

This page was created on 25-Oct-2013 10:40 by Albrecht Striffler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
18 25-Oct-2013 15:36 9 KB Albrecht Striffler to previous
17 25-Oct-2013 15:12 9 KB Albrecht Striffler to previous | to last
16 25-Oct-2013 15:12 9 KB Albrecht Striffler to previous | to last
15 25-Oct-2013 15:10 9 KB Albrecht Striffler to previous | to last
14 25-Oct-2013 15:10 9 KB Albrecht Striffler to previous | to last
13 25-Oct-2013 13:15 9 KB Albrecht Striffler to previous | to last
12 25-Oct-2013 12:42 9 KB Albrecht Striffler to previous | to last
11 25-Oct-2013 12:41 9 KB Albrecht Striffler to previous | to last
10 25-Oct-2013 12:40 9 KB Albrecht Striffler to previous | to last
9 25-Oct-2013 12:39 9 KB Albrecht Striffler to previous | to last
8 25-Oct-2013 11:44 9 KB Albrecht Striffler to previous | to last
7 25-Oct-2013 11:42 9 KB Albrecht Striffler to previous | to last
6 25-Oct-2013 11:40 9 KB Albrecht Striffler to previous | to last
5 25-Oct-2013 11:39 9 KB Albrecht Striffler to previous | to last
4 25-Oct-2013 11:24 956 bytes Albrecht Striffler to previous | to last
3 25-Oct-2013 10:59 584 bytes Albrecht Striffler to previous | to last
2 25-Oct-2013 10:59 562 bytes Albrecht Striffler to previous | to last
1 25-Oct-2013 10:40 5 bytes Albrecht Striffler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 71 changed 6 lines
3.1.4 Specifying the KPI Markup
After all KPIs are defined and calculated, the actual %%KPIAnalysis markup needs to be added to KPI page. In the markup, the different KPIs to be analyzed and also the cases to be executed have to be specified. The KPIs will be evaluated for every knowledge base that compiles the package the KPI markup is part of.
To add a particular KPI, the annotation @column can be used, defining a column in the excel analysis result file. Any question or solution in the knowledge base can be set as a KPI. The added KPIs will be displayed as the columns in the resulting excel table (see section 4.1).
To add cases, the annotation @case can be used. All cases or test cases defined in the knowledge base can be set. Auto completion will help to use the right name/identifier for the case. Additionally, a regular expression can be used to define all cases that should be included in the result.
By default, all purging is disabled for KPI analysis. This may lead to high memory consumption if analyzing huge cases with very frequent value changes. To avoid this, purging can be enabled by using the annotation @purge, which can be set to enabled or disabled.
3.1.5 Example for a KPI wiki page
!Specifying the KPI Markup
After all KPIs are defined and calculated, the actual {{%%KPIAnalysis}} markup needs to be added to KPI page. In the markup, the different KPIs to be analyzed and also the cases to be executed have to be specified. The KPIs will be evaluated for every knowledge base that compiles the package the KPI markup is part of.\\
To add a particular KPI, the annotation @column can be used, defining a column in the excel analysis result file. Any question or solution in the knowledge base can be set as a KPI. The added KPIs will be displayed as the columns in the resulting excel table (see [section 4.1]).\\
To add cases, the annotation @case can be used. All cases or test cases defined in the knowledge base can be set. Auto completion will help to use the right name/identifier for the case. Additionally, a regular expression can be used to define all cases that should be included in the result.\\
By default, all purging is disabled for KPI analysis. This may lead to high memory consumption if analyzing huge cases with very frequent value changes. To avoid this, purging can be enabled by using the annotation @purge, which can be set to enabled or disabled.\\
! Example for a KPI wiki page
At line 116 added one line