Hi,
I am trying to drive a value/variable based on two different input values using GUI composer widgets.
Lets assume Y is the value I want to assign to a variable in program which is based on 2 inputs values (input_1 & input_2) as mentioned below.
Y = 3*input_1 + 2*input_2
Thanks in advance for your help.
--Ashish