C# Automation: Get row based on third column

Hi, If you have DIS then you can create the automation script solution through DIS and make use of the class library. The start point for the class library help …

Visio table filtering when using MultiCheckBox

The TableRowFilter can have multiple filters by using the following syntax: TableRowFilter:*PID*=*value to filter*;*PID2*=*value to filter* (PID : parameter ID) if PID == PID2: the filters are combined through an …

EPM Object Alarm Linkage Inconsistencies

Hi Alex, When linking a shape to a CPE object, you have 3 possibilities for the alarm level: Instance: Instance alarm level of the CPE object (default) BubbleUp: Bubble up …

Math on a Visio?

You can take advantage of the following placeholders to do some Math in a Visio as well: Average | DataMiner Docs Max | DataMiner Docs Min | DataMiner Docs Subtract …

Math on a Visio?

As far as I know, there are no straightforward ways to divide or multiply values in a Visual Overview. There’s however a new feature available with dynamic units, Add the …

Math on a Visio?

Hi Jamie, Basic mathematic operations are available such as: Avg Max Min Subtract Sum Multiplying and dividing is not yet possible but can easily be added. Also note that these …

Math on a Visio?

Hi Jamie, It is possible to use the shape data ParametersSummary to perform some calculations involving multiple parameters (min, max, sum, and avg) Regarding the option to scale the units, …