I have a crosstab query that has:
Row Heading:
Sales Rep
Goal
Year
Column Heading:
Month (january, february, etc)
Data is the number of groups they sold.
I am trying to insert 0's in the report where there are no groups sold. I tried using NZ and then in the report using and if statement:
=iif(isnull([feb],0,[feb])
Not working -
Any help would be greatly appreciated!!!
Fred
Row Heading:
Sales Rep
Goal
Year
Column Heading:
Month (january, february, etc)
Data is the number of groups they sold.
I am trying to insert 0's in the report where there are no groups sold. I tried using NZ and then in the report using and if statement:
=iif(isnull([feb],0,[feb])
Not working -
Any help would be greatly appreciated!!!
Fred