Hello i am using this property:
$col[“summaryType”] = “avg”; // available grouping fx: sum, count, min, max, avg
It works if all numbers are > 0
How to implement if it is empty or equal to zero?
Regards
Hello i am using this property:
$col[“summaryType”] = “avg”; // available grouping fx: sum, count, min, max, avg
It works if all numbers are > 0
How to implement if it is empty or equal to zero?
Regards