COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: RP on 26 Jan 2009 04:13:19 PM

Title: Logo (url) Displaying in all pages
Post by: RP on 26 Jan 2009 04:13:19 PM
Hi, Can any one explain be, the logo displaying in all pages. I need the logo display only in first page of the report. Could you explain briefly...

Thanks in Adv....

RP
Title: Re: Logo (url) Displaying in all pages
Post by: RP on 28 Jan 2009 10:24:55 AM
Here is the solution

Solution:
Create a variable which has a formula like :
if (PageNumber()<>1) then (1)
else (2)
Use Report Studio functionnalities to hide all the columns of the LIST except the image.

Or

Set the Pagenation Properties

RP
Title: Re: Logo (url) Displaying in all pages
Post by: Rajaggopal on 31 Jan 2009 01:41:04 AM
I dont think thats what he wanted to know. The requirement here is NOT to display only the image on the first page, but to display the image ONLY in the first page (along with the list) and not on the rest.

I think you can try this one out... Delete the page header completely or dont display anything on the header and put the logo on a block in between the page header and ur list and have the block formatted like the page header. Hope this helps.