Has anyone tried to summarize a field that contains a list of values? I have a field that contains a list of multiple values like a typical tag field.
For example:
| ID | ListAttribute |
| 1 | a, c |
| 2 | a, c, d |
| 3 | a, b, c, d |
I am trying to create a chart of the count of each value in the list from the ListAttribute field.
The input would look something like this:
Is this possible in Insights? Would this have to be done in a preprocessing step? This data originates from SQL server.
Any thoughts would be helpful.
Thanks!