RunTimeFilter($filtercolumn,$filter,$startdate,$enddate); $arr_values = $oReportRun->GenerateReport("PRINT",$filterlist); $total_report = $oReportRun->GenerateReport("PRINT_TOTAL",$filterlist); $oPrint_smarty->assign("COUNT",$arr_values[1]); $oPrint_smarty->assign("APP",$app_strings); $oPrint_smarty->assign("MOD",$mod_strings); $oPrint_smarty->assign("REPORT_NAME",$oReport->reportname); $oPrint_smarty->assign("PRINT_CONTENTS",$arr_values[0]); $oPrint_smarty->assign("TOTAL_HTML",$total_report); $oPrint_smarty->display("PrintReport.tpl"); ?>