Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Percent formula Field for CoGS
I have a formula field that calculates the cost of goods sold percentage for each item.
The basic formula is this:
{cost}/{pricelevel1}
For all items whose price is below $1,000 this formula works.
For all items whose price is $1,000 or over this fails with an invalid expression.
I believe it is the comma in the price that breaks the formula. I have tried using TO_CHAR, TO_NUMBER, NANVL, CAST, REPLACE and meny other techniques.
None have solved this issue. How do I remove the comma so that the division works?