I wanted to use this module to display a check in a table column if a field contains a specific value. I used multiple columns for every possible value of the field. This works fine. But when I use aggregation for the view to count the field entries of an other field, the checks that were previously displayed in one row are then displayed in multiple rows. I want them to show up in one row for one person. How can I achieve this?

Comments

makli’s picture

Title: Doesn't work right with aggregation » Doesn't work as aspected with aggregation
ofry’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Active » Reviewed & tested by the community

Please give me the export code of this view, I will see it :)

ofry’s picture

Status: Reviewed & tested by the community » Postponed (maintainer needs more info)
jamesfk’s picture

Hi Makli,

I don't think this can work with native views aggregation as that must aggregate based on the database query, but it's well worth having a look at Views Aggregator Plus:

https://www.drupal.org/project/views_aggregator

I've used this successfully for the exact same use case on several D7 sites.

All the best,
James

shelane’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)