When building Visios, is it possible to do some simple mathematic operations on a shape / parameter? For ex., can I divide the shape value by 1000 to change the units from one value (GHz) to another (MHz)? Or, can I subtract two parameter values to show the difference between the two?
Thanks!
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 following Shape Data:
Options -> DynamicUnits=[true/false]
You can configure the following Shape Data on your Visio to add or subtract values:
Sum placeholder: [Sum:X,Y,Z] where X,Y,Z are either positive or negative numbers
Placeholders for variables in shape data values | DataMiner Docs
Thanks everyone for the quick and thorough answers!