Category / Section
How to Hide the Bold ETL Option in Bold Reports
Published:
Updated:
One of the features of Bold Reports is the ETL (Extract, Transform, Load) option, which is crucial for data preparation and manipulation. This article will guide you through the steps to hide this option in Bold Reports.
- Initially, you will see the ETL option in the menu. You can hide the ETL option from the menu for all sites by using the reporting/config.xml file.
To Hide the ETL Option in Bold Reports, follow these steps:
-
Go to the UMS Configuration Settings page and choose reporting/config.xml from the Search Your Files drop-down.
Example: {your_domain}/ums/administration/config-editor
-
Set the IsHideETLOption node to true, and then save it. If the node is not available, please add the code below.
<IsHideETLOption>true</IsHideETLOption>
-
Restart the Bold Reports application and access the site.
-
This action will remove the ETL option from the application’s menu, making it inaccessible to users.
To make the ETL option visible in the menu, set the IsHideETLOption node to false.