Hi everyone, I have a weird calculation / displaying problem.
I have a repeatingsection with a numberfield calculating a total value per row. So far so good.
Below the repeating section are again two total fields (one for total net and one for total gross).
Total net formula (Sumtotalnetto)= ifElse(SUM(UForm].mrepeatingsection].nLineTotal])<0,SUM(UForm].mrepeatingsection].nLineTotal])*(-1),SUM(UForm].mrepeatingsection].nLineTotal])) - to always get a positive value
Total gross formula = pForm].FSumtotalnetto]+(tForm].FSumtotalnetto]*(tForm].FVAT]/100))
So now after filling 6 rows of the repeating section, the formcontrol of Total net shows the sum of all line totals but the last two. But for some reason the gross formula is correct, eventhough its calculating based on the Total nets variable.
As the VAT rate is 0 Total net and gross should come to the exact same solution.
So it seems like there is no calculation- but a displaying problem, eventhough the two fields (net and gross) are set up exactly the same way with the only difference, that the net field is connected to a sharepoint number column.
I am grateful for any help!