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!

Disable A Checkbox In Interactive Report

GUS CRIGHTONJul 24 2025

Hi

I am using apex 24.2 using the play workspace provided by Oracle.

I have an interactive report and I want top display some columns as checkboxes.

I have the checkbox displaying using

apex_item.checkbox(1,MYCOLUMN,decode(MYCOLUMN,'N','UNCHECKED','CHECKED')) AS xx

but it is clickable.

How can I disable the checkbox, so it shows the value but cannot be changed.

Also is there a better way than using apex_item.checkbox

Thanks

Gus

This post has been answered by Utkarsh Ranjan on Jul 24 2025
Jump to Answer
Comments
Post Details
Added on Jul 24 2025
2 comments
50 views