Servoy aggregation on db table in NG Client, it is observed that aggregation over empty foundset gives NULL result rather than zero (Previously in Smart Client it gives zero result).
Any help will be highly appreciated to achieve zero result for aggregation over empty foundset in NG Client.
I am testing on a simple form. In body, grid is placed and in footer Count (aggregation of record count) is placed.
Using variable strategy will require a function call updating form variable to trigger whenever foundset change occur which is not required if we use aggregations.