Hi Dojo,
How to do the math on two parameters?
For example, I got a value from param A = 10 and param B = 25, I want to divide them by 3 and show the result as param C hence I can display it.
Hi Greisen,
As parameter C would be considered a retrieved/custom parameter, filling it up using a QAction seems to be the way to go about it. with the triggers being param A and B.
In the Qaction, you can get param A and B. perform your arithmetic operations and set it onto parameter c.
Regards,
Hi Frans,
Thanks for your input, I will give it a try.
Regards,
Oh I forgot, what I want to achieve was C = ((A+B)/3)