Where a field has, for example 4 values, is it possible to set up a cross tab to show all values even when some of the values do not appear?
So, I would like the cross tab to always show A,B,C&D - like this
A=1
B=5
C=2
D=4
But if there is no data meeting C, the cross tab returns
A=1
B=5
D=4...