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!

Error working with APEX_ITEM Checkbox

Diganta01Mar 10 2017 — edited Mar 13 2017

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

This post has been answered by Pavel_p on Mar 10 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2017
Added on Mar 10 2017
4 comments
2,046 views