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 fails using set value null on select list change event

909286Jan 10 2012 — edited Jan 10 2012
I have a select list that I have created a dynamic action for which I have added a set value to to clear the values of the other controls on the form by setting the value to NULL.

This doesn't seem to work, and I can't figure out why it does not work.

Event = Change
Selection Type = Items
Items = P4_MYSELECTLIST
(no other conditions for this action, I want it to reset for every change to the select list).

Fire On Page Load = False (I only want it to reset the values when I use this selection list, not on page load).
Set Type = Static Assignment
Value = NULL
Items = P4_ITEM1, P4_ITEM2, P4_ITEM3 (includes 2 other select lists and text control)
Suppress Change Event = No
This post has been answered by Tyson Jouglet on Jan 10 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2012
Added on Jan 10 2012
4 comments
3,017 views