Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Problems with the image from a parent table to a child table

Dear Sirs:

I have a problem with my application, which is the following:

I have a parent table called: Hallazgos and when registering in the application, we fill in a field called Foto, which is called in our child table: Acciones Correctivas. Using the formula [IdHallazgo].[Foto] in the app.
It happens that when I register in table Acciones Correctivas, at first the Foto can be seen, but then it disappears and becomes a triangle.
I need your help to find out what the problem is.

Avalenzuela_0-1740005648128.png

 

 

Solved Solved
0 3 150
1 ACCEPTED SOLUTION

When the triangle appears, it almost always means that the path is not correct.

Using the formula as you are, it simply copies the path + file information - i.e. the same photo will be used.  So, you need to make sure that your [Foto1] column in the child table is defined exactly like the [Foto] column in the parent table - including folder configuration.

Additionally, you don't mention the datasource you are using.  If you are using sheets, then relative pathing applies - i.e. any paths are relative the physical location of the sheet.  This means that your child table sheet and the parent table sheet need to be in the same exact location in the cloud storage providers folder scheme...OR...you need to adjust the photo storage folder and photo column paths configuration so that BOTH columns can get access to the photo.

If you still need more help, please provide more details on your app datasource (and location if sheets) and photo column configurations. 

I hope this helps!!

View solution in original post

3 REPLIES 3
Top Labels in this Space