I have a report based on a crosstab query. I'm using fixed column headings showing each month of the year.
I also need to have fixed row headings so that if there is no data for a field in the row headings, the field name should still display and then just show zero values for each month of the year. In the example below, Item2 would not normally show because no records are returned. I need Item2 to display and then just show zero values.
Jan Feb March April etc.
Item1 5 24 30 0
Item2 0 0 0 0
Item3 2 7 15 8
Item4 0 14 89 2
Item5 4 0 0 0
How can I accomplish this - both fixed row and column headings? Any ideas you can offer would be greatly appreciated.
I also need to have fixed row headings so that if there is no data for a field in the row headings, the field name should still display and then just show zero values for each month of the year. In the example below, Item2 would not normally show because no records are returned. I need Item2 to display and then just show zero values.
Jan Feb March April etc.
Item1 5 24 30 0
Item2 0 0 0 0
Item3 2 7 15 8
Item4 0 14 89 2
Item5 4 0 0 0
How can I accomplish this - both fixed row and column headings? Any ideas you can offer would be greatly appreciated.