FilterFunction with an integer larger than max in 32 bits shows no data¶
What is new - 8.2¶
A filter function using a value larger than the maximum signed integer value did not return results. For example:
return {Orders.OrderTotal} > 2147483700
produced no results. This has been fixed in v8.2.