Export Dashboard Data to Excel with Images in Bold BI
Exporting dashboard data to Excel with images in the same tab is a feature available in Bold BI. This functionality allows for a more comprehensive data representation by including visual elements alongside the data. The process to enable this feature varies depending on the version of Bold BI you are using. This feature is available from the 6.17 version of Bold BI.
For Versions 6.17
Locate the
appsettings.json
file in your deployment directory, typically found at.Windows: {Deploy_location}\bi\dataservice\appsettings.json Linux: /var/www/bold-services/application/bi/dataservice
Edit the file and set the
IsExcelWithImage
flag totrue
as shown below:{ "IsExcelWithImage": true }
Save the changes to the
appsettings.json
file.Refer to the following image
For Versions 6.18
In version 6.18, the configuration location was changed to better accommodate both on-premise and cloud environments:
Access the UMS settings page within Bold BI.
Navigate to the Configuration section and open the
config.xml
file.Set the
IsExcelWithImage
flag totrue
in theconfig.xml
file.<Export> <IsExcelWithImage>true</IsExcelWithImage> </Export>
Save the changes to the
config.xml
file.Refer to the following image
For Versions 6.19 and Above version.
Starting from version 6.19 and higher, we have updated the config.xml file to config.json.In version 6.19, the configuration location was changed to better accommodate both on-premise and cloud environments:
Access the UMS settings page within Bold BI.
Navigate to the Configuration section and open the
config.json
file.Set the
IsExcelWithImage
flag totrue
in theconfig.json
file."Export": {"IsExcelWithImage": true,},Save the changes to the
config.json
file.Refer to the following image
After following these steps, you will be able to export your dashboard data to Excel with images included in the same tab. This feature enhances the visual aspect of your data reports and can be particularly useful for presentations and data analysis.