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!

Bind variable with Breadcrumb node

gkthomasAug 19 2017 — edited Aug 20 2017

My reports and forms using the interactive report  template .  So there is no region title displayed.  I use title bar for the breadcrumb template and last node of the breadcrumb serves as the title of the region.  Now I want to add some dynamic value concatenate to the last node of the breadcrumb using a bind variable .  for example I have a change password form in which I want to show the user name of the person whose password being changed along with the breadcrumb node.  I created a page hidden item  ex: P13_user_name .  Then for source I used "select Lower(v('APP_USER'))  from dual;'.   Then with the breadcrumb   " Changing password for : &P13_USER_NAME.   as the breadcrumb last node.    But when the page load the user name is not displaying.   But I changed the page item from hidden to text item I can see the value there. That means, the page item carry the value, but somehow not displaying with the breadcrumb concatenate.  Any idea why is it not working with breadcrumb.


Thanks

George

This post has been answered by fac586 on Aug 19 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2017
Added on Aug 19 2017
2 comments
372 views