I have a column named "flavor" and it can have values such as:
- Dark Chocolate
- Oreo Birthday
- Dark Chocolate,Dark Chocolate,Dark Chocolate
- Dark Chocolate,Oreo Birthday
In the case where there are multiple flavors in 1 record, I would like to count them individually. Here is how my table shows these multiple flavors now:
Instead of that whole string being counted once, I would like for Dark Chocolate to be counted 3 times. Is this possible? Or do I have to make a separate table?
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |