Hello everyone. How would you filter out the Fulf...
# suiteanalytics
n
Hello everyone. How would you filter out the Fulfilling/Receiving transaction to only show the first IF? I know I could just
GROUP BY
the 'Document Number' (Which would be the Sales Order) and then use summary
MINIMUM
summary function on the Fulfilling/Receiving Transaction but I can't do that.