Return date with highest qty sold by item
I I have a set of data that has, amongst others, the following fields; Date of Booking (Parent Record) Item (Sublist) Qty on Booking (Sublist) I want a search that is going to return the date that each item was booked the most, and how many items were booked on that day. I will even settle for the highest daily booking per…