I have a page that calculates numbers and I thought it was working correctly. For some reason the calculation returns zero in some instances (under our ratio) and not on others.
Both seem to calculate for me. I noticed the NaN flash, that happens when the server connect was still loading and you have some invalid data in your expression. Perhaps hide the elements while the server connect is still loading or using a conditional region.
I see, but the TotPurse used in the calculation is 0 on that first page, so that is already returned incorrectly from the server connect action and is not a problem with the calculation.
Yes. that was already pointed out, thanks. I was looking at the total purse on the page (which is calculated) and in fact I’m pulling it from the data. I have to fix the data update field on the update form to insert that total (not zero)