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
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
raro
so it is not possible???.....iam kind of stuck .....have any option????
pj
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'
Create saparate page for the titles and logos so that it will come only in one oage not in all pages.
Cheeras :)
SSN
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
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...