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