Skip to main content
Nintex Community Menu Bar

Summing fields in realtime in a new responsive form? (Not Repeating section)

  • August 22, 2022
  • 1 reply
  • 59 views

Forum|alt.badge.img+8

I have seven number fields in my Responsive form and I would like to sum them in real time so the user can see the running total.  The total doesn't need to be written to the list, just shown on the form.

 

I've tried setting calculated column in Sharepoint, I've tried setting the default value of the "total" control to a formula of sum(column1,column2, column3) and I haven't been able to get it to work.  I'm sure this is simple and I'm just missing something.  Please help!

1 reply

Garrett
Forum|alt.badge.img+16
  • Scout
  • August 25, 2022

Hi @calmaguer 

 

Form Design

8 number fields (to balance the UI)
1 label field with 1 variable

 

Variable

Using SUM function

 

Results

 

Cheers