cancel
Showing results for 
Search instead for 
Did you mean: 

multiple tables in a page

Former Member
0 Kudos

Hi Guys,

I have a requirement where i need to display multiple tables in a page.All these tables have to be declared in a main window as the data can very well flow to the next page.

Format of output is something like this :

  • Each table must have a column header (other than the header data) and item data upto 2 levels is diplayed in one table.So, for each coloumn header we get a table having item data (to that coloumn header) and further item data to previous items.

  • Columns of table may or may not be same for all the tables.

Please suggest any solution .....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Create a complex structure in the main window and define diffrent table lines for each of u r table .

And make the folders for each table and create templetes in that folders with respective line types.

and loop the ur data in each folder with each table .

This may solve ur issue.........

Former Member
0 Kudos

One solution which i have found out is -

*Declare as many internal tables in the print program as the number of column headers.

*Now in the layout, declare these many tables in a main window and pass respective data to them.

This works fine but we want to consolidate every thing into minimum number of internal tables.

I would really appreciate your efforts....