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!
Saved Search help needed
I have a saved search which uses a formula to derive YTD sales. I want to divide this result by the value of another field. How do I do this?
Here is the formula to get YTD sales;
Case WHEN {transaction.account} like '%6000%' and TO_CHAR({today}, 'YYYY') = TO_CHAR({transaction.trandate}, 'YYYY') then (Case when {transaction.type} in ('Invoice', 'Cash Sale') then {transaction.amount} else 0 end ) else 0 end
Any help is appreciated.
0