Join Slack
Powered by
Does anyone know where the error here might be? I'...
# suitescript
e
Eric Shouler
01/04/2021, 10:40 PM
Does anyone know where the error here might be? I'm trying to get a formula to stick for total quanitty of a SKU sold across total # of transactions (sum{Quantity}/count{tranid})
p
PNJ
01/04/2021, 11:00 PM
(sum({Quantity})/count({tranid}))
PNJ
01/04/2021, 11:00 PM
sum()
and
count()
have their own brackets
Open in Slack
Previous
Next