Join Slack
Powered by
any chance you are dividing by zero?
# suiteanalytics
j
jen
04/23/2024, 9:48 PM
any chance you are dividing by zero?
s
Schwifty
04/24/2024, 3:42 AM
not 100% sure but read that it could be that. not sure though how I would process that and still be useful to the report
m
Mike Robbins
04/24/2024, 1:12 PM
Copy code
case when {quantity} = 0 then 0 else {quantytshiprecv}/{quantity} end
s
Schwifty
04/24/2024, 1:13 PM
thanks
@Mike Robbins
! had to do it like this, instead of directly dividing
👍 1
4
Views
Open in Slack
Previous
Next