MikeM670
asked on
Using Count to display total at top of page prior to detail section
Crystal Reports 2016 SP4
I wish to display a count of records based on a certain criteria at the Top of the report before the detailed listing. Is it appropriate to use the Count() function to accomplish this.
SQL Columns
Location Trustee
A Block N
A Block Y
B Block Y
So in this case I wish to display the count of all Records where Trustee is "Y".
Count of Trustee: 2
I wish to display a count of records based on a certain criteria at the Top of the report before the detailed listing. Is it appropriate to use the Count() function to accomplish this.
SQL Columns
Location Trustee
A Block N
A Block Y
B Block Y
So in this case I wish to display the count of all Records where Trustee is "Y".
Count of Trustee: 2
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER