Actually really simple, but I can't get it....
I have an apex Item checkbox in my query. I want it 'checked', if 'YES' is written in Database and 'uncheked' if 'NO' is in Database.
I tried that... and a lot of other possibilties.
APEX_ITEM.CHECKBOX(5,value,decode('YES','CHECKED','NO'))
this code is wrong :-/
value is the column name.
Hope you can help.