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!

Hiding a Button based on a value

Alter BoyMay 25 2018 — edited May 25 2018

Hello,

I have a text field as an item on one of my pages. Let's call it 'P11_Manager', without the quotes of course. I would like to have a button that takes the value in that field and does <action>. I have already done that. However, some Employees don't have a Manager, so I would like the button to ONLY appear if the Manager field is occupied. In other words, if Manager != null, show button; or if Manager == null, hide Button. How would I do that?

Thanks

This post has been answered by Alter Boy on May 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2018
Added on May 25 2018
3 comments
508 views