Skip to main content

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.

This needs to be display outside of repeating session.

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


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


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. 


Reply