Possible bug: Matrix reports broken in 7.6.2.1?

Does anyone else have issues with matrix reports in 7.6.2.1?

E.g.

Matrix report

Module: Calls

Filters:

Calls > Date Created [This Year]

Group By:

Calls > Assigned User > username

Calls > Direction

Display Summary

Calls > Assigned User > username

Calls > Direction

Calls > Count

No Chart options

No Optional Related Modules

Show SQL:

SELECT l1.user_name l1_user_name,IFNULL(calls.direction,'') calls_direction

,COUNT(calls.id) calls__allcount, COUNT(DISTINCT calls.id) calls__count

FROM calls

INNER JOIN users l1 ON calls.assigned_user_id=l1.id AND l1.deleted=0

WHERE (((calls.date_entered >= '2016-01-01 07:00:00' AND calls.date_entered <= '2017-01-01 06:59:59'

)))

AND calls.deleted=0

GROUP BY l1.user_name

,calls.direction

ORDER BY l1_user_name

ASC,CASE WHEN calls.direction='Inbound' THEN 0

WHEN calls.direction='Outbound' THEN 1 ELSE 2 END ASC

In MySQL Workbench select works fine, in output the username is not present in all rows and totals seem off.

thanks,

Francesca

  • Hi Francesca Shiekh,

    This looks like its being caused by bug 75587, which is scheduled to be fixed in 7.7.1. I'll create a case for you so that our support team can check if there is a hotfix available for your version or if there is any additional information available.

    -Alex

  • I have a Case open already

    Any chance of a fix before then? Managers love their reports....

    Interestingly we didn't notice this in 7.6.2.0 just 7.6.2.1

  • My mistake, sorry! I'll have the new case closed and I'll add notes to the existing one. I can't commit to a fix before 7.7.1 which is what I'm seeing as the scheduled release for now. The support rep assigned on your case will have to dig into that a little further to be sure and see if there is anything that can be done ahead of time.

  • Alex Nassi , I added what I believe to be a fix in the case portal.

  • Francesca,

    We just upgraded to version 7.7.0.0 and I had one of our users complain to me about this issue. Have you come up with any work arounds to get around this while you wait for the 7.7.1 to be released?

  • Hi Brett,

    I contacted Sugar Support and they provided a solution for our 7.6.2.1

    HTH

    FrancescaS

  • Thanks for the reply Francesca. I filed a support ticket with Sugar Support but it doesn't look like they are going to do anything for us. We are hosted On Demand and their canned response anymore is that we will have to wait for the release the fixes are included in. I miss the days when they would install hot fixes to On Demand instances instead of making you wait for the release.

  • Hi Brett,

    I am sorry this bug is affecting your users and that we're not able to add the hotfix to your On Demand instance. 7.7.1 is scheduled to release this month. If you're not doing so already, you can follow the Explore space to get notified about the release and all future releases. I'll also be updating this post and you will receive a notification through your case. Hopefully we can get you on 7.7.1 ASAP.

    -Alex