Hi Experts,
I have two tables in the main window like below.
Table (1)
Table 1 Table 2 Table 3 Table 4 Table 5and a small table underneath it.(Only after Table 1)
Table (2)
Sl No Materai Code Quantity 1 10001 100 2 10002 200 3 10003 300 4 10004 300 5 10005 600Now I need the small table data to be overflown to the right side of the same page .(since there is space to the right side)
In the end the table(2) should look like below.
Sl No Material Code Quantity Sl no Material Code Quantity 1 10001 100 4 10004 300 2 10002 200 5 10005 600 3 10003 300How to achieve this ?