I have a column called Accept with A's and R's in that column.I have used a crosstab query and set accept as the column heading to be able to count the A's and R's seperately on one report.
the accept column then looks like this on the report
A R Total RTs'
1 2 3
but i need it to count if one column is null.
this is what i get.
A R Total RTs'
1
I need this
A R Total RTs'
0 1 1
thanks for any help!
the accept column then looks like this on the report
A R Total RTs'
1 2 3
but i need it to count if one column is null.
this is what i get.
A R Total RTs'
1
I need this
A R Total RTs'
0 1 1
thanks for any help!