M
MarkD
I have a crosstab query with row headings
RegionA
RegionB
RegionC
RegionD
Column headings are 200401, 200402, 200403, ..., 200411
Region B has no sales, so I have to create a table with
the 4 regions and left join to the data table (to ensure
the row headings always show those 4 regions). There is no
null column.
Unfortunately, now I'm getting the "<>" column heading.
I tried setting the criteria for the colums field to Not
Null, but that drops "RegionB" for some reason.
The only thing that seems to work hard-coding the column
headings. However, I don't see anywhere in the querydef
properties where I can add this programmatically (I have
40 crosstab queries that need to be updated monthly).
I'm stuck. What can I do?
RegionA
RegionB
RegionC
RegionD
Column headings are 200401, 200402, 200403, ..., 200411
Region B has no sales, so I have to create a table with
the 4 regions and left join to the data table (to ensure
the row headings always show those 4 regions). There is no
null column.
Unfortunately, now I'm getting the "<>" column heading.
I tried setting the criteria for the colums field to Not
Null, but that drops "RegionB" for some reason.
The only thing that seems to work hard-coding the column
headings. However, I don't see anywhere in the querydef
properties where I can add this programmatically (I have
40 crosstab queries that need to be updated monthly).
I'm stuck. What can I do?