compucorp / uk.co.compucorp.civicrm.pivotreport

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

GS-86: Fix Subtypes on Cases and Prospect Reports #62

Closed MiyaNoctem closed 6 years ago

MiyaNoctem commented 6 years ago

Overview

Multiple case clients were showing up on Cases Report, but client subtypes were not. Also, all this (multiple case clients, case client subtype) should work in Prospect reports as well.

Before

A contact can have many subtypes, which is why they weren't being shown, as the result was an array and was being used as a string.

After

Implemented treatment of array values for clients by imploding into a comma separated string.