Default Image for Drawing

Hi Guys
I’ve read that if I want to show a default image I should just call the image in the Initial Value “baseImage.jpg” as long as the image is in the same folder as the data, it is but the image isn’t loading.

3X_9_4_941b03c10839bd4b8a8e6ea332d2d6b220d7a3c9.png

The column is set as ‘Drawing’, could this be the problem?

Solved Solved
0 3 959
  • UX
1 ACCEPTED SOLUTION

Thank you, the URL method works fine

View solution in original post

3 REPLIES 3

The Drawing’s Initial_Value expression should be EITHER:

  • A Fully-qualified URL: https://www.imagesite.com/imagefile.jpgOR
  • A Relative Path to a folder/subfolder in your app’s default folder. /TableName_Images/imagefile.jpg

–But the filename alone will not work.

Either upload/host the image somewhere and use the full URL, or store the image in your app first, and then reference that column/row.


If you want the same default image for all drawings, I would host the image somewhere first and use the URL. Here are few sites I like to use:

Thank you, the URL method works fine

Hi @GreenFlux is this still working?

Edit: Here is the solution. You have to disable “Require Image and File URL Signing”

Top Labels in this Space