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 Item Help Text

PJMay 5 2020 — edited May 13 2020

Hi All

Is there a way to have item help to be dynamic ....

ie in Item -> Help -> Help Text

I would like to put &P100_HELP_TEXT.

Where the hidden item P100_HELP_TEXT is populated by a PL/SQL function as the default ....   return  XYZ_UTILS.GET_HELP_TEXT(item_no => 100);

But it is not working.  I note that I can do it if I use an Application level item - but that seems a bit much for a page, and I want to do it multiple time, ie for many items

I am usng APEX 19.2

Thank you

Paul

Comments
Post Details
Added on May 5 2020
18 comments
6,341 views