<div dir="ltr">Summary reports don't work in Vtiger 5.4 and 6 to produce subtotals for each group. The grouping is done only in the presentation layer where merging of the html table contents is shown to user.<div><br>
</div><div>There is no programmed functionality to display subtotals, and also the above mentioned logic (comparing values in php level ) also slows down the performance of Reports for big amount of columns, related modules.</div>
<div><br></div><div>File: modules/Reports/ReportRun.php lines 1982-2096 (for the html output).</div><div><br></div><div>Are there any plans to implement this ? I think it's a really important functionality missing that has been discussed a lot in the past but no progress has been made. </div>
<div><br></div><div>One quick solution idea towards implementing this could be re-using the ReportRun to produce N amount of summary reports for each of the N groups present in the Sql query. The totals of the subgroups are calculated by another function (and printed).</div>
<div><br></div></div>