Forum Discussion
Image URL not displaying in visual
Hi PijushRoy ,
This is the finished link, and when I open it it works for me, because I am signed in to my system iwth permissions. (as all users will be)
https://grapacrm.crm4.dynamics.com//Image/download.aspx?Entity=new_packinghouseevaluation&Attribute=cr7f8_photospacking1&Id=b671b810-77c2-4dbd-84e4-e5cfb7a1650f&Timestamp=638398767366464337
when clicked, it opens a browser with the image.
When i convert the column to image url, it shows a broken image icon.
I am using the table visual, and I also tried another visual specifically for images.
I also tried modifying the formula to this, removing an extra /
No change.
- PijushRoy2 years agoCommunity Champion
Hi Unicorn_Tech
I have used this URL and ended with the .jpg or .pnghttps://i.ibb.co/SRcvhtf/2022-12-08-152256.jpg Works perfectly. Please use the Image link in your measure and check
Photopacking =IF(NOT(ISBLANK(new_packinghouseevaluations[cr7f8_photospacking1_url])),CONCATENATE("https://grapacrm.crm4.dynamics.com", new_packinghouseevaluations[cr7f8_photospacking1_url]),)- Unicorn_Tech2 years agoResolver I
Hi. Thank you for the suggestion, I tried that formula, but unfortunately there has been no change.