Hi,
We ran into a very odd problem and trying to figure out the best way forward. Basically, we have a very simple JSON string that has month/balance. We ask it the follow question:
What is my average monthly balance? Show me how you calculate it.
As you can see, everything looks correct except the math that it’s doing. The actual number is $10,135,536.11 but always output the incorrect number. In this case it’s $11,519,280.05. If you take the actual equation the assistance provide and just run it, then you get the correct answer. Any idea how to fix this?
Thai