I'm working with Crystal X, I'm fairly experienced with the program itself.
I have a monthly report grouped by Doctor & Facility for Patient Visits for each Doctor. The total visits for each month are calculated in 'Running Totals' in the Facility Group Footer which works perfectly. I have two groups
1)Doctor, 2)Facility. Below is what the report looks like I need the %.
Dr. Jones
Facility Jan#Visits % Feb#Visits % Mar#Visits %
Plano 18 3.27 25
Coppell 533 96.73 411
Mth Total 551 436
Running Total
Field to summarize - cus.PatientVisitCount
Type of summary - Count
Evaluate - formula {cus_resenc;1.VisitDate} in DateTime (2010, 01, 01, 00, 00, 00) to DateTime (2010, 01, 31, 00, 00, 00) & same for Feb, etc.
Reset on Change of Group - Facility
The problem I'm having and need help on is getting the Percent (%) for each month (i.e. 01/01/2010 - 01/31/2010, etc.)for each facility. I've tried using formulas
IF({cus.visitdate} IN
Date (2010, 01, 01) to Date (2010, 01, 31))
THEN Count ({cus.Facility}, {cus_resenc;1.Facility}) /
Count ({cus_resenc;1.PatVisitCount}) * 100.0;
I've tried everything I can think of to get the percent. Any help would be greatly appreciated. Thanks in advance for your help.
I have a monthly report grouped by Doctor & Facility for Patient Visits for each Doctor. The total visits for each month are calculated in 'Running Totals' in the Facility Group Footer which works perfectly. I have two groups
1)Doctor, 2)Facility. Below is what the report looks like I need the %.
Dr. Jones
Facility Jan#Visits % Feb#Visits % Mar#Visits %
Plano 18 3.27 25
Coppell 533 96.73 411
Mth Total 551 436
Running Total
Field to summarize - cus.PatientVisitCount
Type of summary - Count
Evaluate - formula {cus_resenc;1.VisitDate} in DateTime (2010, 01, 01, 00, 00, 00) to DateTime (2010, 01, 31, 00, 00, 00) & same for Feb, etc.
Reset on Change of Group - Facility
The problem I'm having and need help on is getting the Percent (%) for each month (i.e. 01/01/2010 - 01/31/2010, etc.)for each facility. I've tried using formulas
IF({cus.visitdate} IN
Date (2010, 01, 01) to Date (2010, 01, 31))
THEN Count ({cus.Facility}, {cus_resenc;1.Facility}) /
Count ({cus_resenc;1.PatVisitCount}) * 100.0;
I've tried everything I can think of to get the percent. Any help would be greatly appreciated. Thanks in advance for your help.