I´m bulding a report that i select a specifik field from with a parameter field. The field can contain (numbers and) text. The type of the field are string (with 255).
The report groupes the different types of things inputted into the fields an does a count on them that gives me a output like:
08:00 am
|The color whas red | | 1|
|The color whas blue| | 3|
|3453 | |99|
|Test | | 4|
09:00 am
|The color whas red | | 3|
|The color whas blue| | 4|
|3453 | |56|
|Test | | 5|
and so on ....
(this is also grouped on TIME)
This works exactly as i want, how can i make a summary of the fields at my report footer for a total of all the counts to the summary ??
I need to display all the possabilities from my groupes (data) and a summary for them like
Summary
I'm using crystal 8.5 and oracle database.
The report groupes the different types of things inputted into the fields an does a count on them that gives me a output like:
08:00 am
|The color whas red | | 1|
|The color whas blue| | 3|
|3453 | |99|
|Test | | 4|
09:00 am
|The color whas red | | 3|
|The color whas blue| | 4|
|3453 | |56|
|Test | | 5|
and so on ....
(this is also grouped on TIME)
This works exactly as i want, how can i make a summary of the fields at my report footer for a total of all the counts to the summary ??
I need to display all the possabilities from my groupes (data) and a summary for them like
Summary
I'm using crystal 8.5 and oracle database.