Forum Discussion

Unicorn_Tech's avatar
Unicorn_Tech
Resolver I
2 years ago

Image URL not displaying in visual

Hello.  I've searched the forum and not found a relevant answer.

I have a dynamics field image, and I have a concatenated column like the following:

Photopacking =
    IF(
        NOT(ISBLANK(new_packinghouseevaluations[cr7f8_photospacking1_url])),
        CONCATENATE("https://grapacrm.crm4.dynamics.com/", new_packinghouseevaluations[cr7f8_photospacking1_url]),
        BLANK()
    )

The column when formatted as an image url is broken in the visual.

If I format the column as a web url, a clickable web url appears in the visual, which when clicked, opens the photo.

So I can't figure out why the image url isn't working.

Any ideas?

4 Replies