Change Bold BI® link navigation to open links in the same browser tab
This page describes how to open the links in the current tab rather than in a new tab from the Bold BI®.
Steps to open the links in the current tab
-
Open the UMS
Settings
page using the link{domain}/ums/administration
.
-
Select
Configuration
from the Settings menu and chooseconfig.json
from the dropdown. Starting from Bold BI® version 6.19.14, use the config.json file for configuration. For versions prior to 6.19.14, continue using the config.xml file. -
Set the
EnableSameTabLinkTarget
to true in the editor and thensave
the changes.
-
After completing the above steps, restart the Bold BI application 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 has been supported at the tenant level since Bold BI®® version 5.2.48 and at the UMS level since version 6.18.11. 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.
-