I’m trying to display some text data on a chart.
I’ve got it to work by using :formatted as number.
But the text is a list, so instead of counting every item on the list separately, it puts them both on the list with a comma in the middle.
Example:
User selects “1” and “2” in the multi dropdown. It creates a new list.
The chart will then display “1, 2” and count it as 1 item.
I want it to display “1” as 1 item and “2” as one item.