COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: pooja on 22 Oct 2008 07:27:07 AM

Title: LOGO on report header
Post by: pooja on 22 Oct 2008 07:27:07 AM
we have a report which has header with some just plain and simple TEXT and on LOGO. we want this header should disply only in first page....but not able yet...that it coming out in all the pages. Is there any way to solve this issue.

thank you
pj
Title: Re: LOGO on report header
Post by: raro on 22 Oct 2008 07:57:28 AM
Cognos up to 8.1 has a problem with not repeating header information on every page.
Should be solved in 8.2 and later. Is mentioned in pdf describing new features.

hth
Title: Re: LOGO on report header
Post by: pooja on 22 Oct 2008 08:02:57 AM
raro

so it is not possible???.....iam kind of stuck .....have any option????

pj
Title: Re: LOGO on report header
Post by: zammi on 22 Oct 2008 11:43:53 PM
It seems conditional rendering doesn't work but you can use some report expression to render the object as per your requirements.

Example:
if PageNumber() = 1 then
'My Test Report Title '

or

if PageNumber() = 1 then
'http://myserver/mylogo.gif'
else
'http://myserver/blank.gif'
Title: Re: LOGO on report header
Post by: SSN on 23 Oct 2008 12:59:43 AM
Create saparate page for the titles and logos so that it will come only in one oage not in all pages.


Cheeras  :)
SSN
Title: Re: LOGO on report header
Post by: pooja on 23 Oct 2008 11:24:20 AM
helo SSN

could you please describe in details....
my details--
i have company name, address and LOGO on header part......
after that on page body customer name and address..and details.

so how can i restrict report header only in first page

thnak you
Title: Re: LOGO on report header
Post by: pooja on 23 Oct 2008 01:02:08 PM
i drag another page  and put all the header text on that ...........
but they are dispalying seperate page....like Header only one page and rest another page

how can i link those...