mrchonginhk
Well-known Member
- Joined
- Dec 3, 2004
- Messages
- 679
I have this cross tab query
Name/Month/Score
==============
MrA/Jan/90
MrB/Feb/80
If my cross tab query is Name as row, Month as ColumnHeader, Score as Value, then output becomes:-
Name/Jan/Feb
==========
MrA/90/[ ]
MrB/[ ]/90
I want [ ] to be zero 0, instead of nothing.
How to do this ?
Thanks
Name/Month/Score
==============
MrA/Jan/90
MrB/Feb/80
If my cross tab query is Name as row, Month as ColumnHeader, Score as Value, then output becomes:-
Name/Jan/Feb
==========
MrA/90/[ ]
MrB/[ ]/90
I want [ ] to be zero 0, instead of nothing.
How to do this ?
Thanks