If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

LOGO on report header

Started by pooja, 22 Oct 2008 07:27:07 AM

Previous topic - Next topic

pooja

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

raro

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

pooja

raro

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

pj

zammi

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'

SSN

Create saparate page for the titles and logos so that it will come only in one oage not in all pages.


Cheeras  :)
SSN

pooja

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

pooja

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...