I have a report which uses the following selection criteria code:
{PERMIT.TYPEOCC} = ["Single Family","Two Family", "Multi-Family", "Accessory Building", "Home Occupation", "Commercial", "Industrial", "Institutional", "Other" , "Mobile Home"]
and {PERMIT.MUNUNIT} = ["New Glasgow","Pictou", "Stellarton", "Trenton", "Westville"]
and {PERMIT.DATEBLDG} = {?Date}
and {PERMIT.APP} = ["Conventional Building" , "Pre-MFGED Building"]
The crosstab is setup like this:
Here is a screenshot of the report it creates for a january 2003 activity report:
Notice that the report is quite small. Reason being is that CR is only showing me the columns that actually have data in them. If you look at my selection criteria you will notice that there are 3 other columns that did not show up because they do not have data in them. If there any way to make CR display all columns (and rows too) even if they contain no data (null)?
This is an automated report, not a manual one. I can achieve the desired report manually but it would be nice to know a way to do this through an automatic report. Thanks for your help.
Toxodont
{PERMIT.TYPEOCC} = ["Single Family","Two Family", "Multi-Family", "Accessory Building", "Home Occupation", "Commercial", "Industrial", "Institutional", "Other" , "Mobile Home"]
and {PERMIT.MUNUNIT} = ["New Glasgow","Pictou", "Stellarton", "Trenton", "Westville"]
and {PERMIT.DATEBLDG} = {?Date}
and {PERMIT.APP} = ["Conventional Building" , "Pre-MFGED Building"]
The crosstab is setup like this:
Here is a screenshot of the report it creates for a january 2003 activity report:
Notice that the report is quite small. Reason being is that CR is only showing me the columns that actually have data in them. If you look at my selection criteria you will notice that there are 3 other columns that did not show up because they do not have data in them. If there any way to make CR display all columns (and rows too) even if they contain no data (null)?
This is an automated report, not a manual one. I can achieve the desired report manually but it would be nice to know a way to do this through an automatic report. Thanks for your help.
Toxodont