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!

Fetch Variable in Stored in Table

Alter BoyAug 22 2018 — edited Aug 22 2018

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

This post has been answered by fac586 on Aug 22 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2018
Added on Aug 22 2018
6 comments
284 views