How to show off your own logo in your dashboard for a personal branded touch?
You can show your own logo at top of your dashboard by using an image widget and binding the required logo to that widget. You can bind either a logo statically from local file/online URL or that can be changed dynamically, based on your requirement. Please refer to this section to configure the image widget.
Adding Static Image
Follow the below steps to add a logo from a physical file or a particular URL:
- Drag and drop an image widget at the top of a dashboard.
- Browse an image from your local source, or you can bind the URL of an image, which must be a valid URL.
Image Source: Local
Image Source: URL
Adding Dynamic Image
You can bind either a column holding valid image URLs of a data source or one or more dimension columns to use as parameter values in an image URL. With this support, you can show the logo based on the filtered value or the user accessing the dashboard.
Follow the below steps to dynamically bind logo based on filter selection or logged-in user:
- Drag and drop an image widget at the top of a dashboard.
- Bind the valid image URL column of a data source in the image widget, and in the Properties tab, choose Image Source as Parameterized URL and Pattern to indicate the placeholder value.
- If you don’t have image URLs in the data source, but all the URLs can be matched by a common pattern with certain column values, have the corresponding columns bounded to the image widget and have the corresponding placeholder values referred in the URL in the Pattern field in the Properties tab.
For example, consider you have the below text columns in your data source.
Row ID | Domain | File Name |
---|---|---|
1 | www.geonames | br |
2 | img.geonames | ae |
Have the Domain and File Name columns bounded to the image widget and have the below pattern added in the Pattern field.
https://{0}.org/flags/x/{1}.gif
Now, you can see the logo displaying based on the filtered value of a combo box widget.