I ahve a search for purchase orders that are past ...
# general
k
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
Does MIN on the date column not work?
k
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
sometimes thats not that hasnt been recieved
a
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.
k
this should be what i need thanks!
👍 1