D
db:southcongress
i was hoping someone could help with my problem:
my table (histres) has 9,000 some records grouped into districts
[histres.histdist]. One of the attributes is "current function"
[cfunc_cat_a] and contains info like, domestic, commercial,
recreation, government, etc. I'd like to calculate the current
functions as percentages per group. so my results would be a table
that looks something like:
Group|[cfunc_cat_a]|Percent
---------------------
1 Domestic 59
1 Commercial 22
1 Government 19
2 Domestic 76
2 Commercial 19
2 Recreation 01
3 .......
3
n
thanks,
db
my table (histres) has 9,000 some records grouped into districts
[histres.histdist]. One of the attributes is "current function"
[cfunc_cat_a] and contains info like, domestic, commercial,
recreation, government, etc. I'd like to calculate the current
functions as percentages per group. so my results would be a table
that looks something like:
Group|[cfunc_cat_a]|Percent
---------------------
1 Domestic 59
1 Commercial 22
1 Government 19
2 Domestic 76
2 Commercial 19
2 Recreation 01
3 .......
3
n
thanks,
db