Link to home
Start Free TrialLog in
Avatar of tpoulos
tpoulosFlag for United States of America

asked on

Month to Date, Year to Date and Prior Day Totals?

I have to design a report that takes data from a table containg the following fields:

AcctRep (name of the account representative)
AcctNumber (unique # of the account)
DateClosed (datetime field indicating the date the account closed)

I need to show a list of the Account Reps down the left-hand side and a column with totals for accounts closed Year-to-Date, Month-to-Date and Prior Day to the right of their names.

I'm thinking this can be done in a Matrix-style report, but I've been racking my brain for the past few days and just can't seem to make this seemingly simple request work correctly.  I can certainly do separate datasets for each of the summary values (YTD, MTD, Prior Day) but can't get them to display in a nice summary format.

Any thoughts on how to accomplish this?
SOLUTION
Avatar of manojbp07
manojbp07

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial