Display image with information from its associated table

0
Hi, This is my first project in Mendix and I’m using Studio Online Mendix in Mac  I have a table named “Service” that is associated with an Image table called “Picture” (one-to-one relation) I’m trying to display the image with the name of the service, so displaying the name from the Service table, and the image from the Picture table, how can I do that?   Thank you.
asked
1 answers
1

Hi,

So, one service will have one image, after uploading an image, in the save logic of your form or whatever set the association between Service & Picture accordingly. And then when you try to display or view the image that is associated to Service, then use Data view and map the association accordingly & click YES to fill automatically, where you see an image viewer.

 

Also make sure that the Picture object should generalized with Image object.

 

 

answered