28
Views
1
Comments
Solved
Display image per person
Application Type
Reactive


Hello guys, I made a list of persons who will have work anniversary in the same month. I upload different pictures per person but both person are dispalying the image.


please help me find my error.


I attached the oml file. Thank you!

Practice4.oml
2023-04-16 15-25-31
Krishnanand Pathak
Solution

Hi @Rhyz Dela Cruz

Images are same because your image source is different.
Just remove the GetPictures aggregate and create a join between Employee & Picture in GetEmployeesByStartDate aggregate as shown below.


Then set the image content inside the list as shown below

GetEmployeesByStartDate.List.Current.Picture.FileContent


Check the updated oml for reference.

Regards
Krishnanand Pathak



Updated_Practice4.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.