Table of Contents

DiagramPids element

Specifies the IDs of the (read) parameters to be shown in the diagram box.

Type

TypeCommaSeparatedNumbers

Parent

Field

Remarks

Note

This renders the KPIsInDiagram option defined in the Field@options attribute obsolete (see KPIsInDiagram).

Examples

<Field name="Headend" options="ShowCPEChilds;displayInFilter;ignoreEmptyFilterValues;details:11400;tabs:11400-KPI;ShowBubbleupAndInstanceAlarmLevel" pid="11402">
   <DiagramTitleFormat>
<![CDATA[Name:\t\t{pid:1502}\nLocation:\t{pid:1503}\nCode:\t\t{pid:1504}\nTemperature:\t{pid:1506}]]>
   </DiagramTitleFormat>
   <DiagramPids>123,456,768</DiagramPids>
   <DiagramSorting>InstanceSeverity,Name</DiagramSorting>
</Field>