C
CarlaInJax
I have a report that shows results of a customer service survey. One field
is [Survey sent], one field is [survey returned]. The [survey sent]
indicates the date that the survey was mailed and the field [survey returned]
has a number that indicates the level of satisfaction (i.e., 1=very
satisfied; 2=satisfied, etc.). I'm trying to determine the percentages of
each level of satisfaction. I've done a control of (count([survey returned]
iif 1)/(count [survey returned])). It keeps returning an error. What am I
doing wrong?
is [Survey sent], one field is [survey returned]. The [survey sent]
indicates the date that the survey was mailed and the field [survey returned]
has a number that indicates the level of satisfaction (i.e., 1=very
satisfied; 2=satisfied, etc.). I'm trying to determine the percentages of
each level of satisfaction. I've done a control of (count([survey returned]
iif 1)/(count [survey returned])). It keeps returning an error. What am I
doing wrong?