Does anyone know how to remove the “End of Group” line from a transaction saved search? This is related to an item group, and the “REFERENCE START/END LINES ON PICKING TICKETS” check box is selected for that item.
I wanted to get a transaction saved search results for history sales orders (Not for future sales orders). Please advise if there is an option.
Try to add this to your Criteria:


Formula (Numeric): CASE WHEN {item} = ‘End of Group’ THEN 1 ELSE 0 END
Hope this helps.
Try adding Item: Type is not Item Group in the Criteria.

This should remove the parent item line (Item Group) but still show the components on the order.