The configuration parameters for IBM® Cognos® TM1® Web are stored in the tm1web_config.xml file.
The tm1web_config.xml file is located in the following location:
<TM1 install location>\webapps\tm1web\WEB-INF\configuration\
The following parameters are available.
See Configuring the Cognos TM1 Web Login Page using AdminHostName and TM1ServerName parameters.
Specifies the domain name where TM1 iWidgets are running. For example, add the name of the domain where IBM Cognos Workspace is running.
Use an asterisk (*) to allow Cognos TM1 Web and Cognos Workspace to access each other across different domains.
If you specify multiple URLs, separate each one using a comma.
Specifies the URL of a dedicated Logout page for CA SiteMinder when TM1 is configured to use CAM security (mode 4 or 5). This Logout page must be accessed on logout so that the SiteMinder session cookie can be invalidated.
When a user clicks Logoff in TM1 Web, the CAM logout occurs first. Then the SiteMinder Logout page is called.
See HideTabBar Parameter.
See Setting the Maximum Number of Sheets to Export from a Cube Viewer.
See Displaying or Hiding the Views Node in the Navigation Pane.
Specifies whether the default recalculation behavior will be overridden when changing the value of a data validation list.
If set to true, a recalculation will be triggered when a value in a data validation list is changed.
If set to false, a recalculation will not be triggered when a value in a data validation list is changed.
Specifies whether the default recalculation behavior will be overridden when changing the value of a picklist.
If set to true, a recalculation will be triggered when a value in a picklist is changed.
If set to false, a recalculation will not be triggered when a value in a picklist is changed.
See Configuring the Cognos TM1 Web Login Page using AdminHostName and TM1ServerName parameters.
The UseBookRecalcSetting parameter is included in the tm1web_config.xml file. When set to true, the web server honors the mode in which the Excel sheet was published. If the Excel sheet was published in Manual recalc mode, websheet data is not re-sent to the client until a recalculation is performed.
The UseBookRecalcSetting parameter uses the following format in the tm1web_config.xml file:
<add key="UseBookRecalcSetting" value="false" />
where value is either "false" or "true"
If you set UseBookRecalcSetting to true, TM1 Web will honor the recalculation settings in the Excel worksheet.
When Calculation Options is set to Automatic:
When Calculation Options is set to Manual:
Specifies the level of background recalculation that occurs for a websheet.
WebSheetService.scrollWebSheet calls can take several seconds because the data is not readily available. Use the WebsheetBackgroundRecalculationMode parameter to recalculate the book in the background so that the necessary data is ready when it is requested.
If set to 0 (default value), only the buffered (visible) area is calculated on a refresh of a sheet.
If set to 1, the area adjacent to the buffered area is calculated, in addition to the buffered area. This improves wait times if the user scrolls slightly away from the initially visible area.
If set to 2, the entire current worksheet is calculated. This improves wait times if the user scrolls to any area of the current sheet.
If set to 3, the entire current workbook is calculated. This improves wait times if the user moves to any area of the current worksheet or to another worksheet.