Filter function does not support a SUM operation, give an error¶
What is new - 8.2¶
When using the SUM() function in a filter function such as:
return sum(drSum,drGroup1,{OrderHeader.Order_Total})>100000
it did not result in data, and there was no error, even though the operation is not allowed.
In v8.2, the following error is given:
