Just in case someone has assigned more than one value to a multi-selection field in our database, I need to parse the values and treat the values as a group.
To clarify: if the field were a single-selection field, I could simply make a group out of it and I'd be done, but I can't because there may be an item or two with more than one values in the field.
The complication is that since the values are numeric, I need to use SQL to look up each value in another table.
Is there a somewhat painless way of doing this, or must I give this task to someone with more expertise and time?
To clarify: if the field were a single-selection field, I could simply make a group out of it and I'd be done, but I can't because there may be an item or two with more than one values in the field.
The complication is that since the values are numeric, I need to use SQL to look up each value in another table.
Is there a somewhat painless way of doing this, or must I give this task to someone with more expertise and time?