JSMITH242B
Programmer
Hi Group,
I have a field called "Disabled" in the underlying data source for my crystal report. The data holds yes or no values depending on whether the person is disabled or not.
I need to create a formula to count the number of disabled people i.e where the value is equal to yes. I have the following formula:
count ({VM6_csv.Disabled},{VM6_csv.Disabled}="Yes"
but I get the error message:The summary/running total could not be created.
What is the correct syntax to count the number of records where a value is equal to something you want to specify?
Any help much appreciated.
TIA
Jackie
I have a field called "Disabled" in the underlying data source for my crystal report. The data holds yes or no values depending on whether the person is disabled or not.
I need to create a formula to count the number of disabled people i.e where the value is equal to yes. I have the following formula:
count ({VM6_csv.Disabled},{VM6_csv.Disabled}="Yes"
but I get the error message:The summary/running total could not be created.
What is the correct syntax to count the number of records where a value is equal to something you want to specify?
Any help much appreciated.
TIA
Jackie