anyone see anything wrong with this statement. It ...
# suiteanalytics
t
anyone see anything wrong with this statement. It is used for a saved search. I get an ERROR saying Invalid Expression. CASE {type} when 'Invoice' Then (case {appliedtotransaction.type} when ‘Sales Order’ then ({quantity}-{quantitybilled})*{rate} else 0 end) when 'Credit Memo' then {amount} when 'Sales Order' then (case {status} when 'Closed' then 0 else ({quantity}-{quantitybilled})*{rate} end) else 0 end