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 use Case When formula with different types of summary?
Hi,
I have this formula in a saved search:
MAX({projectedamount})-SUM({applyingtransaction.netamountnotax})
I have it like this since I need to do the operation between those fileds that have diferente types of summary and in this way it gives me the expected results but I would like to include it in a case where statement, I try this way but it shows error
CASE WHEN {custbody_h3_oportunidad_cerrada}='T' THEN MAX({projectedamount})-SUM({applyingtransaction.netamountnotax}) ELSE 0 END
Do you know what i'm missing?
0