Skip to main content
Nintex Community Menu Bar

Sum with repeating section

  • December 18, 2018
  • 2 replies
  • 43 views

Forum|alt.badge.img+1

Hello,

I have two lists:

 In list 1 I have a column called Material, data is filled via lookup from another list (list 2). Depending on what "Material" is selected I have a "Price/Unit" (lookup("list2", "Material", parselookup(Material), "Price/Unit")). I have another column called "Quantity" defined as number. Depending on value entered in "Quantity" I calculate "Total Sum" using "Quantity*Price/unit".

All above is in a repeating section.

I need to have a "Total Amount" defined as currency that calculates all "Total Sum" in repeating section.

Been googling this one but was not able to find a solution, "Total Amount" is always "0"....

221697_pastedImage_2.png

Any help is appreciated !

2 replies

bamaeric
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • December 18, 2018

Forum|alt.badge.img+1
  • Author
  • December 19, 2018

done it, thanks for the hint !

total Amount is calculated by sum(TotalSum), where TotalSums is chosen from "Named controls"