cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO Webi reports - Side by side table - Data flow between the tables in the same page

Former Member
0 Kudos

I have requirement in BO webi report to show table side by side in a page as below,

Page 1

Table 1 Table 2

Item Quantity Item Quantity

A 10 D 11

B 20 E 8

C 30 F 10

Page 2

Table 1 Table 2

Item Quantity Item Quantity

G 44 J 60

H 50 K 80

I 55 L 100

As of now I designed a table side by side and I have split the data into half and if running count is lesser than or equal to the half count showing the record in table 1 and if it is greater showing it in table 2.

But the flow in the table 1 should continue to the table 2 within the same page.

Any idea or suggestions would be greatly appreciated.

amitrathi239
Active Contributor
0 Kudos

can you share the screenshot?

Former Member
0 Kudos

As per the current logic if we have 100 records we are showing first 50 in table 1 and next 50 in the table 2.

But the data flow in the table 1 should continue to the table 2 within the same page.

Ex: If we have records like - A,B,C,D,E,F,G,H


Page 1 -> Table 1 -> A,B,C -> Table 2 -> C,D,E

Page 2 -> Table 1 ->F,G,H -> Table 2 blank as we don't have enough data to display.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Sounds like you need to work on table layout - I don't know if it can be done in the CSS (Cascading style sheet).

(How do you make comment here? I am accessing this page via https://answers.sap.com/questions/, do any of you have another access? This editor is really tedious...)

Have a nice day

Henrik

Former Member
0 Kudos

I tried, but my data has n number of pages. Because of that data in the Table 1 in the first page is not continuing in the table 2 in the first page, instead I needed the data gets continued to Table 1 in the second page and so on.

amitrathi239
Active Contributor
0 Kudos

have your tried with rowindex() funciton?