How to add image from other table as thumbnail?

I have a Proposal Table and in it there is a Status column that's referenced to a Status table, with each status and its own images (Like an X for Rejected, etc etc). Can I use those images as thumbnails in the Proposal view?

0 5 191
5 REPLIES 5

If you make the Status table as referenced table in the Proposal table and if you assign the status name and image columns as labels in Status table, you can show those images of various statuses along with status names in the Proposals form. If you would like just the status images to be shown, please mark only the image or thumbnail column in the Status table as label.

Please see the locations example in the article below

https://help.appsheet.com/en/articles/961466-row-labels

Sample app for understanding labels

https://www.appsheet.com/templates/This-app-shows-the-difference-between-keys-and-row-labels?appGuid...

so how do i make it appear in Proposal view as thumbnail? should i set the status column as label in proposal table as well?

Can you elaborate? Which view in Proposal table? Detail and table view?

To make it appear in table and detail views, please pull the thumbnail column from status table into a thumbnail column in Proposal table with dereference expression such as 

[Ref Column in Proposal Table].[Thumbnail Column in Proposal Table]

https://help.appsheet.com/en/articles/1090811-dereference-expressions

i have Status table with columns; Unicode as key, Status Name as Label, and Status Image as Label. and Proposal table with columns; key, Title as Label, and Status as Ref. I put Proposal in primary view (deck) and i want each proposal to have a small thumbnail that corresponds with the Status Image. How can I do that? 

I think you should set the thumbnail as label 

Top Labels in this Space