Crosstabs and Pivots

J

Jeff C

I am trying to summarize some data:

Value = Count of patient numbers
Column = group by pt type (I, OV, E, S etc)
row = Expresssion "Total"

The column is actually pulling data from another field that is not included
in the query but is part of the source OR

It fails because it wants each instance of the Patient Type to be a cloumn
and there are too many.

What is the problem here?
 
Top