Reporting with Crystal v.10, off MS-SQL Server data…
I have been tasked with combining several missing data reports into one. They are grouped by schools and also group rows by formula according to how long ago the client originally was admitted to school, e.g.
Alpha School
Missing Intake Data 90+ Days Overdue
111223333 Smith, John DOB Gender
222112222 Doe, Jane Gender County
444223333 Citizen, Sam DOB County
Missing Intake Data 60+ Days Overdue
123456789 Tiger, Tony County
Bravo School
Missing Intake Data 90+ Days Overdue
999887777 Dorritt, Lil Gender
(+ currently a separate report
Alpha School
Missing Educational Data 90+ Days Overdue
111223333 Smith, John Grade Level GPA School Name
444223333 Citizen, Same GPA School Name
I want to combine these and others so that they will print one school at a time with its various types of missing data and time overdue group w/in the missing data type e.g.
Alpha School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
(detail row)
Missing Educational Data 90+ Days Overdue
(detail row)
Missing Educational Data 60+ Days Overdue
(detail row)
Missing Legal Data 90+ Days Overdue
(detail row)
Bravo School
Missing Intake Data 90+ Days Overdue
What I am getting instead w/my attempt is:
Alpha School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
Bravo School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
Charlie School
Missing Intake Data 90+ Days Overdue
Alpha School
Missing Education Data 90+ Days Overdue
(detail row)
Missing Education Data 60+ Days Overdue
(detail row)
Missing Education Data 30+ Days Overdue
Bravo School
Missing Education Data 90+ Days Overdue
I need for the missing data in different views, e.g. RDV_Client_Intake, RDV_Client_Education, RDV_Client_Legal in individual subreports in a container report. The container report currently has one only group, School, and I’ve put the subreports for the various missing data types in Group Footers 1a, 1b, 1c, etc. w. subreport links to school.
Hope this is sufficient for someone to take a stab at telling me what I am doing wrong. Thanks in advance.
Brad
I have been tasked with combining several missing data reports into one. They are grouped by schools and also group rows by formula according to how long ago the client originally was admitted to school, e.g.
Alpha School
Missing Intake Data 90+ Days Overdue
111223333 Smith, John DOB Gender
222112222 Doe, Jane Gender County
444223333 Citizen, Sam DOB County
Missing Intake Data 60+ Days Overdue
123456789 Tiger, Tony County
Bravo School
Missing Intake Data 90+ Days Overdue
999887777 Dorritt, Lil Gender
(+ currently a separate report
Alpha School
Missing Educational Data 90+ Days Overdue
111223333 Smith, John Grade Level GPA School Name
444223333 Citizen, Same GPA School Name
I want to combine these and others so that they will print one school at a time with its various types of missing data and time overdue group w/in the missing data type e.g.
Alpha School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
(detail row)
Missing Educational Data 90+ Days Overdue
(detail row)
Missing Educational Data 60+ Days Overdue
(detail row)
Missing Legal Data 90+ Days Overdue
(detail row)
Bravo School
Missing Intake Data 90+ Days Overdue
What I am getting instead w/my attempt is:
Alpha School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
Bravo School
Missing Intake Data 90+ Days Overdue
(detail row)
Missing Intake Data 60+ Days Overdue
(detail row)
Missing Intake Data 30+ Days Overdue
Charlie School
Missing Intake Data 90+ Days Overdue
Alpha School
Missing Education Data 90+ Days Overdue
(detail row)
Missing Education Data 60+ Days Overdue
(detail row)
Missing Education Data 30+ Days Overdue
Bravo School
Missing Education Data 90+ Days Overdue
I need for the missing data in different views, e.g. RDV_Client_Intake, RDV_Client_Education, RDV_Client_Legal in individual subreports in a container report. The container report currently has one only group, School, and I’ve put the subreports for the various missing data types in Group Footers 1a, 1b, 1c, etc. w. subreport links to school.
Hope this is sufficient for someone to take a stab at telling me what I am doing wrong. Thanks in advance.
Brad