When you configure the target page for a refinement or hyperlink, you use the internal page name. For pages with a Tabbed Component Container, you can specify the tab to display.
When specifying the target page for a refinement or hyperlink, you must use the internal page name used in the URL, not the display name used on the page tab.
Studio creates the internal name automatically when you create the page. The internal name removes spaces and special characters.
For example, if the page name displayed on the page tab might be Data Results, then the page name in the URL might be data-results.
While you can change the display name for a page, the internal page name does not change.
#tabComponentName[tabNumber]Where:
analyze#Sales Numbers[1]
To select the tab to display for multiple tabbed components, use a double colon (::) to delimit the components.
analyze#Sales Numbers[1]::Quarterly Forecast[2]
Because the double colon (::) is part of the target page syntax, you should avoid using it in your tab titles. You also should avoid multiple tabbed component containers with duplicate titles.
If you cannot avoid these naming features, then when defining a target page, you must use a component's ID rather than its name.
analyze#nested_tabs_INSTANCE_0CbE[2]::nested_tabs_INSTANCE_Ja6E[1]