Data Flow Gives Output of 2 Inputted Values

Data Flow Gives Output of 2 Inputted Values

Comments

  • I have a form with the fields below:

    The field “C” must be automatic. When the user fill out the field “A” with the value and change the field “B” (through numberspinner) the value “C” has to be maintained. Please can you help me with this?

  • You can add a Data Flow on your form that takes in the numbers from A and B and outputs the result of their multiplication. For your value C for Data Name select pick from data and select the output from your Data Flow.

Sign In or Register to comment.