In Crystal Reports, I have a group set up to sort records into either "inpatient" or "outpatient" groups
For each group, I have a calculation that tells me how many hours it took for a provider to sign a report called "proc to confirm." For inpatients, I need to find the percentage of records where "proc to confirm" >24. For outpatients, I need the percentage of records where "proc to confirm" > 48. So far, I have a summary counting the total records in each group (inpatients and outpatients), but I'm not sure how to get the number of records that meet the above criteria.