I use the version 7.5.3 and I have some problem in the report module with multiselect fields.
Miss to put ^ caracter for the SQL Request See print screen
But Now I test group report and again have some sql query mistake
exemple:
SELECT
[accounts].id AS ‘accounts_id’,
[accounts].name AS ‘Name0’,
[accounts:contacts].id AS ‘accounts:contacts_id’,
COUNT([accounts:contacts].first_name) AS ‘First_Name1’
FROM [accounts]
LEFT JOIN accounts_contacts [accounts|accounts:contacts] ON [accounts].id=[accounts|accounts:contacts].account_id AND [accounts|accounts:contacts].deleted=0
LEFT JOIN contacts [accounts:contacts] ON [accounts:contacts].id=[accounts|accounts:contacts].contact_id AND [accounts:contacts].deleted=0 WHERE ( ([accounts].name = ‘XXX’) ) AND accounts.deleted = 0 GROUP BY [accounts].name
SuiteCRM automatically add id field on a group request it can work.
I use de default report module in suiteCRM
Somebody know if the ultimate reporting solution fix all the problem ??? and it was conpatible with SuiteCRM 7.5.3 ?