if ($totals_only || 'no_grouping' != $group_by)
$subtotals = ttReportHelper::getSubtotals($bean, $options); // Subtotals for groups of items.
$totals = ttReportHelper::getTotals($bean, $options); // Totals for the entire report.
if ($totals_only || 'no_grouping' != $group_by)
$subtotals = ttReportHelper::getSubtotals($bean, $options); // Subtotals for groups of items.
$totals = ttReportHelper::getTotals($bean, $options); // Totals for the entire report.