This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GUI composer - Driving function value to Variable

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