I have a user table with avatar (blob) and office latitude and longitude.
Then I want to show office location on the maps, there is an option for tooltip, when mouse hovers over, it will show some info, like name, BUT I want to show avatar, and couldn't get it to work, can this be done?
In the data source, I select "sys.dbms_lob.getlength(AVATAR) AVATAR...", but it seems the tooltip can display varchar2 info only? The the middle panel help says:
Show an image, and a tooltip on hover
<img src="&IMAGE_NAME." title="&EMPLOYEE_NAME.">
Of course, my image is not "#APP_FILES#something.png", my image is the blob column image from the table, can this be done?
Thank you!