How can I display image from another table?

How can I display image from another table?

I have table: Country (which contain flags images) Other table: Customer.

in the Customer’s view I would like to show the flag image of the country that customer belongs to.

I am trying with this: LOOKUP(CountryID, Countries, CountryID, Image) and field type as “image” but nothing is shown.

Solved Solved
0 3 1,446
1 ACCEPTED SOLUTION

@Geovany_Kelly

Do you have a Ref field in the Customer table to the Country table?

If you did, you could use a DeReference expression to retrieve the flag image.

View solution in original post

3 REPLIES 3
Top Labels in this Space