© 2026 Hashnode
A common requirement in Oracle APEX interactive report is to format the data for displaying. For instance, you might want to change how a column's data appears, or show different icons depending on certain conditions, or even add clickable link in th...

In this blog, I explained how to add a clickable icon to an interactive report column and redirect to a page. However, sometimes, we need the icon to perform a specific action when clicked on icon. This is particularly handy, especially for carrying ...

In my previous blog post, we discussed how users could repeatedly mark a product as received by clicking on an icon, even after it had already been received. This issue highlights a design flaw that impacts user experience. To address this, we've dec...

Sometimes, we want to make our interactive reports more user-friendly and attractive by adding clickable icons to the columns. Let's consider and interactive report based on a standard employees table for this demo. We want to create a new column wit...
