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! Go to Solution.
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.
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.
@Philip_Garrett_Appsh I got it! Thanks for your suggestion, Philip!
Hello
I'm have a similar solution and tried DeReference but its not working.
I have 2 tables:
Date_Date with Exercise column and a image column.
and a Exercises table with Exercise column and a photo column where there are images.
I want to get these images on Exercises[photo] into Date_Data[image].
I ref the Exercises[Exercise] column and added the dereference on the Date_Data[image] with [exercise].[photo] but I get:
Column exercise in expression '[exercise].[photo]' does not contain a reference
I must be doing something wrong ๐
thanks for the help.
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |