A
Attila Fust
I am running a query that groups an indicator code. I
would like to label the code. Here are the results of the
query:
Code Sum
1 3500.00
2 2500.00
3 1000.00
The code field is grouped "Group by" in the query.
I would like to map the code to an english name. Here is
what I would like to see:
Code Sum Name
1 3500.00 Member
2 2500.00 Spouse
3 1000.00 Dependent
I could create a separate table with that identifies the
name for each code and then join to my original table but
I would like to avoid that if possible.
Is there a way to do this in the query?
Thanks in advance.
Attila
would like to label the code. Here are the results of the
query:
Code Sum
1 3500.00
2 2500.00
3 1000.00
The code field is grouped "Group by" in the query.
I would like to map the code to an english name. Here is
what I would like to see:
Code Sum Name
1 3500.00 Member
2 2500.00 Spouse
3 1000.00 Dependent
I could create a separate table with that identifies the
name for each code and then join to my original table but
I would like to avoid that if possible.
Is there a way to do this in the query?
Thanks in advance.
Attila