I have a report where I need to group by age that are non standard, e.g. 0-17, 17-64 and 65+. currently I can set the age to every 1,5,10,15...(using standard access groupintervals) years but not with values that are non-sequential.
I imagine I could use multiple queries to do this or even sub-reports? But how to do it in the same report, I wouldn't have a clue.
For example, the report currently has the following.
0-10 years old
--------
location number of patients
a 30
b 22
c 33
11-20 years old
--------
location number of patients
a 17
b 62
c 13
What I need it to show is:
0-17 years old
----------
location number of patients
a 13
b 72
c 64
17-64 years old
------------
location number of patients
a 16
b 72
c 12
and so on.
I appreciate the help
Brendan
I imagine I could use multiple queries to do this or even sub-reports? But how to do it in the same report, I wouldn't have a clue.
For example, the report currently has the following.
0-10 years old
--------
location number of patients
a 30
b 22
c 33
11-20 years old
--------
location number of patients
a 17
b 62
c 13
What I need it to show is:
0-17 years old
----------
location number of patients
a 13
b 72
c 64
17-64 years old
------------
location number of patients
a 16
b 72
c 12
and so on.
I appreciate the help
Brendan