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.

how to reference a bind variable (query column) in html expression?

user2040934Apr 29 2025

Reference to a bind variable like

&location.

but sometime it works and sometime not work.

Why?

Here is the complete HTML Expression:

<ul style="list-style-type: none; text-align: left;" >
<li><div><span class="u-bold"></span> &category.</div></li>
<li><div>&location.</div></li>
</ul>

Comments
Post Details
Added on Apr 29 2025
1 comment
54 views