we have a report template with a placeholder (image box) already on the template. I am just not sure where to make the link to our logo - is it somewhere in the templates.xml file
any help woudl be appreciated
Bret
Hi,
Hi
You can also add image in a location c10-64/webcontent/common/images folder.
C:\Program Files\ibm\cognos\c10_64\webcontent\common\images
Then in RS
take an image item
Select the image item and go to properties
select url and add below code
http://localhost/ibmcognos/common/images/lmgname.jpg
You will get it.
I will give it a shot - thank you very much for the reply
ok - I get the log to show on the report template which is awesome.
How can i get it to show on existing reports....we have about 50 of them
Layout component references might have been a better choice for this implementation. I believe changing a template only helps you for any NEW reports created using that template, but does nothing for you in terms of updating previously authored reports.
I think you need to change each of the existing reports. Maybe I'm wrong and others will provide a better answer ... I always use layout component references.
This happened to me recently, and I had to open each report and copy + paste the new URL.
Yeah - I went through and did that yesterday. Thanks for the help