Hello,
I have a column that contains comma delimited values such as this:
----------------------------------
| Column A |
----------------------------------
| Value A, Value B, Value C | <= R1
----------------------------------
| Value B, Value C, Value D | <= R2
----------------------------------
When I use the filters, the options are this:
Value A, Value B, Value C
Value B, Value C, Value D
How can I change that behavior so that the filters display the comma delimited values?
Value A,
Value B,
Value C,
Value D.
Thank you,
Erick