I have a mysql database with data in this form:
I want to use Google ColumnChart (in Dashboard) to get the count of fruits per fruit in a given period. So the results of the above table for September would be:
oranges 4
apples 3
bananas 2
The difficulty is how to separate fruits to categories, how to split data in fruits column (there is ### between fruits...) in order to show their count in chart columns. Any suggestion?