I am having a really bizarre issue with calculated values. In a repeating table, I have a text box control that contains a decimal data type. In the table footer, I've set up a calculated value function to display the sum of this column [i.e., sum(textBox) ].
In the InfoPath preview screen, the form works flawlessly. I can add and remove rows, and the calculated value field recalculates as expected.
However, since publishing to a SP 2010 forms library, the calculated values cannot seem to perform proper math functions anymore.
Any ideas?
And, just to make this more strange, the form gets submitted by email. When I open the email, all the calculated values are correct despite the random numbers that came up within the browser.