Showing posts with label print. Show all posts
Showing posts with label print. Show all posts

Friday, March 23, 2012

Matrix tables - blank pages print

Hello,

I have a fairly large report with multiple matrix tables. They grow to a fixed width horizontally and may grow to various heights vertically. I have the interactive height set to zero so that it displays on the web page on one screen. When I go to print this report, I am getting a blank page between each page with data. Here are my dimensions:

Report:

height: 15 in

width: 8.5 in

interactive height: 0 in

interactive width: 8.5 in

left margin: .5 in

right margin: .5 in

top margin: .5 in

bottom margin: .5 in

Body:

height: 13.3875 in

width: 6.9 in

Would this problem be due to the fact that my matrix tables span an area greater than a normal page height in design mode even before they grow dynamically? Any suggestions would be appreciated.

Thanks.

Problem solved - it turned out to be hidden fields on the report that were causing the issue. Thanks.sql

Monday, March 19, 2012

Matrix Report

Is there any way to prevent row information from suppressing the print if the
data would normally just repeat itself?A little more info to the note posted below. The data currently looks like
the following:
ID AFE WELL REGION DATE1 DATE2 DATE3
997 060003 80.1111 CTR 23.00 12.00 10.00
060005 80.12569 OOR 11.00 2.00
82.09410 OOR 10.00
Is there any way to make the 'ID', 'AFE', and 'WELL' repeate on each line
even though it may be the same number?
"DONNA" wrote:
> Is there any way to prevent row information from suppressing the print if the
> data would normally just repeat itself?