Hello,
I have a report (using Crystal XI) that has two groups, region (Group#1) and Sitename(Group #2). The data source is a stored procedure in SQL server.
Here is a sample of what the report looks like:
Southern Region Wash Lube
Site #1 2,122 325
Site #2 1,789 258
Site #3 3,689 0
Site #3a 0 256
My problem (not sure if this is even possible) is that I need to somehow combine Site #3 and Site #3a. Site #3 will never have any data for Lube (it will always be zero), and Site #3a will never have any data for Wash, but I need to combine the Wash number for Site#3 and the Lube number for Site #3a, and it needs to have the Site#3a label, so the report, ideally, will look like this:
Southern Region Wash Lube
Site #1 2,122 325
Site #2 1,789 258
Site #3a 3,689 256
I don't think this is possbile if Group#2 is sitename, so I thought I might need to create a forumla for Group#2 but I'm not even sure where to begin.
Any ideas would be great!
Thank you!
I have a report (using Crystal XI) that has two groups, region (Group#1) and Sitename(Group #2). The data source is a stored procedure in SQL server.
Here is a sample of what the report looks like:
Southern Region Wash Lube
Site #1 2,122 325
Site #2 1,789 258
Site #3 3,689 0
Site #3a 0 256
My problem (not sure if this is even possible) is that I need to somehow combine Site #3 and Site #3a. Site #3 will never have any data for Lube (it will always be zero), and Site #3a will never have any data for Wash, but I need to combine the Wash number for Site#3 and the Lube number for Site #3a, and it needs to have the Site#3a label, so the report, ideally, will look like this:
Southern Region Wash Lube
Site #1 2,122 325
Site #2 1,789 258
Site #3a 3,689 256
I don't think this is possbile if Group#2 is sitename, so I thought I might need to create a forumla for Group#2 but I'm not even sure where to begin.
Any ideas would be great!
Thank you!