I have multiple radio buttons with rating values calculating into a single line field. That is all working great. Then I have another single line field with a sum calculation to sum the grand total of all of the sub-sections. (Literally just summing 3 single line fields). This is a very simple calculation and when you are completing the form live, or in preview, the calculation works perfectly. However once the form is submitted, that final grand total field shows as "0" (Despite the fact that the number in that field when the form was submitted was something else.)
=SUM(Technical_Quality_Total_Score, Effectiveness_Material_Total_Score, Content_Total_Score)
I am using the new designer, has anyone else experienced this?
Thank you!