Anyone know a way to make MIN summary function to ...
# suitescript
a
Anyone know a way to make MIN summary function to include 0 or null as the minimum value?
i
0 should be included. Regarding null, you set this to be a formula: Case when {fieldid} is null then 0 else {field} end