Measure definition in multi-byte character sets

The following extract from the measure configuration file shows an example of the definition options for user-defined measures when using a multi-byte character set:

Example with tooltip and attribute calculation:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE keyindicatorconfig SYSTEM
"KeyindicatorConfiguration.dtd">

<keyindicatorconfig>

...

<calcattr name="ΙΔ_ΟΓΚ_ΕΝΤ" type="PROCESS">

<calculation>

...

</calculation>

</calcattr>

...

<!-- Ορισμός του δείκτη όκγου των εντολών -->

<kidef name="ORDERVOL" attrname="ΙΔ_ΟΓΚ_ΕΝΤ"

type="PROCESS" calculated="FALSE"

distribution="FALSE" standarddeviation="FALSE"

retrievertype="NUM_KEYINDICATOR"

kigroup="KI_GROUP_COST" dimreferring="LOOSE"

importmode="OPTIONAL" sharedfunctionki="FALSE"

functionspanki="FALSE">

<description name="Auftragsvolumen" language="de"/>

Order volume

<description name="Order volume" language="en">

Order volume

<description name="Όγκος εντολών" language="el">

Όγκος εντολών κατα αύξοντα αριθμό

</description>

</kidef>

...

</keyindicatorconfig>