Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (17.6k points)

I have created a simple URL action that loads an image when one clicks on a name. I have a dashbaord with two sheets and an webpage between them. The first sheet shows the stats of a particular name. The second sheet is a table of names being used as a filter to control what stats and webpage are shown. The webpage is an image link that shows a picture that corresponds to the name. I am using a URL action that pulls the full image link from the data file.

When I create the dashboard on my own computer the images show up with no issues. However, when I published online through Tableau Public the images do not show up. I am not getting an 'X' or 'image not found' error but just a blank white square.

Does this have something to do with the version I am using (Tableau 8.2 Public Professional Edition) or is there another issue I am not realizing.

Any guidance would be most appreciated.

1 Answer

0 votes
by (47.2k points)
  • This is an issue with embedding non-secure (http) URLs on a site with https (tableau public runs on https://public.tableausoftware.com).

  • Create the calculated field that changes your URL value from:

(http:/artwork/abomasnow.jpg)

to

(https:/artwork/abomasnow.jpg)

  • In the workbook,You can see the calc. it is: replace([Img], "http", "https")

See: https://public.tableausoftware.com/shared/7XQBNZCBX?:display_count=no

I would recommend sign up for Tableau Certifications classes from Intellipaat, they will also help you get a job.

Browse Categories

...