A
Aaron
Hi,
I get this division by zero when opening a report. It used to run alright
until about 3 months ago. The report is run on a quarterly basis. I noticed
that when I turn off the filter, the report no longer has that error but it
has too much information.
I have a filter in the report properties activated ([0-3 0-299 Bal] Is Not
Null Or [4-36 0-299 Bal] Is Not Null Or [36+ 0-299 Bal] Is Not Null). The
report is pulling its information from a query which contains these fields.
0-3 0-299 Bal: IIf(([RTM]>=0 And [RTM]<4) And ([APY]>=0 And
[APY]<3),[CurrentFace],Null)
4-36 0-299 Bal: IIf(([RTM]>=4 And [RTM]<=36) And ([APY]>=0 And
[APY]<3),[CurrentFace],Null)
36+ 0-299 Bal: IIf([RTM]>36 And ([APY]>=0 And [APY]<3),[CurrentFace],Null)
Do you have any idea why it stopped running? I'm baffled.....
Thank you,
Aaron
I get this division by zero when opening a report. It used to run alright
until about 3 months ago. The report is run on a quarterly basis. I noticed
that when I turn off the filter, the report no longer has that error but it
has too much information.
I have a filter in the report properties activated ([0-3 0-299 Bal] Is Not
Null Or [4-36 0-299 Bal] Is Not Null Or [36+ 0-299 Bal] Is Not Null). The
report is pulling its information from a query which contains these fields.
0-3 0-299 Bal: IIf(([RTM]>=0 And [RTM]<4) And ([APY]>=0 And
[APY]<3),[CurrentFace],Null)
4-36 0-299 Bal: IIf(([RTM]>=4 And [RTM]<=36) And ([APY]>=0 And
[APY]<3),[CurrentFace],Null)
36+ 0-299 Bal: IIf([RTM]>36 And ([APY]>=0 And [APY]<3),[CurrentFace],Null)
Do you have any idea why it stopped running? I'm baffled.....
Thank you,
Aaron