I'm desiging a report to show the age of orders. Part of the report is shown below:
Age of Order
<30 | 31-59 | 60-89|
Unit 3
------------------------------------------------------------------------------------
Unit 4
I need a hand in devising a method to "roll Up" by age bracket (i.e. <30, 31-59). In other words, I know I can calculate the age of each order using a date function. The question I have is how do I then count the orders that are <30 days old, the ones that are 31-59 days old, etc, and then put the count in the correct "bucket" of the report??????
Age of Order
<30 | 31-59 | 60-89|
Unit 3
------------------------------------------------------------------------------------
Unit 4
I need a hand in devising a method to "roll Up" by age bracket (i.e. <30, 31-59). In other words, I know I can calculate the age of each order using a date function. The question I have is how do I then count the orders that are <30 days old, the ones that are 31-59 days old, etc, and then put the count in the correct "bucket" of the report??????
Comment