Hi All,I want to get an overview of all imgaes in the livelink environment. Thought i could use :--------select '

' from dtree where subtype = 144 and rpad(substr(name,length(name)-2),3) in ('gif','jpg') --------in a livereport but this return only the

as text and not as an image. Who knows how to handle this ??