Skip to main content
Nintex Community Menu Bar
Solved

Sum of Total Price field in Repeating section

  • October 4, 2023
  • 3 replies
  • 201 views

Forum|alt.badge.img+2

We are working with repeating section and having qty and unit price. I am able to display total price for each line item. But having difficulty to sum up total price of each line item in repeating session. This needs to be display outside of repeating session. Kindly assist.

Best answer by AnthonyD

Hello @Jaganmohankumar ,

You can create a form variable to calculate the sum of the all the fields in the repeating control. ie.
 

From there, you create a rule that will always fire to update the total in the total value control.
 

Example:
 

I hope this helps to build your logic,

Thanks,

Anthony

3 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • October 4, 2023

This needs to be display outside of repeating session.

It appears that you have answered your own question in this instance.


AnthonyD
Nintex Employee
Forum|alt.badge.img+6
  • Nintex Employee
  • Answer
  • October 4, 2023

Hello @Jaganmohankumar ,

You can create a form variable to calculate the sum of the all the fields in the repeating control. ie.
 

From there, you create a rule that will always fire to update the total in the total value control.
 

Example:
 

I hope this helps to build your logic,

Thanks,

Anthony


Forum|alt.badge.img+2

Hello @Jaganmohankumar ,

You can create a form variable to calculate the sum of the all the fields in the repeating control. ie.
 

From there, you create a rule that will always fire to update the total in the total value control.
 

Example:
 

I hope this helps to build your logic,

Thanks,

Anthony

Great.. I have made mistake of taking one of the field as text. Now it is working… Thanks Antony for your assistance.