Right this is the first problem i have come across...
# suiteanalytics
k
Right this is the first problem i have come across when using formulas for a long time. I am trying to get the number of Returns that we have had using
CASE {type} WHEN 'Return Authorisation' THEN CASE WHEN {createdfrom.type} = 'Cash Sale', 'Invoice', 'Sales Order' THEN 1 ELSE 0 END END