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