survey application - how to draw on a picture

Hi, 

I am building a survey application where I want the user to mark on a drawing of a car where there is damage. I have found this on the appsheet handbook "A background image can be provided for drawings by setting an image URL or Image type column value as the Initial Value. " 

ok but how can I do already 3 days on that with several tips got from othere users without success

for info below My table I want to take the 'background' from table 'Property' as background image of the column 'drawing' 

image.png

I have receive the code to put as initial value but without success

 

 

ANY(
	SELECT(
  	properties[image];
    TRUE
   )
  )

 

 

any help will be appreciated

Solved Solved
0 1 82
1 ACCEPTED SOLUTION

Try adding a column to your Incident table maybe call it "Property Image" of Ref Type Source table should be your Property table.  On the initial property of your "drawing" column on your Incident table enter [Property Image].[Background].

This is an example from my own app.

Mauricio_Bick_0-1700426636832.png

Mauricio_Bick_1-1700426707032.png

Mauricio_Bick_2-1700426745776.png

Hope this helps.

 

 

 

View solution in original post

1 REPLY 1

Try adding a column to your Incident table maybe call it "Property Image" of Ref Type Source table should be your Property table.  On the initial property of your "drawing" column on your Incident table enter [Property Image].[Background].

This is an example from my own app.

Mauricio_Bick_0-1700426636832.png

Mauricio_Bick_1-1700426707032.png

Mauricio_Bick_2-1700426745776.png

Hope this helps.

 

 

 

Top Labels in this Space