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!

Returning NULL from select list.

600733Nov 1 2007 — edited Nov 2 2007
Hi,

I have a field "Priority" which is an optional field in my application. The possible values are 1. Low, 2. Medium 3.High and 4. NULL (database null value).

For this,
I have created a static LOV with 3 values (low, medium and high).
And when using this LOV, I have mentioned "Display Null" as Yes and NULL Display Value as "-NA-". I have left the "Null Return Value" field blank.

but when I select "-NA-" from the LOV from front end, The return value is "%null%". I want the return value to be null as in database null value.

I have tried using "Null Return Value" as "NULL". but it just returns the string "NULL".

How do I do it?

Thanks in advance.
Ketan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2007
Added on Nov 1 2007
3 comments
1,661 views