Definition of process tree in multi-byte character sets

The following extract from the process tree configuration file shows an example of the definition options for process type groups or process types when using a multi-byte character set:

Definition of process type group and process type with default query:

...

<processtypegroup name="διεκπεραίωση εντολής"
dbtablename="CUBE10">

<processparamset>

...

</processparamset>

<functionparamset>

...

</functionparamset>

<processtype name="πώληση τοις μετρητοίς"
autovisible="FALSE">

<processparamset>

<paramset>

...

<kiquery showzero="auto">

<keyindicator>

<criterion name="PNUM"> Number of processes
</criterion>

</keyindicator>

<iteration nullvalue="no">

<criterion name="PROCESSTYPE">Process type
</criterion>

<refinement name="BY_LEVEL1">Rough
</refinement>

</iteration>

<filter>

<criterion name="PROCESSTYPE">Process type
</criterion>

<filteritem operator="or">

<dataitem>

διεκπεραίωση εντολής\πώληση
τοις μετρητοίς

<datatype name="TEXTPAIR">

Text pair
</datatype>

<scale name="LEVEL2SCALE"
factor="2.0">
Detailed
</scale>

</dataitem>

</filteritem>

</filter>

</kiquery>

...

</paramset>

</processparamset>

<functionparamset>

<paramset>

...

<kiquery showzero="auto">

...

<filter>

<criterion name="PROCESSTYPE">Process type
</criterion>

<filteritem operator="or">

<dataitem>

διεκπεραίωση εντολής\πώληση
τοις μετρητοίς

<datatype name="TEXTPAIR">Text pair
</datatype>

<scale name="LEVEL2SCALE"
factor="2.0">
Detailed
</scale>

</dataitem>

</filteritem>

</filter>

...

</kiquery>

</paramset>

</functionparamset>

</processtype>

</processtypegroup>

...

In the example, the process type group διεκπεραίωση εντολής is defined and assigned the process type πώληση τοις μετρητοίς.