COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: venkiatmaruthi on 24 Nov 2010 07:10:32 AM

Title: [RESOLVED]Aligning all objects in signle HTML page
Post by: venkiatmaruthi on 24 Nov 2010 07:10:32 AM
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.
Title: Re: Aligning all objects in signle HTML page
Post by: david.stachon on 24 Nov 2010 10:34:59 AM
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.
Title: Re: Aligning all objects in signle HTML page
Post by: vinu on 25 Nov 2010 01:31:37 AM
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

Title: Re: Aligning all objects in signle HTML page
Post by: venkiatmaruthi on 25 Nov 2010 07:59:39 AM
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.


List1                  Chart1
List2                  Chart2
List3                 Chart3
List4                Chart4