Note:Version
| Report Server Version | HTML5 Mobile Display Plugin Version | App Version | Functional Change |
|---|---|---|---|
| 11.0 | V11.0 | V11.0 | / |
11.0.11 | V11.0.76 | V11.0.76 | Aligned the subtemplate name with the hyperlink name when you open a subtemplate via a hyperlink in an HTML5 client. |
11.0.22 | V11.5.10 | V11.5.10 | Allowed you to append a parameter to mobile preview URLs to retain the original page state when you navigate back from a template opened through a hyperlink. For details, see the "Refresh Logic for Hyperlink Navigation and Return" section. |
Hyperlink Opening and Return Logic
When a mobile template includes hyperlinks, the hyperlink opening and return logic differs from that on the PC.

The following table describes the logic.
| Hyperlink Type | Link Opened In / Parameter | Opening and Return Logic |
|---|---|---|
New Window / Dialog Box | The subtemplate opens in a new window. The main template is displayed when you navigate back from the subtemplate. | |
Current Window | The subtemplate opens in the current window. The directory is displayed when you navigate back from the subtemplate. | |
target=not_self | The subtemplate opens in a new window. The main template is displayed when you navigate back from the subtemplate. | |
target=_self | The subtemplate opens in the current window. The directory is displayed when you navigate back from the subtemplate. |
Subtemplate Titles for Hyperlink Navigation
When you preview a template configured with a Web Report hyperlink on a mobile device, the title of the linked subtemplate is determined by the hyperlink name.
Note: For example, you can name the Web Report hyperlink Subtemplate Name in the designer, as shown in the following figure.

When you open the subtemplate from the main template on a mobile device, the displayed title is also Subtemplate Name, as shown in the following figure.

Notes:For general reports, open the subtemplate, choose Template > Web Attribute > Basic > Title, and set a custom title, as shown in the following figure.

For FRM reports, open the subtemplate, choose Component Setting > form > Title, and set a custom title, as shown in the following figure.

Refresh Logic for Hyperlink Navigation and Return
For mobile previews, when you navigate back from the subtemplate to the main template, the return logic is as follows:
If both the main template and the subtemplate are CPT templates, the main template retains its original state without a page refresh.
If either template is an FVS dashboard, the main template is refreshed when you navigate back, causing its page state to be lost. Starting from the FineVis Data Visualization plugin V4.9.0 and HTML5 Mobile Display plugin V11.5.10, you can append the parameter fvs_route=true to preview URLs to retain the original page state without a refresh in some scenarios when you navigate back from a linked subtemplate. The supported scenarios and rules are as follows:
1. For templates mounted to the platform and previewed from directory entries, if FVS and CPT templates navigate to each other through hyperlinks, appending this parameter prevents the main template page from refreshing when you navigate back.
Note: For example, http://localhost:8075/webroot/decision/url/mobile?fvs_route=true#/directory

2. When a CPT template is configured with a hyperlink to an FVS dashboard, appending this parameter prevents the main template page from refreshing when you navigate back.
For example, http:/localhost:8075/webroot/decision/view/report?fvs_route=true&op=h5 write&viewlet=WorkBook1.cpt#/report
3. When an FVS dashboard is configured with a hyperlink to a CPT template, appending this parameter does not prevent the FVS dashboard from refreshing the first time you navigate back to it.
Note: You can append fvs_route=true directly to the preview URL, or append it to the CPT template path configured in the FVS dashboard, as shown in the following figure.

4. When hyperlinks in an Iframe component or widget open a subtemplate in a new window, the main template does not refresh when you navigate back if it is a CPT template, but refreshes if it is an FVS dashboard.