B
Bob
I have the following table below:
Org Grp Group1
Unassigned
BLBL Other
CAT Catalog
COMP Other
DIST Other
DIST-A Distribution
DIST-O Other
DIST-P Distribution
EUSR EU/OEM
FWD Other
GOVT Other
ICO ICO
OEM EU/OEM
SYS Other
I am doing a query with another table by joining Org Group and dropping in
Group1
into the query. What I would like to do is categorize the empty values in
Org Group as "Unassigned". when I do the query now, I get blank values for
both Org Group and Group1
Thanks.
Org Grp Group1
Unassigned
BLBL Other
CAT Catalog
COMP Other
DIST Other
DIST-A Distribution
DIST-O Other
DIST-P Distribution
EUSR EU/OEM
FWD Other
GOVT Other
ICO ICO
OEM EU/OEM
SYS Other
I am doing a query with another table by joining Org Group and dropping in
Group1
into the query. What I would like to do is categorize the empty values in
Org Group as "Unassigned". when I do the query now, I get blank values for
both Org Group and Group1
Thanks.