List/Chart Help

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.

I’m going to clarify that my example uses “1” and “2” which are numbers, but I’m using text in my data.

Question remains unclear, Can you put some illustrative examples, how the way you need it. Its looks like a conditional search as of now

This topic was automatically closed after 70 days. New replies are no longer allowed.