Is this possible..Top 10 by date range (2 Viewers)

mreference

Registered User.
Local time
Today, 21:54
Joined
Oct 4, 2010
Messages
137
I have a query with a few fields

[OrderDate] [SKU] [QuantityPurchased] [RangeName] [Category]

I am trying to create a filtered form that would prompt the user for a start / end date, then the top 10 best sellers would be displayed

Once created, I want to then add in a few other filters based on [RangeName] [Category] so the results will display the top sellers within the selections made.

I have searched around the forum and internet but I'm not getting anything like the results I need.

Any help would be appreciated.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 13:54
Joined
Oct 29, 2018
Messages
21,476
Have you tried looking up Top N Per Group?
 

mreference

Registered User.
Local time
Today, 21:54
Joined
Oct 4, 2010
Messages
137
Have you tried looking up Top N Per Group?
I have seen helpful threads on this but nothing that allows me to add in a date range. I'm sure it can be done.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 13:54
Joined
Oct 29, 2018
Messages
21,476
I have seen helpful threads on this but nothing that allows me to add in a date range. I'm sure it can be done.
It might help us help you if you could post a sample db with test data.
 

Users who are viewing this thread

Top Bottom