September 14, 2007 at 11:42 am
I have a report that has some text boxes and a matrix. It's beautiful.
I had a request to add another section to the bottom of the report. I added a table and formatted it to match the rest of the report.
I would like that table to be 'tabbed' in a bit for easy reading. So, I set the location to left = .25.
When I run the report, there is a parameter to select the category - which filters the rest of the report.
The matrix expands and contracts horizontally (and vertically) depending on the data. The table below, for some reason, moves right depending on how wide the matrix is.
The only way I can get the table to stay put is to set the location left = 0.
I've tried altering the padding on the table, but that doesn't move the table.
Any suggestions?
-Megan
September 17, 2007 at 9:45 am
Try putting the table into another control (like the rectangle) then settign the left to 0 for the outer control and then spacing the table within rectangle.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply