Reporting Environment:
BO Crystal XI
SQL Server 2000
Reporting Issue:
I’ve created a detailed sales/quote report that displays the Quote, Project, Discount %, Gross $, Net $. Then grouped the report based on three groupings listed below:
• Group 1: Calendar Month
• Group 2: Sales Rep
• Group 3: Discount Category using specified grouping of (0-4%, 5%, 6-9%, 10%, and >10%
Sample Report Data:
February
John Smith
0-4%
Quote Project Disc % Gross$ Net$
1001 ABC Co 0% 888.00 888.00
1052 NO Hospital 0% 20.25 20.25
1063 NO Hospital 0% 20.25 20.25
1074 NO Hospital 0% 20.25 20.25
5%
Quote Project Disc % Gross$ Net$
1031 LSU 5% 1016.00 965.2
1033 CSS Finance 5% 500.00 475.00
1113 LSU 5% 1016.00 965.2
Question:
How do I create a grouping or formula that will remove the duplicates based on Project and throw them into a separate grouping called Duplicates?
Ultimately, I would like to see a report that looks like the following.
Proposed Report Data:
February
John Smith
0-4%
Quote Project Disc % Gross$ Net$
1001 ABC Co 0% 888.00 888.00
1052 NO Hospital 0% 20.25 20.25
5%
Quote Project Disc % Gross$ Net$
1031 LSU 5% 1016.00 965.2
1033 CSS Finance 5% 500.00 475.00
Duplicates
Quote Project Disc % Gross$ Net$
1063 NO Hospital 0% 20.25 20.25
1074 NO Hospital 0% 20.25 20.25
1113 LSU 5% 1016.00 965.2 50.80
Any suggestions/recommendations is greatly appreciated.
BO Crystal XI
SQL Server 2000
Reporting Issue:
I’ve created a detailed sales/quote report that displays the Quote, Project, Discount %, Gross $, Net $. Then grouped the report based on three groupings listed below:
• Group 1: Calendar Month
• Group 2: Sales Rep
• Group 3: Discount Category using specified grouping of (0-4%, 5%, 6-9%, 10%, and >10%
Sample Report Data:
February
John Smith
0-4%
Quote Project Disc % Gross$ Net$
1001 ABC Co 0% 888.00 888.00
1052 NO Hospital 0% 20.25 20.25
1063 NO Hospital 0% 20.25 20.25
1074 NO Hospital 0% 20.25 20.25
5%
Quote Project Disc % Gross$ Net$
1031 LSU 5% 1016.00 965.2
1033 CSS Finance 5% 500.00 475.00
1113 LSU 5% 1016.00 965.2
Question:
How do I create a grouping or formula that will remove the duplicates based on Project and throw them into a separate grouping called Duplicates?
Ultimately, I would like to see a report that looks like the following.
Proposed Report Data:
February
John Smith
0-4%
Quote Project Disc % Gross$ Net$
1001 ABC Co 0% 888.00 888.00
1052 NO Hospital 0% 20.25 20.25
5%
Quote Project Disc % Gross$ Net$
1031 LSU 5% 1016.00 965.2
1033 CSS Finance 5% 500.00 475.00
Duplicates
Quote Project Disc % Gross$ Net$
1063 NO Hospital 0% 20.25 20.25
1074 NO Hospital 0% 20.25 20.25
1113 LSU 5% 1016.00 965.2 50.80
Any suggestions/recommendations is greatly appreciated.