Dynamically show images in Tableau
Is there a way to dynamically show images in a dashboard. The name of the image file would be linked to a d开发者_JAVA百科imension, and the image files are all stored under one directory.
- Put all your images on a web server in a directory together.
- Rename the images so they match the members of your dimension.
- In the Tableau dashboard, insert an HTML widget.
- Create a sheet that has the dimension on it.
- Put the sheet in the dashboard.
- Create a URL action from the sheet to the HTML widget.
- Edit the URL so it will have the path to your image directory followed by the dimension.
- Make the action trigger on select.
精彩评论