How to Remove Null Links Inside APEX Reports with CSS Selectors

Опубликовано: 28 Март 2026
на канале: Chip Baber
598
12

In this example we will show you how to leverage CSS selectors inside Oracle APEX classic reports to hide null values for a link column. We will start with a classic report that has a url inside one of the columns but has a number of null values. Next we will convert this column to a link and leverage the APEX icon catalog to transform the url into a clickable image. At first report at this point will display icons for all the rows even if the value returned in the query is null. To fix this we show how to add a CSS selector to the page adn apply to the column link. The CSS will remove the icons added earlier for any column not containing a url.

All code and instructions for this example are inside this markdown page for referencing.

https://github.com/chipbaber/apex_tex...

#oracle #apex #oci #codeinnovate #developer #atp