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