I am diving into testing this module, looks very promising. I added a node reference field and NID field to view, then I added the SQL Aggregation field. All the field options are not populated with the two previously added fields (Fields to Group On, Fields to Group On, Field to Sort Resultset On), so I am unable to set anything, nor to save the field setup since these fields are mandatory.
Am I missing something here?
Comments
Comment #1
gabidrg commentedSeems like Views 6.x-2.3 or later is required, after updating it worked. The issue was in handlers/views_groupby_handler_field_groupfields on line 199:
which was failing to select display.
Comment #2
irakli commentedCorrect. Module is only tested/compatible with the latest Views.
Also: please install the new version of the module. It has major fixes.