Using the count function across sections
Posted: January 3rd, 2014, 2:11 am
I have an issue with generating tables using the count, a sample of the function
count(qhsec03 where qh112 = 2 and qh113_age in 10:18);
qhsec03 is a section in my application
qh113_age is the age of the individual
qh112 is the sex of the individual
both qh113_age and qh112 are in the qhsec01 section
Also qhsec01 and qhsec03 are all rosters in the application
count(qhsec03 where qh112 = 2 and qh113_age in 10:18);
qhsec03 is a section in my application
qh113_age is the age of the individual
qh112 is the sex of the individual
both qh113_age and qh112 are in the qhsec01 section
Also qhsec01 and qhsec03 are all rosters in the application