Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
CASE WHEN and formula issue applying transaction type used.
Hello there, i'm currently building out a saved search which is using applying transaction types. When pulling a saved transaction search i normally use a formula to calculate actual GP % on Sales orders, the formula is SUM({tranestgrossprofit})/SUM(NULLIF({amount}-NVL({taxtotal},0),0)). I'm trying to write a CASE WHEN formula which incorporates this but having difficulties. The formula is basically CASE WHEN {applyingtransaction.type} is 'Sales Order THEN SUM({tranestgrossprofit})/SUM(NULLIF({amount}-NVL({taxtotal},0),0)). I'm aware that this probably needs adjusted or added parentheses and end statement but have tried a number of combinations with no luck, i's be grateful for any advice of how to adjust the formula to pull the info correctly, thanks for your help.