Good evening, I have a report that I'm working on in Crystal Reports Pro XI using a SQL Server database (2005).
I have the records grouped and displaying correctly. Each group has at least two records, some have many more. Many groups have different numbers of records.
Each record has a record date field. Some records are missing the date. If any one (or more) records in a particular record are missing the date, I need to eliminate the entire group from the report.
Each group footer has a number of calculated formulas and some running total fields as well.
I can write a formula to determine if the date field is present or not for each record, but I can not get the formula to sumarize in the group footer so I can use it to select out the groups that have one or more records with missing date fields.
Can someone give me an idea on how I can do this?
Thanks much in advance for all ideas and suggestions.
I have the records grouped and displaying correctly. Each group has at least two records, some have many more. Many groups have different numbers of records.
Each record has a record date field. Some records are missing the date. If any one (or more) records in a particular record are missing the date, I need to eliminate the entire group from the report.
Each group footer has a number of calculated formulas and some running total fields as well.
I can write a formula to determine if the date field is present or not for each record, but I can not get the formula to sumarize in the group footer so I can use it to select out the groups that have one or more records with missing date fields.
Can someone give me an idea on how I can do this?
Thanks much in advance for all ideas and suggestions.