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!

Popup lov null value problem Oracle APEX 21.2.1

Dears,
After upgrade to Oracle APEX 21.2.1
when a dynamic action on popup LOV have client side item is null the condition not see the null see it as value.

Example:
Item P1_CODE popup lov (
Null Display Value="all"
Null Return Value=
)
dynamic action on change P1_CODE Client-side Condition item is null
true action not fire if null selected.

change the popup lov to select list with same attribute it work perfect ..
in the previous version it was working fine with popup lov

This post has been answered by Steve Muench-Oracle on Feb 1 2022
Jump to Answer

Comments

Gary Graham-Oracle

Explicit export of user settings is currently only available for the connection information (for databases or SCM repositories like SVN). Of course, when moving between machines the user must decide whether the export processor strips out or encrypts any password information.

If you want to try moving other user settings between machines, I would guess zipping up just the xml files would be a good starting point.  Definitely avoid the system_cache folder.

There are lots of NetBean's related files, as discussed in DevFaqWindowsWstcrefAndFriends - NetBeans Wiki but I assume you can ignore those, too.

Edit:  and perhaps someday SQL Developer will support export like Data Modeler... How to export preferences? Preferences storage?

1 - 1

Post Details

Added on Dec 22 2021
10 comments
2,354 views