Actually, I guess they are no Null fields. They are fields that don't exists.
I am tryto to group a string field (3 different outcomes) by year and then summerize the string fields.
For example, I want the total of each of the outcomes to should up for 2002, 2003 and 2004 so that I have
2002
Outcome 1 Total = 10
Outcome 2 Total = 7
Outcome 3 Total = 5
2003
Outcome 1 Total = 0
Outcome 2 Total = 7
Outcome 3 Total = 5
2004
Outcome 1 Total = 10
Outcome 2 Total = 7
Outcome 3 Total = 5
The problem is that there are no items assocated with Outcome 1 in the database for 2003, and so it just skips that listing, but I woul dlike it to say 0. Is that possible?