Join Slack
Powered by
Anyone know a way to make MIN summary function to ...
# suitescript
a
alien4u
11/16/2017, 7:48 PM
Anyone know a way to make MIN summary function to include 0 or null as the minimum value?
i
igorp
11/17/2017, 2:49 AM
0 should be included. Regarding null, you set this to be a formula: Case when {fieldid} is null then 0 else {field} end
2
Views
Open in Slack
Previous
Next