|
Yes, there is an easier way.
First, create a new Dimension Definition file with two fields, [code] and [AgeGroups] as an example. List the single year ages in [code] and their desired age groups in [AgeGroups], like this:
[code] [AgeGroups]
0 0-4
1 0-4
2 0-4
3 0-4
4 0-4
5 5-9
6 5-9
7 5-9
8 5-9
9 5-9
etc..
When creating your table, define your source fields as usual, and then define a redefinition field ( Source > Define Redefinition Fields), Call it AgeGroups, load the previously defined Dimension Definition file, Select [Age] as a source field, match it to the [code] lookup field, and selecr [AgeGroups] as the value field. Use the new dimension [AgeGroups] instead of [Age] in your table design.
|