Knowledge: Summing values in repeaters
Back
    Title*Summing values in repeaters
    ManualTips and Tricks
    Created27/04/2022
    DetailIf you have a number field in a repeater and want the total to aappear in the main form, simpley use this format in the OnSave Formula:

    cast(xmlField1 as xml).value('fn:sum(//RepeaterData/Repeat/Data[@DatabaseValue="NumberField9" ]/@Value)', 'int') 
    Privacy Policy
    Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
    Back to Top
    View or hide all system messages