Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. 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.