compucorp / uk.co.compucorp.civicrm.pivotreport

CiviCRM Pivot table reporting solution
Other
8 stars 13 forks source link

GS-92: Multiselect fields error in pivot table #73

Closed coldrunKacper closed 6 years ago

coldrunKacper commented 6 years ago

There was an issue that multivalues custom fields were shown inline instead of splitting them into separated rows (which is the main idea of pivot data). It was caused by a bug in formatRow() method (used for each entity except Activity which has it's own recursive implementation of this method).

Before: gs-92-before2

After fixing: gs-92-after2