hi, i want to calculate the total cases of the shipment for one invoice, excluding two items TAX and SHIP. I also want to add text "Cases" behind sum qty. My formula is below and it does not work. can anyone help me here? thanks
if {SO_InvoiceWrk.ItemCode}<>"TAX" and {SO_InvoiceWrk.ItemCode}<>"SHIP" THEN Sum ({SO_InvoiceWrk.QuantityShipped})+"Cases"
if {SO_InvoiceWrk.ItemCode}<>"TAX" and {SO_InvoiceWrk.ItemCode}<>"SHIP" THEN Sum ({SO_InvoiceWrk.QuantityShipped})+"Cases"