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

Adding Custom Report Template for Report Studio?

Started by kderoos, 19 May 2010 01:44:15 PM

Previous topic - Next topic

kderoos

I am following the IBM documentation for adding a Custom Report Template for Report Studio (http://tiny.cc/f71va) with less than successful results and was wondering if anyone had some tips or suggestions.

While I've tried this several different ways, I'm going to summarize where I am now.

*Modified templates.xml - copied Blank template xml fragment and pasted it below the original.  Changed the name to <template name="My Blank">

* Modified Resources.xml - copied Blank Report listItem and pasted it below the original.  Modified the new line as follows: <listItem idsLabel="IDS_LBL_NEW_MYBLANK_REPORT" icon="icon_blank.gif" templateName="My Blank"/>

*Modifed reportstudio_en.xml (not actually in the IBM documentation but found a reference to this file somewhere else) - copied Blank Report string and pasted it below the original.  Modified the new line as follows: <string id="IDS_LBL_NEW_MYBLANK_REPORT" type="Control Label">My Blank</string>

Saved all files to .//c8/webcontent/pat/res.

Cleared my cache and restarted IE and started Report Studio to no avail. Restarted the Cognos service on the server without success.

Thanks in advance for any insight.

MFGF

Hi,

I think the problem is here:
Quote* Modified Resources.xml - copied Blank Report listItem and pasted it below the original.  Modified the new line as follows: <listItem idsLabel="IDS_LBL_NEW_MYBLANK_REPORT" icon="icon_blank.gif" templateName="My Blank"/>

You are using idsLabel= which is an internal predefined multilingual attribute in the xml.  Instead, replace it with label="IDS_LBL_NEW_MYBLANK_REPORT" - note that the attribute should be label not Label (no upper case L).

Regards,

MF.
Meep!