L
Lydia
I have created a crosstab query in which some cells are null. There is
a report based on this query in which I want to create a field that
creates a sub-total for the row. As soon as the formula encounters an
empty field it returns a null result. What do I have to do to get the
formula to recognize the null as a zero?
For example
[Val1] [Val2] [Val3] Subtotal calculated
2 3 4 9
6 <null> 8 <I want 14, I'm getting a null>
I'm not having a problem creating the basic formula, I just don't know
how to account for the null values.
Lydia
a report based on this query in which I want to create a field that
creates a sub-total for the row. As soon as the formula encounters an
empty field it returns a null result. What do I have to do to get the
formula to recognize the null as a zero?
For example
[Val1] [Val2] [Val3] Subtotal calculated
2 3 4 9
6 <null> 8 <I want 14, I'm getting a null>
I'm not having a problem creating the basic formula, I just don't know
how to account for the null values.
Lydia