I need to build in subtotals. The value I am counting is a date field. If there is a date, I want to add to a formula field, if it is NULL, I want to add to another formula field. I must set the report options to convert NULLS to their default values right????
Now, for the formula field, would this work..
If {Date} = Date(0,0,0) then 1
or
If IsNull({Date}) then 1
Then put those formula fields in the group footer>>>>>
Now, for the formula field, would this work..
If {Date} = Date(0,0,0) then 1
or
If IsNull({Date}) then 1
Then put those formula fields in the group footer>>>>>