I’m trying to condition a GI to only show shipments that were confirmed yesterday.
Originally I was using ShipDate and was able to achieve this by using the following formula:
SOShipment.ShipDate Equals =DateAdd(Today(), 'd', -1)
But using the SOShipment.ConfirmedDateTime does not give me the same results (it actually gives me no results).









