URL API CustomTitle parameter

You can rename websheet tabs in TM1 Web by using the URL API parameter, CustomTitle.

You can configure the websheet tab title to display one of the following:
  • TM1 server name
  • TM1 server name and workbook path
  • TM1 server name, cube name, and view name
If you do not use the CustomTitle parameter, you see the default IBM Cognos TM1 Web title in the websheet tab.

Format

CustomTitle=value


Values

Value Description
Server Displays the TM1 server name on the websheet tab.
ServerWorkbook Displays the TM1 server name and workbook path in the following format: server:path
ServerCubeView Displays the TM1 server name, cube name, and view name in the following format: server:cube:view
Websheet tabs that use the CustomTitile parameter to display the server name

Example

The following URL API displays the TM1 server name and its path as the websheet tab title.

http://localhost:9510/tm1web/UrlApi.jsp#Action=Open&Type=WebSheet&Workbook=Applications/Planning%20Sample/Management%20Reporting/Actual%20v20Budget&AdminHost=localhost&TM1Server=Planning%20Sample&CustomTitle=Server
Workbook