thanks man,
just to add ()():
SOReviewedYesterday: Count(IIF([Reviewed Date] = (Date() - 1), 1, Null))
QtyRecievedToday: Sum(IIF([Recieved Date] = Date(), Qty, Null))
also the part
* Right-click any of the fields and select Totals
generates a Groupping error, but after removing the Totals...