This is my first post in the forum, so please forgive me if I dont use proper terminology. Also, I am attempting to do this in desgin view, as, for now, I can read SQL, but dont have too much experience writing it.
I have a table with the following structure.
Region....District....WH....Product....Aged Inventory $
There are thousands of records, unique by the Prod WH combination, across 5 districts. What I want is to pull the (highest) Top 3 Aged Inv$ values (Prod WH) for Each district.
Any thoughts?
Thanks,