JSON Input Y Axis Calculator

I have two processes running, CSS_00001 and CSS_00002. I display these with charts and display the human time and robot time. I have a script that calculates the time using

{"script":"_value*3 / 60 / 60"}

Is there a way I can specify different calculation? I want the calculation for processName CSS_00001 to be {"script":"_value*3 / 60 / 60"} and the calculation for CSS_00002 to be {"script":"_value * 2.3 / 60 / 60"}. This way both graphs can be represented together with different calculations shown.

You can probably do this with a scripted field if there was something in the document to determine the metric to use for the calculation.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.