How can I show totals of numbers on the same form?

How can I show totals of numbers on the same form?

Comments

  • Hi,

    I have a form with a bunch of number boxes. The user is required to fill that number boxes. I want to show total of these numbers on the same form simultaneously. How can I do that?

    Thanks.

  • Hi Moshe,

    You have to create a Data Flow in your form. Please check screenshots of my example project below.

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]1. Add a Data Flow to your form.[/font][/color]
    [img]att8[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]2. Create data flow.[/font][/color]
    [img]att7[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]3.Use Evaluate Dynamic Expression step in that flow and set inputs for your calculations. These inputs will be linked to form components later.[/font][/color]
    [img]att6[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]4. Select Evaluate Dynamic Expression step, select Merge Plain Text and drag inputs by separating by plus sign.[/font][/color]
    [img]att5[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]5. Define the output name.[/font][/color]
    [img]att4[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]6. Click on Update Input then click on edit sign.[/font][/color]
    [img]att3[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]7. Select Form Component and match this input with your form component.[/font][/color]
    [img]att2[/img]

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]8. And finally, match calculation output with Data Flow output. [/font][/color]
    [img]att1[/img]
    [i]edited by kenan@decisions.com on 3/27/2019[/i]
    [i]edited by kenan@decisions.com on 3/27/2019[/i]

Sign In or Register to comment.