B
BeaBea
I have a report that I am trying to create and need some help on summing.
The fields I have on my report are: supervisor, product, product type,
ysnapproved and ysnnotapproved.
Supervisor: James
Product Product Type ysnapproved ysnnotapproved
Oil Pan IL (check box checked)
Oil Pan IL (check box checked)
Fan Belt IL
(check box checked)
Oil Pan OC
(check box checked)
I tried using: sum(IIF([product type]="IL" And [ysnapproved]="True",1,0) )
for the number of approved; and sum(IIF([product type]="IL" And
[ysnnotapproved]="True",1,0) ) for the number of products not approved. When
I run the report I only get some of the records for instance, if there are 20
records I only get a sum of 16. I tried grouping by Supervisor and by
product. How can I get the report to count all of the records? And I also
need a total for each row?
The fields I have on my report are: supervisor, product, product type,
ysnapproved and ysnnotapproved.
Supervisor: James
Product Product Type ysnapproved ysnnotapproved
Oil Pan IL (check box checked)
Oil Pan IL (check box checked)
Fan Belt IL
(check box checked)
Oil Pan OC
(check box checked)
I tried using: sum(IIF([product type]="IL" And [ysnapproved]="True",1,0) )
for the number of approved; and sum(IIF([product type]="IL" And
[ysnnotapproved]="True",1,0) ) for the number of products not approved. When
I run the report I only get some of the records for instance, if there are 20
records I only get a sum of 16. I tried grouping by Supervisor and by
product. How can I get the report to count all of the records? And I also
need a total for each row?