Report is on a table of review items - each item can have a value of 1 (yes), 2 (no) or 3 (na). Each item will be listed several times - one time for each completed review.
I need to get the sum of all the 1s to then do an average based on the number of reviews completed. It looks like distint count is my best option, but I'm stuck on the 3 parameters! The first appears to be the field, the last would be the value; it's the domain field that has me stumped.
Example to help understand the report:
field name is RR027
Expression would be DCount([RR027], domain, 1)
I need to know what goes in domain.
Thanks!
I need to get the sum of all the 1s to then do an average based on the number of reviews completed. It looks like distint count is my best option, but I'm stuck on the 3 parameters! The first appears to be the field, the last would be the value; it's the domain field that has me stumped.
Example to help understand the report:
field name is RR027
Expression would be DCount([RR027], domain, 1)
I need to know what goes in domain.
Thanks!