for the Syntax avg|*:176|*:174| which results in taking the average of the two columns within an element
... is there a way to get the ratio between the two columns as well?
|*:176| divided by |*:174|
issue: operation list in the docs is limited to (Max,Min, Sum and Avg) only
Mark Christopher Famini [DevOps Member] Selected answer as best 26th May 2025
Currently, the only way to achieve your use case is by executing an automation script and using its script output to populate the shape with a variable.
Relevant docs:
Mark Christopher Famini [DevOps Member] Selected answer as best 26th May 2025