Hi
I'm using Crystal 10
We have two fields on our database
{CAT1}
{CAT1_EXTRA}
Data entries would be as follows
Record Ref {CAT1} {CAT1_Extra}
1234 Billing Service Delay
1235 Payment made Billing
1236 Service Delay [no data entered*]
(*{CAT1_Extra} is not a mandatory field so may be null value)
We want to count these two tables combined, so the result we want to see is
Category Category Count
Billing 2
Payment made 1
Service Delay 2
I am not sure how I can combine the data from the two fields together and then summarise it
I'd be grateful for any advice
Thanks
I'm using Crystal 10
We have two fields on our database
{CAT1}
{CAT1_EXTRA}
Data entries would be as follows
Record Ref {CAT1} {CAT1_Extra}
1234 Billing Service Delay
1235 Payment made Billing
1236 Service Delay [no data entered*]
(*{CAT1_Extra} is not a mandatory field so may be null value)
We want to count these two tables combined, so the result we want to see is
Category Category Count
Billing 2
Payment made 1
Service Delay 2
I am not sure how I can combine the data from the two fields together and then summarise it
I'd be grateful for any advice
Thanks