URL API ABNavigationIgnoreTitles parameter

Use the ABNavigationIgnoreTitles parameter to determine how websheet titles that are set with the Title_ parameter are handled when using an action button to navigate to a different websheet.

When you use a Title_ parameter to set a title element in a websheet it populates a SUBNM function on the sheet, which returns the value of the Title_ parameter.

If there is an action button on the sheet that navigates to another websheet with the same SUBNM function on it, the Title_ parameter value is used on the next websheet, even if you click the SUBNM function and pick a different title element. This is the default behavior when the ABNavigationIgnoreTitles parameter is not included in the URL (or is set to false).

Use the ABNavigationIgnoreTitles=true parameter to override the default behavior and force the destination websheet to receive the current SUBNM value when you use an action button to navigate to a new sheet.

Format

&ABNavigationIgnoreTitles=value

Values

Value Description
true When you use an action button to navigate to a new sheet, ignore all Title_ parameter values in the URL and force the destination websheet to receive the current SUBNM value as the websheet title.
false When you use an action button to navigate to a new sheet, the Title_ parameter value is carried over to the destination sheet and set as the return value of the SUBNM function for the websheet title. The default is false.

Example

http://localhost:9510/tm1web/UrlApi.jsp#Action=Open&Type=WebSheet
&Workbook=Applications/test/Landing%20page.xlsx%20&Title_month=Oct
&ABNavigationIgnoreTitles=true&AdminHost=localhost&TM1Server=SData&Username=xxx&Password=yyy