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!

Dynamic Action condition javascript checkbox.checked count>0

Tod Goulds-OracleFeb 17 2016 — edited Feb 17 2016

hi all,

i am stuck with a dynamic action condition. I have the following:

$("#P302_COMPANY").val().length > 0  && ($("#P302_DEPARTMENT").val().length > 0 || $("#P302_PRODUCT").val().length > 0 || $("#P302_INDUSTRY").val().length > 0)

which would be ok if all the items were text boxes, but P302_PRODUCT, and P302_INDUSTRY are checkbox lists, and i want to check if 1 or more of the values in the list are ticked.... but i cant work out how to do it... any ideas?


thanks

tod

This post has been answered by PaulC on Feb 17 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2016
Added on Feb 17 2016
3 comments
868 views