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!
How to divide two CASE WHEN functions
I'm trying to divide two CASE WHEN functions in order to get a percent difference. Here is the formula I have so far
1-(CASE WHEN ({today} - {trandate}) BETWEEN 0 AND 30 then {netamount} else 0 end) / (CASE WHEN ({today} - {trandate}) BETWEEN 365 AND 395 then {netamount} else 0 end)
What am I doing wrong?
Here is a link to see all of the criteria/results:
https://spreadsheets.google.com/ccc?key=0AjpWx1X_EtB-dEx0UTIwQXNCSW5lVUo4UXFvTEJIeHc&hl=en&authkey=CNuYoZAC
0