Hello,
I have a report based on a cross tab query of insurance premiums. The report contains a family description for each subscriber and there are approximately 30 possible descriptions. Is it possible for the report to count and summarize each of the descriptions? Something like a pivot table except that I don't want both count and grand total columns, just the count. If so how I would set it up? I have accomplished this by building extra queries and reports but it seems a bit sloppy on the backend so if it is possible I would rather build it right into the main report.
The end result would look something like:
Description Count
Single 10
Subcriber & spouse 50
Family with 1 child 45
Family with 3 children 24
Thanks