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!

how to apply class to interactive grid display item based on condition

Hi all. I'm on APEX 22.2.6.

In my page I have an interactive grid with a list of codes and descriptions.

In page property under CSS inline section, I have created this class:

.format{
background-color: var(--u-color-14);
font-weight:bold;
}

Now I want to apply this class on my interactive grid based on this condition:

if substr(code,4,2) = 00 then I must apply my class format

else do nothing.

How can achieve this?

Thanks in advance for your help.

Fabrizio

This post has been answered by Fabrizio Delli Priscoli on Sep 12 2025
Jump to Answer
Comments
Post Details
Added 27 hours ago
3 comments
51 views