Hi,
I have 4 list and 4 charts. I placed a 2 column table and kept list and corresponding chart in each row.
List1 Chart1
List2 Chart2
List3 Chart3
List4 Chart4
The problem here is the last chart is coming in next page. I want that chart4 to be in first page along with other charts.
Page1
List1 Chart1
List2 Chart2
List3 Chart3
List4
page2
Chart4
I worked by reducing the table cells heights and chart heights. But no luck.
Plz help me.
Thanks.
It's worth trying to set the "Rows Per Page" property on each of your lists.
(i.e. try setting it to 9999)
...and, in the advanced options for the report in Cognos Connection, choose a high row count for HTML interactivity.
try below
Add a Block to the Page.
Adjust Height and Width of the block.
Check the Use Scrollbar option
Move the table in to the block.
HTH,
Venu
Thanks for your response.
The prob is with charts, not with Lists. I am getting maximum 10 rows for each list.
I resolved the issue.
In 2 cols of 3rd row of existing table, I created another table having 2 rows. I placed 3rd and 4th row objects in each row of new table.
Then the prob is resolved by minor height adjustment.