I have a InfoPath 2013 Form that has a repeating table. The repeating table pulls information from a secondary data source.
The customer access the form and selects a category - which filters the repeating tables nomenclature to items in that category.
If the nomenclature selected in the form matches the secondary data nomenclature then the Unit or Measure, ID and Cost populates the default value from the secondary data source.
Then the customer inputs the qty they would like of that item - at that time the total cost will calculate to cost * qty.
I am trying to add a footer that shows the sum of the repeating tables total cost but the formula sum(my:TOTAL_COST) is not working.