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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Merging Item values into HTML

wjpenfold4 days ago — edited 4 days ago

In APEX 24.1, I'm loading some page item values using SQL and Set Value on page load. Then I'm trying to merge them with some HTML content in a Static Content region like… Some text &item_name. some more text. But the values are not appearing in the HTML when I run the page, although I can see the values displayed in the items.

I'm thinking it must be a timing issue, because if I set the item values using individual SQLs in the item properties, then I do get the values, and they are displayed in the HTML content.

What am I missing here?

Comments

Post Details

Added 4 days ago
3 comments
54 views