Hi,
I am trying to get an image out of the database to display in a report.
This works fine.
What I now want to do is only get one image for each camera to display.
Business Object - Camera
Attributes:
Number
Location
Image (links to Camera_Images)
Busines Object - Camera_Images
Camera (links to Camera)
Date
Image
My Report is an embedded report in the main Build Sheet Report, which also has other embedded reports in it.
So the Camera Report has elements of:
Camera.Number
Camera.Location
Camera.Image.Image
it's the Camera.Image.Image element that I want to only show the 'latest' image.
There can be many Images attached to a camera.
I hope I have given you enough info ...
cheers
Jolee