I am trying to configure a chart to to display an entry count
This works fine when i have a single entry per field, but not when I have multiple values per field.
In the example below I would expect to see 3 entries in the PIE chart, with the following values
Adhoc Payee = 4
Direct Debit = 1
Standing Order = 1

However what I actually get is 2 entries
Adhoc Payee = 3
Adhoc Payee, Direct Debit, Standing Order = 1
I have managed to get this working for the Filter macro (showing only single entries) by using the a drop down filter and setting the cell value delimiter for it to an apostrophe. However cannot seem to get the same thing working for the chart side