From version 9.7, the standard deviation for analysis realms can be calculated. For clients migrated from PPM < 9.7 that had Data analytics analysis realms, you can calculate the standard deviation by adapting the configuration accordingly.
Procedure
runppmconfig -client <client> -user system -password <password> -mode import -overwrite -realm <PPM910_DATA>/custom/<client>/xml/<name of file>
The option for calculating the standard deviation is now available in Data analytics.
Example
<kidef name="amount_payment" table="payment"
column="amount" distribution="TRUE" standarddeviation="FALSE"
retrievertype="KEYINDICATOR" kigroup="KI_GROUP_TIME"
assessment="POS" scale="HOUR">
<description name="Amount" language="en" />
</kidef>
becomes
<kidef name="amount_payment" table="payment"
column="amount" distribution="TRUE"
retrievertype="KEYINDICATOR" kigroup="KI_GROUP_TIME"
assessment="POS" scale="HOUR">
<description name="Amount" language="en" />
</kidef>