My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Are you trying to alert for orders where the total quantity for any individual item is > 1, or orders where there are more than one line for a given item? or something else entirely? We want an alert for "Total quantity for any individual item > 1" AND "More than one line for a given item" AND "Total quantity of items for…
-
count of line > 1? Thanks, Evan. Figured out a way to do it although I'm not feeling 100% confident that it won't break at some point... basically used Sum Quantity > 2 for Criteria, Group on Number/Sum on Quantity for Results. The reason I'm not fully confident in this is that for some reason, single item orders are…
-
Hi, Evan - thanks for the response. We did try summing on Quantity in criteria with the specification that the sum be greater than 1. This seems to get orders where there are multiple units of one line item but not multiple line items. Any thoughts? Thanks!