D
Dkline
My expression is:
Expr1: IIf([SumOfProrated Transaction]=[IsNull],0,[SumOfProrated
Transaction])+IIf([SumOf03/04 Net Balances]=[IsNull],0,[SumOf03/04 Net
Balances])
What's I'm trying to get around if either value is null or blank, this
expression shows up blank. So I'm trying to persuade it that if the is null
or blank, just make it a 0 and add the other value.
The above only apparently works when BOTH have a value. If either is blank
or Null, nothing.
How can I make this work?
Expr1: IIf([SumOfProrated Transaction]=[IsNull],0,[SumOfProrated
Transaction])+IIf([SumOf03/04 Net Balances]=[IsNull],0,[SumOf03/04 Net
Balances])
What's I'm trying to get around if either value is null or blank, this
expression shows up blank. So I'm trying to persuade it that if the is null
or blank, just make it a 0 and add the other value.
The above only apparently works when BOTH have a value. If either is blank
or Null, nothing.
How can I make this work?