Join our Community in its new Home - The Datorama Trailblazer Community Group!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
Calculated Dimension - Linked Image?


in Help Center
Hi!
I'd like to see if anyone has a solution that would display hyperlinked images in a table?
I have image source links, and hyperlinks mapped.
I can display either an image as a Calculated Dimension of the 'Image' type using the image source link, or the hyperlink as a Calculated Dimension of the 'Link' type, but what I'd really like is to display an image that is hyperlinked to the link.
In the screenshot example, the Link column would display the Apple logo hyperlinked to the link in the column, same for Bing, etc etc
If that is not possible, is there a solution that would enable me to link the Channel column to the corresponding link in the Link column?
Appreciate any ideas

I'd like to see if anyone has a solution that would display hyperlinked images in a table?
I have image source links, and hyperlinks mapped.
I can display either an image as a Calculated Dimension of the 'Image' type using the image source link, or the hyperlink as a Calculated Dimension of the 'Link' type, but what I'd really like is to display an image that is hyperlinked to the link.
In the screenshot example, the Link column would display the Apple logo hyperlinked to the link in the column, same for Bing, etc etc
If that is not possible, is there a solution that would enable me to link the Channel column to the corresponding link in the Link column?
Appreciate any ideas


Answers
Have you created a calculated dimension with the below set up?
This will display the Image as well as will have a hyperlink where you can navigate.
LMK if this helps.
Thanks
Thanks so much for your reply!
I have tried this - this displays the image as well as a link to the image itself, however I would like to display images that are hyperlinked to links stored in a separate dimension.
For example, these are the two Dimensions:
- [Profile_URL] - The link the images should be hyperlinked to
- [ProfileImage_URL] - The URLs of the images themselves
- I would like to display in one column of the table - Images where <img src="[ProfileImage_URL]> and <a href="Profile_URL"'>
- The Image Source comes from one dimension, and the image hyperlink comes from another. The result would be images in the column that have an image source URL from one Dimension and a hyperlink URL from another Dimension.
Is this possible?