Print whole report or Export with no page break and summary
I have a table with 3 fields:
Name
Date
Duration
I am created a report grouping by Name with summary for Name and Duration.No show for details.
So I am getting results as I needed:
Name
TEST 1-----------------------------------Duration Sum
Summary for TEST 1 - 15 entries 30
TEST 2
Summary for TEST 2 - 25 entries 50
Global Summary: 40----------------------80
So for TEST 1 I have 15 records with 2 min duration each.
Now when I print or export it inserst page breaks and sums and look like what it's doing - counting details in background...
So results on print whole page is totaly messed up:
TEST 1
page 1 of 5
Global Summary: 40 80
page 2 of 5
Global Summary: 40 80
Summary for TEST 1 - 15 entries 30
etc..
Any one know how to print and export to excell without page breaks, sum and repiting name of the report?
Thank you.