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!

get display names from checkbox

Merlin128Sep 6 2012 — edited Sep 6 2012
I want a dynamic action to set a field with NAME_A,NAME_B,NAME_C from a checkbox field that has values of 1,2,3

I tried
SELECT NAME FROM table WHERE value in :P1_COLOR

the first checkbox works.. but the second checkbox I click on errors with ora-1722 invalid number for set value
This post has been answered by Joseph Upshaw on Sep 6 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2012
Added on Sep 6 2012
2 comments
189 views