hockeyfan21
Registered User.
- Local time
- Today, 13:12
- Joined
- Aug 31, 2011
- Messages
- 38
Hi there,
I need to get the equivalent of the Nz function below so that I can connect my query to an Excel workbook. Since Excel does not allow Nz.
Expr1: Sum(Nz([Late (22 - 28 Days Late)],0)+Nz([Late Qty (> 28 Days Late)],0))
Trying something like this but can't get it working-would appreciate some help to get it working.
Expr1: Sum(IIf(IsNull([LateQty (22 - 28 Days Late)]),0))+IIf(IsNull([LateQty (> 28 Days Late)]),0)
Thank you!
Toni
I need to get the equivalent of the Nz function below so that I can connect my query to an Excel workbook. Since Excel does not allow Nz.
Expr1: Sum(Nz([Late (22 - 28 Days Late)],0)+Nz([Late Qty (> 28 Days Late)],0))
Trying something like this but can't get it working-would appreciate some help to get it working.
Expr1: Sum(IIf(IsNull([LateQty (22 - 28 Days Late)]),0))+IIf(IsNull([LateQty (> 28 Days Late)]),0)
Thank you!
Toni