guyinkalamazoo3


We have a report that is printed landscape and contains a main table with values. Inside this table we also want to create a "sub-report" table based on two other criteria (charges and credits), but this data is still grouped with the main table. Here is a simple schematic of the report

XXXXXXX XXXXXXXX XXXXXXXXXX XXXXXXXXX Charges

XXXXXXXXX

XXXXXXXXX

Credits

XXXXXXXXX

XXXXXXXXX

XXXXXXX

We have placed a rectangle in the last column of the main table to accomodate two other "sub-tables": one for Charges and the other for Credits. We need to keep the heighth of each row in the main table the same (without extra white space) so we cannot move the second table for Credits below the table for charges.

I hope this makes sense and anybody with any suggestions, it is appreciated.




Re: Layout question

guyinkalamazoo3


An inclusion to this question: we see that a tables Location property's value cannot come from an expression because this is exactly what we want to do; however we can pad a table using an expression. We need to locate the Credits table based on the number of rows from the Charges table.




Re: Layout question

guyinkalamazoo3

Our only answer was to take these two tables and create subreports. This avenue seems to be working.