Hi,
I need some help regarding total counts in Crystal 10.
I have a field called 'Status' in a table named 'Sample'.
Currently there is a formula at 'Record Selection' level which filters/returns all records equal to 'U'. This is the correct requirement (see below). There are several values held within this field.
The records are grouped by another field 'Customer.Code'.
1. I need to Total the records at group footer level for all Status' not equal to 'X'
2. In a further field, at group footer level, I need to display Status' values of 'U' as a percentage of all those not equal to 'X'
Thanks in advance,
I need some help regarding total counts in Crystal 10.
I have a field called 'Status' in a table named 'Sample'.
Currently there is a formula at 'Record Selection' level which filters/returns all records equal to 'U'. This is the correct requirement (see below). There are several values held within this field.
Code:
{SAMPLE.STATUS} = 'U' and {SAMPLE.TEMPLATE} = 'XML'
and
{@Start Date} >= {?Enter Start Date} and {@End Date} <= {?Enter End Date}
The records are grouped by another field 'Customer.Code'.
1. I need to Total the records at group footer level for all Status' not equal to 'X'
2. In a further field, at group footer level, I need to display Status' values of 'U' as a percentage of all those not equal to 'X'
Thanks in advance,