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>)
