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 - Javascript Expression checkbox

JC CalderaMar 25 2013 — edited Mar 26 2013
Hello
I have 2 items
1. P2_REQUEST_TYPE_CODE
a. SELECT LIST
i. EQUIPMENT REV
ii. POSTER
iii. ROOM SHELL
iv. VISIO TO CAD
2. P2_RETURNED_FILE_TYPE_CODE
a. CHECKBOX
i. 2D POSTER
ii. CAD DRAWING
iii. PDF
iv. VISIO

I Have a Dynamic Action
Event: Change
Selection Type : Item(s)
Item(s): P2_RETURNED_FILE_TYPE_CODE,P2_REQUEST_TYPE_CODE
Condition: JavsScript Expression
Value:
$v('P2_RETURNED_FILE_TYPE_CODE')=='2D POSTER'||
$v('P2_REQUEST_TYPE_CODE')=='POSTER'

When my user chooses “P2_REQUEST_TYPE_CODE (“POSTER” )”it needs to displays Address Columns and it does. When my user chooses “P2_RETURNED_FILE_TYPE_CODE (“2D POSTER”)” It needs to display address Columns and it does. Everything works fine except when in “P2_RETURNED_FILE_TYPE_CODE” all checkboxes are checked the address columns don’t get display, any idea?

Application Express 4.1.1.00.23

Thanks
-JC
This post has been answered by kvlek on Mar 26 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2023
Added on Mar 25 2013
3 comments
640 views