N
nms
I have successfully created the calculated fields that I need for my report
to sum the columns but now I need to divide one field by another to get a
percentage in the rows (which I have also successfully calculated for the
individual fields) and all I get is a number 1. Is division done differently
in cross tab reports?
The numbers are:
1316/1337 = 98% (for the total row)
My control sources:
=(Nz([4],0)+Nz([5],0))/(Nz([1],0)+Nz([2],0)+Nz([3],0)+Nz([4],0)+Nz([5],0))
or (I gave the text boxes names and get the same results)
=([totalnoresolved])/([totalnoopened])
to sum the columns but now I need to divide one field by another to get a
percentage in the rows (which I have also successfully calculated for the
individual fields) and all I get is a number 1. Is division done differently
in cross tab reports?
The numbers are:
1316/1337 = 98% (for the total row)
My control sources:
=(Nz([4],0)+Nz([5],0))/(Nz([1],0)+Nz([2],0)+Nz([3],0)+Nz([4],0)+Nz([5],0))
or (I gave the text boxes names and get the same results)
=([totalnoresolved])/([totalnoopened])