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!

Logic on Server Side Condition(s) on a Button; Item Is NULL vs. Item Is NOT NULL

Dj SteeleFeb 27 2018 — edited Feb 28 2018

Good Afternoon,

I am using APEX 5.1 Oracle DB 12c and Google Chrome

I have a question in regards to the Logic behind Server Side Condition on a Button

The Button's Behavior is to Redirect to Page in this Application, but if an Item doesn't exist I want to Hide the Button.

If I choose Server - Side Condition: Item is NOT NULL , Item: P64_RECEIPT_NBR

Then the Button Hides (which is What I Want)

, but if I choose Server - Side Condition: Item Is NULL then the Button Appears on Page

This seems to be Reverse Logic or I'm just Logically thinking about it in the wrong manner

--------------------------------------------------------------------------------------------------------------------------------------------------

Here is the Item "Receipt" When NULL going to Redirected Page I want to Not Show "Refund" Button;

which Does work with: Server - Side Condition: Item is NOT NULL , Item: P64_RECEIPT_NBR

but opposite if there is a Receipt

pastedImage_3.png

pastedImage_4.png

Thanks and Best Regards,

DSteele41

This post has been answered by fac586 on Feb 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2018
Added on Feb 27 2018
2 comments
2,537 views