Hi
I am new to Crystal Reports and I have a problem.
I extract the data from a table which have more than 300 records. Now I want to generate the summary of them means that how many records are there which are from Category A, Category B and C. Categories are also more than 50.
I have tried count() with different parameters, but it was not useful.
My job can be describe in SQL as
select count(id) from tableA where category = "a"
I want to use such login on the data present in the report.
with regards