We have a situation where we are displaying the sensor temperature table in Visual Overview, but not all temperatures in the table are relevant; only a few with certain keywords in the primary key. Is it possible to filter the table data in Visual Overview based on certain primary keys?
Note: The picture below shows the table. We only want to see the monitored rows in Visual Overview.
Hi Aldrick,
In this case I believe you could use TableRowFilter (see DataMiner Help). For example, if you plan to include only the temperature for the sensors 'FAN-side Sensor' and 'PORT-side Sensor', you could define the shape data as follows:
ParameterControl: TablePID
ParameterControlOptions: TableRowFilter:PK_PID=FAN-side Sensor;PK_PID=PORT-side Sensor
where TablePID is the table that you would like to display in the overview and PK_PID is the parameter ID of the column parameter containing the sensor name (in your case the primary key)