ODBC connection to SQL 2000 database. Using Crystal Version 10.
I have a report that needs to show the number of reports done for a specific company that separated by Months but also has to have a YTD total on the same line.
There is a parameter on the field that an end user can select the date range and when the report starts out it could start out in the middle of the month (Such as today is October and the boss wants to know how many reports for Feb until end of Sept) YTD total needs to start at Feb not Jan.
I have the report Grouped in the following manner
Month/Year (Above Example would show Feb 2010)
Then By Region (Oklahoma, Texas, etc)
Then by Report Type or Tier Levels (Tier I report, Tier II report, Tier III report, ect)
The last Group is by company
I have placed all of the information in the details section and then suppressed the fields and so my MTD is working Perfectly. I cannot get the YTD to work. It should looks something similar to this.
Feb 2010
Oklahoma MTD Reports YTD Reports
Tier I 3 3
Tier II 0 0
Tier III 1 1
Total 4 4
Texas
Tier I 1 1
Tier II 1 1
Total 2 2
Mar 2010
Oklahoma Tier I 1 4
Tier II 1 1
Tier III 0 1
Total 2 6
Texas Tier I 0 1
Tier II 1 2
Total 1 3
I have tried a Running Total but it just doesn't work. My formulas for MTD are working because I am using the Sum feater in the Group Footer, but when I try to use Running Totals in that group footer as well, they just don't add correctly. I believe I am going to have to make a formula, but I just can't get one to work. Any help would be so much appreciated!
Thanks
I have a report that needs to show the number of reports done for a specific company that separated by Months but also has to have a YTD total on the same line.
There is a parameter on the field that an end user can select the date range and when the report starts out it could start out in the middle of the month (Such as today is October and the boss wants to know how many reports for Feb until end of Sept) YTD total needs to start at Feb not Jan.
I have the report Grouped in the following manner
Month/Year (Above Example would show Feb 2010)
Then By Region (Oklahoma, Texas, etc)
Then by Report Type or Tier Levels (Tier I report, Tier II report, Tier III report, ect)
The last Group is by company
I have placed all of the information in the details section and then suppressed the fields and so my MTD is working Perfectly. I cannot get the YTD to work. It should looks something similar to this.
Feb 2010
Oklahoma MTD Reports YTD Reports
Tier I 3 3
Tier II 0 0
Tier III 1 1
Total 4 4
Texas
Tier I 1 1
Tier II 1 1
Total 2 2
Mar 2010
Oklahoma Tier I 1 4
Tier II 1 1
Tier III 0 1
Total 2 6
Texas Tier I 0 1
Tier II 1 2
Total 1 3
I have tried a Running Total but it just doesn't work. My formulas for MTD are working because I am using the Sum feater in the Group Footer, but when I try to use Running Totals in that group footer as well, they just don't add correctly. I believe I am going to have to make a formula, but I just can't get one to work. Any help would be so much appreciated!
Thanks