How to remove “End of Group” line from a transaction saved search?

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:

image.png
image.png

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.

image.png

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

Leave a comment

Your email address will not be published. Required fields are marked *