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!

Interactive Grid - Display vs return value

partlycloudyMay 7 2019 — edited May 13 2019

APEX 18.2

If I have a editable interactive grid with a Display Only, Query Only column containing Y/N/null values, how can I show a Font APEX icon as the display value in the grid but still allow column filtering on the actual values. I tried all sorts of things

  1. Use column type HTML Expression and put <span class="fa fa-whatever"></span>
  2. Use column type Display Only and use a List Of Values with Display = <span class="fa fa-whatever"></span> and return of Y/N
  3. Use column type Select List and use a List Of Values with Display = <span class="fa fa-whatever"></span> and return of Y/N

None of these quite do what I am looking for.

What am I missing? Thanks

This post has been answered by Franck N on May 7 2019
Jump to Answer
Comments
Post Details
Added on May 7 2019
5 comments
2,151 views