In my table, multiple columns have multiple values in them. Some are comma-separated already, and some are not. This is causing an issue with filtering.
How do I get all of my columns to comma-separate the values so that filtering works properly?
For more context, the component column automatically adds commas in between values which allowed me to filter the table using comma as the delimiter.
The rest of my columns are pulling from Jira fields, and are not adding commas between them. I tried using \u0020 as the delimiter but I have spaces in some of my values, so this did not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.