#Error in output (need a handler)
Experts, how would I handle a #error output for some of the records?
the below doesnt work since records still have #error:
CurrAmount: IIf(IsNull([CurrAmt]),0,[CurrAmt])
thank you. Let me know if not clear.
my query looks like this:
Experts, how would I handle a #error output for some of the records? the below doesnt work since records still have #error: CurrAmount: IIf(IsNull([CurrAmt]),0,[CurrAmt]) thank you. Let me know if not clear. my query looks like this: Read More