E
EpiAl
I'm running reports that sum various variables. Everything is working fine
for variables that have multiple choices... for example the report will run
the number of people from each state. However, for questions that are set up
as yes/no in the table, the report wont generate a count.
The formula I am trying to use is:
=Sum(Abs([InternetAccess?]="Yes"))
for all of my other variables I use for example =Sum(Abs([State]="Illinois"))
and things work just fine.
Using "Yes" seems to be messing things up. Any ideas on what is going wrong
or how I can fix this?
Thanks!
for variables that have multiple choices... for example the report will run
the number of people from each state. However, for questions that are set up
as yes/no in the table, the report wont generate a count.
The formula I am trying to use is:
=Sum(Abs([InternetAccess?]="Yes"))
for all of my other variables I use for example =Sum(Abs([State]="Illinois"))
and things work just fine.
Using "Yes" seems to be messing things up. Any ideas on what is going wrong
or how I can fix this?
Thanks!