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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Color a row based on condition in Interactive report in Oracle Apex 5

Diganta01Sep 29 2016 — edited Sep 29 2016

Hi,

I wanted to color the complete row based on some criteria. My query looks like this:

select QUIZ_ID,

       QUIZ_NAME,

       QUIZ_TOTAL_SCORE,

       QUIZ_MINIMUM_SCORE,

       START_DATE,

       END_DATE,

       ACTIVE_FLAG      

from QUIZ;

When the ACTIVE_FLAG value = 'Y' then I want the row to be colored. I have used a technique which I found somewhere but it is not what I am looking for. It has colored the text not complete cell (shown below). But I want complete cell to be colored.

Thanks

Quiz Id

Quiz Name

Quiz Total Score

Quiz Minimum Score

Start Date

End Date

261DM Quiz - 24110628-SEP-1605-OCT-16
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2016
Added on Sep 29 2016
5 comments
1,543 views