Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display Image in Classic Report link for Type = "Download Blob"

ESVKDec 7 2017 — edited Dec 15 2017

Hi APEX Community: I am close to having this work, but I am stuck.... I want to display the numeral 1 blue icon when row filename is "dog" and numeral 2 teal icon when filename is "light"

https://apex.oracle.com/pls/apex/f?p=24758:1

demo/demo

version: 5.1

Requirements: Classic Report - Display link image (in "Download" column 1 type: Download BLOB) based on dynamic image name in column #ICON# (column 4)

  • Download Text: <img src="#ICON#" height="16" width="16"> </a> does not work
  • But, static does work (i.e. <img src="# WORKSPACE_IMAGES#.image1.png" height="16" width="16"> </a>)

need_help.png

This post has been answered by fac586 on Dec 14 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2018
Added on Dec 7 2017
10 comments
4,728 views