Hi,
So I have a Table, not going to go into too much detail about it because it is fairly irrelevant. All that needs to be known is there is a Varchar2 column, Content, that I intend to be displayed in a text area. So for example, the text may read "My name is Matthew" except I want it to read "Matthew" off of the page that I'm displaying it. Let's say I have a Page with two page items and that's it. The first page item, P129_NAME, holds the value 'Matthew'. The second page item calls Content from the Table. I tried to put, in my Content, "My name is :P129_NAME" so that whoever's name is in that Page Item at that time will be displayed in the Text Area. However, when called it literally displays ":P129_NAME" instead of "Matthew". I also tried &P129_NAME. and the same thing happens. Is there a work-around this?
Thanks,
Matthew