Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.2
-
Fix Version/s: 3.1.3
-
Component/s: CiviReport
-
Labels:None
Description
I've extended the CiviReport contact report "Constituent Report (Summary)" to allow filtering by Tags. The user can select one or more Tags and limit the output to
This should be easy to extend to other Reports. See attached patches for 3.1.2 to CRM/Report/Form.php and to CRM/Report/Form/Contact/Summary.php.
Potential gotchas: I'm not a PHP programmer and I just copied the logic for Groups. I haven't optimised the SQL (a join might be more efficient).