How to control link navigating behavior in Bold BI version above 5.2.48?
This page describes how to open the links in the current tab rather than in a new tab from the Bold BI Embed version above 5.2.48.
NOTE: We have been providing support to UMS since version 6.18.
Steps to open the links in the current tab
-
Open the UMS
Settings
page using the link{domain}/ums/administration
.
-
Select
Configuration
from settings and chooseconfig.json
from the dropdown.Note: Starting from version 6.19.14, utilize the config.json and config.xml files for versions that came before this.
-
Set the
EnableSameTabLinkTarget
to true in the editor and thensave
the changes.
-
After completing the above steps, To learn how to restart the Bold BI application. Once restarted, access the Bold BI application, and the link will now open in the current tab.
For Example:
-
When
EnableSameTabLinkTarget: false
is set in config.json, opening thedashboard
from the dashboard listing page to view the dashboard data will result in it opening in a new tab. -
When
EnableSameTabLinkTarget: true
is set in config.json, opening the dashboard from the dashboard listing page to view the dashboard data will now open in the current tab.
NOTE: This feature is useful for controlling link navigation when the entire Bold BI Embed application is embedded in the IFrame. For more details about Application Embedding.
-