Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
formula calculation question
I am trying to figure out how to calculate the Gross Margin Dollars per day.
Here are the columns I have
Field ................... Summary Type ... Formula
Date ................... Group
Formula(Numeric) ... count ............... count(DISTINCT({number}))
Formula(Numeric) ... sum ................. ({netamount}-({item.cost}*{quantity}))
Here is the formula I am having a problem with. It is to calculate the GM$ per day, any idea's why it would keep throwing an error?
Formula(Numeric) ... sum ................. ({netamount}-({item.cost}*{quantity}))/count(DISTINCT({number}))
0