Category / Section
How can the image widget displayed on the dashboard be customized for each individual user?
Published:
Overview
It is possible to customize image widgets in a dashboard to display different images based on individual users. This guide outlines the steps to achieve this functionality.
Steps to Modify Image Widgets
- Prepare Your Dataset: Ensure you have the images you want to display in your dataset. For example, you might have two images: the England flag and the France flag.
-
User Configuration: Define the users who will be accessing the dashboard. For instance, you may have:
- User1: Should see the England flag.
- User2: Should see the France flag.
- User1: Should see the England flag.
-
Bind Columns to Widgets:
- Set up a combobox to display the country names.
- Link the image widget to the column that contains the flag images.
-
User Experience: When User1 logs into the dashboard, they will see the England flag, while User2 will see the France flag. This dynamic display is based on the user’s profile and the associated images in the dataset.