If you had Data analytics analysis realms in the version to be migrated and want to calculate the standard deviation for measures in these analysis realms, you need to manually adapt the configuration accordingly.
Procedure
runppmconfig -client <client> -user system -password <password> -mode import -overwrite -realm <PPM99_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>