Drupal views can aggregate results, and sum integers, but can't create a comma separated text list.
This is possible in SQL by grouping and using concat() on the field.
Issue module
Drupal views can aggregate results, and sum integers, but can't create a comma separated text list.
This is possible in SQL by grouping and using concat() on the field.