|
Posted by billr3 on May 20, 2006, 9:24 am
Please log in for more thread options Thanks
--
billr
"Rob" wrote:
> <!--
> ===========================
> Section: Department Grand Total
> ===========================
> -->
>
> <ROW> "|" Report.DepartmentTotalSales "|"
> Report.DepartmentTotalPercentage </ROW>
> <ROW> "" </ROW>
> <!--
> ===========================
> Section: Hourly Totals
> ===========================
> -->
>
> <ROW> "Hourly Sales:" </ROW>
> <FOR each = "ReportHour">
> <ROW> Report.Hour.Hour "|" Report.Hour.Sales "|"
> Report.Hour.TransactionCount </ROW>
> </FOR>
> <ROW>
> "|==============================================|=============================================="
> </ROW>
> <!--
> ===========================
> Section: Hourly Grand Total
> ===========================
> -->
>
> <ROW> "|" Report.HourlyTotalSales "|"
> Report.HourlyTotalTransactionCount </ROW>
>
> Make a copy of the XReport.xml file and remove the lines above.
>
> Rob
>
> > Does anyone know 'EXACTLY' what needs to be removed from the x report so
> > that
> > the hourly sales portion is taken off...
> > --
> > billr
>
>
>
|