I think I’m doing everything right in setting up a report. I’m trying to run a report of Opportunity Amounts and group it by Product Line. Product Line is a custom field.
Couple of issues:
If there are more than 20 rows, the group total only sums up what is on the first page (20 rows) and there is no overall total for the group.
Running a grouped bar chart just doesn’t work. It doesn’t sum up the value of Opportunity amount, it seems to be just grabbing a random value for one of the rows.
The report is sorted, and grouping properly, my issue is with the totals and also with the report.
Attaching a file doesn’t seem to work, so my settings are:
Main Group: Product Line
Product Line sorted by Ascending
Opportunity amount: Total=Sum
Can’t understand what I’m doing wrong. Any one can help?
Hey, no I’ve not been able to get grand totals of all the groups. I’m pretty sure this used to work in previous versions. Hoping someone has some ideas!
Yep, And it sum the total of the subpannel only… Not a grande total of all the sub pannel…
Want to have a grande total of all my company, right now it sum only company by company (sub pannel by sub pannel…)
The only way I find to have what I want is to not group by company … But it make the report hard to read… I will have like 3K company, If I dont group it It will be total madness lol
Your first option is not so bad, I’ll note it, It can be an option. But My report have a condition with a parameter so the 2 report will not be linked …
With your sec option, I can maybe do an SQL request with the sum of a fields ? I will give that a try too …
Another option I just discover now is “kreporter”, just discover this free plugin, maybe in this one I can do a grand total of a field ! I will definetly download it when my suiteCRM will be updated to 7.11 .
The Google Charts version requires a bit of tweaking in the PHP file, but it is all very straight-forward, and it gives you every bit of freedom. You just run SQL and print the results in HTML on screen. You can do that “manually” if you just want to print a number, or you can use all the fancy Google Charts to achieve more elaborate results.