I ahve a search for purchase orders that are past the expected due date. It groups by document # on the summary page so I don't have multiple PO's showing up for different line items. I want to show the minimum (earliest) expected due date of the items NOT yet recieved. Is there a formula I can use to clarify this?
s
Sandii
01/22/2021, 8:50 PM
Does MIN on the date column not work?
k
Kevin Cook
01/22/2021, 10:46 PM
it pseudo works but on the results page if you click on a purchase order to go past the summary to the results it only pulls that item with the minimum expected due date
Kevin Cook
01/22/2021, 10:46 PM
sometimes thats not that hasnt been recieved
a
Automatech
01/26/2021, 2:29 PM
While using Minimum grouping it sounds like you just need to remove any lines (via criteria) where received received quantity > 0 or received quantity = quantity... Depending on your goals.