You can configure refinement actions to display a different page. You can also create hyperlink actions that navigate to a different page.
For example, when users refine by a value on a Results Table component on one page, users could be redirected to a different page. Note, however, that the refinement affects all of the components where it applies, no matter what page the components are displayed on.
On the component edit view, the target page setting for a refinement action uses radio buttons to indicate whether to stay on the current page or navigate to a different page.
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]