Posted 5 March 2021, 12:39 pm EST
It appears that the Aggregate.Sum calculations have a floating point precision problem. Please see this demo that I created to reproduce the issue: https://stackblitz.com/edit/wijmo-angular-reibi8
Please note the “Sales” column that has an aggregate value of “-0.00”. The four values in the column (9000000 + 163020.93 - 9163037.91 + 16.98) should equal zero (0), but the value being calculated by the Aggregate.Sum function is -4.47034409489788E-10. You can see this by exporting the grid and viewing the value in the resulting Excel spreadsheet.