Hi All,
I have created dynamic checkboxes in my form for getting some user inputs. It creates 10 checkboxes. The problem is if the checkbox is not checked I get "No Data Found" error in the following statement:
IF apex_application.g_f31(1) > 0 Then
-- logic
End IF;
Can anyone tell me how to handle the situation?
Note: I tried using NVL function also but it is not helping.
Thanks