I'm using crystal 9 and connecting to a mysql database:
Table (an ID can select as many answers as apply so the table data can look like the following):
id onea oneb onec
1 friend
2 safe quality
3 safe quality
4 quality
5 friend
6 safe
7 friend quality
Need the report to retrieve a total for each one" field and the user wants the report to look like:
friend 3
safe 3
quality 4
Help is appreciated
Table (an ID can select as many answers as apply so the table data can look like the following):
id onea oneb onec
1 friend
2 safe quality
3 safe quality
4 quality
5 friend
6 safe
7 friend quality
Need the report to retrieve a total for each one" field and the user wants the report to look like:
friend 3
safe 3
quality 4
Help is appreciated