Is there any function that will check/tick a checkbox once a condition is met because I only found the CHECKBOX_CHECKED() function that return boolean.
What I want is something like IF corraddrno = addrno THEN ('set checkbox as checked').
I am very new to oracle so I am not sure which function that are available to be use.
Thank you in advance.