Hi,
I have a question. I have crosstab query that looks something like this
Service E I O D T
ABC 45 8 8 6 9
PQR 34 3 2 3
XYZ 12 2 3 4
Services are ABC, PQR and XYZ
InternalTest = E,I,O,D,T
Cell Values are = Count of Customer IDs for the criteria RegID is not missing (RegID is a column that has a value and also blank)
My question is
Sometimes there are no customers with InternalTest = D - then the column for D does not show up in the crosstab query. How do I get the column on the crosstab even if there are no values for that. Something like this
i.e though I dont have customers with InternalTest=D for that particular week I need show 0 under that column.
Service E I O D T
ABC 45 8 8 0 9
PQR 34 3 2 0 3
XYZ 12 2 0 4
I don't want to use a hotfile in this case. Can this be done through calculation?
I appreciate your help.
I have a question. I have crosstab query that looks something like this
Service E I O D T
ABC 45 8 8 6 9
PQR 34 3 2 3
XYZ 12 2 3 4
Services are ABC, PQR and XYZ
InternalTest = E,I,O,D,T
Cell Values are = Count of Customer IDs for the criteria RegID is not missing (RegID is a column that has a value and also blank)
My question is
Sometimes there are no customers with InternalTest = D - then the column for D does not show up in the crosstab query. How do I get the column on the crosstab even if there are no values for that. Something like this
i.e though I dont have customers with InternalTest=D for that particular week I need show 0 under that column.
Service E I O D T
ABC 45 8 8 0 9
PQR 34 3 2 0 3
XYZ 12 2 0 4
I don't want to use a hotfile in this case. Can this be done through calculation?
I appreciate your help.