Tiro Cupidus
Registered User.
- Local time
- Today, 13:12
- Joined
- Apr 25, 2002
- Messages
- 263
I have a crosstab with years as the row headings. I want all years in the table to show up, despite whether or not the criteria I specify discludes any certain year (that year would return 0 values). The problem is I can't seem to get this to work, even with an outer join to a query of all possible years.
Example:
1996-2005 are all the possible years. However, when certain criteria are specified, the query does not display 1996 because there is no data for 1996 with those specifications. What would be a reason an outer join isn't forcing it to display 1996?
I have several subreports based on this range of years, and if they don't all display all years, they don't align correctly.
Thanks for any help.
Example:
1996-2005 are all the possible years. However, when certain criteria are specified, the query does not display 1996 because there is no data for 1996 with those specifications. What would be a reason an outer join isn't forcing it to display 1996?
I have several subreports based on this range of years, and if they don't all display all years, they don't align correctly.
Thanks for any help.