K
Kristibaer
I am in need of an expression that will return a zero (0) if a field value is
null. I tried the following expression, but instead of returning 0 in the
null values, it eliminated them altogether:
Nz([COUNT SUMS].[SumOfCount Quantity],0)
Is there an Iif expression that will replace the null values with zero
instead of eliminating those records where this value is null?
Thank you!
null. I tried the following expression, but instead of returning 0 in the
null values, it eliminated them altogether:
Nz([COUNT SUMS].[SumOfCount Quantity],0)
Is there an Iif expression that will replace the null values with zero
instead of eliminating those records where this value is null?
Thank you!