Hello,
I want to develop one crystal report.
I have one database which has 5 field.One is string and others are Boolean.
String field name is State and Four remaining fields are Theft,Rape,Murder,Traffic Incident.
It means I want to develop report which give me particular state has how many thefts or how many rape occur in numeric form.It will give me total of every filed.
I want to show Report in this form
State Theft Murder Rape Trafffic Total
Gujrat 2 3 6 11
Goa 5 9 14
Bihar 20 20 40
Rajasthan 1 7 8
Total 23 5 30 15 73
Is that Possible ?