Skip to main content

Display image from url string

Comments

3 comments

  • Official comment
    Tobias Ransäter

    Hi Alexandre, 

    On the same entity where you have the picture_url property, go ahead and add a virtual calculated string property. Call the new property imgPictureUrl And the expression could look something like this: '<img src="' + [picture_url] + '" />' 

    Now you can use the imgPictureUrl instead as we put an img tag around your url and then we can display it as an image inside grids and labels. 

    This would do the trick for you! 

    Best regards Tobias

  • Alexandre Luis

    Yes! It Worked!! 

    Here some screenshots about this solution:

     

    Thanks Tobias!

    0
  • Tobias Ransäter

    Glad that it worked for you! 

    0

Please sign in to leave a comment.

Powered by Zendesk