Setting the status of a KPI (advanced)
| Article:HOWTO48371 | | | Created: 2011-04-06 | | | Updated: 2011-04-06 | | | Article URL http://www.symantec.com/docs/HOWTO48371 |
IT Analytics Solution can leverage some of the graphical capabilities of Analysis Services and Reporting Services. It looks for visual status indicators, such as a stoplight or other images. This functionality gives a quick, high-level view of the current state of defined KPI.
See Creating Key Performance Indicators (KPIs).
See About Key Performance Indicators (KPIs).
The Status Expression of the KPI is defined as a number between 1 and -1. The most flexible way of defining how these values are populated is through an MDX string.
This procedure is an example of enhancing the KPI that was previously created.
To set the status of a KPI
In the Symantec Management Console, on the Settings menu, click Notification Server > IT Analytics Settings.
Click Key Performance Indicators to edit the KPI that was already created.
In the text area box that pops up, enter the following MDX code:
CASE WHEN aggregate({[Software Update].[Software Update - Severity].&[Critical]}, [Measures].[Vulnerable Computer Count]) < 0.1 * aggregate({[Software Update].[Software Update - Severity].&[Critical]}, [Measures].[Applicable Computer Count]) THEN 1 WHEN aggregate({[Software Update].[Software Update - Severity].&[Critical]}, [Measures].[Vulnerable Computer Count]) > 0.25 * aggregate({[Software Update].[Software Update - Severity].&[Critical]}, [Measures].[Applicable Computer Count]) THEN -1 ELSE 0 ENDA stoplight should display under the Status column. It indicates the current status for this KPI.
|
|
Legacy ID
v18363592_v56976912
Article URL http://www.symantec.com/docs/HOWTO48371
Terms of use for this information are found in Legal Notices









Thank you.