I have a view that was created from several BO's joined together. One of the attributes is an image.
When the view was imported into the BO the image generated two attributes:
Image_DOCDATA type: Binary Data
Image_DOCTYPE type: Plain Text
The images in this particular case come from user selected Icons, mostly .ico files.
I want to display those images as the first column in a query. But when I select the Image_DOCDATA attribute nothing shows up.
Image_DOCTYPE just shows the name of the icon file that was selected by the user.
How do I get that attribute to be treated as an image?
If I do a query from the original BO, I just drop the image attribute onto the Grid, adjust the size to what I want and it displays.