Does anyone know where the error here might be? I'...
# suitescript
e
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
(sum({Quantity})/count({tranid}))
sum()
and
count()
have their own brackets