Skip to Main Content

How to display a column value in HTML format in Oracle Apex card regions

User_DTEYLAug 9 2022

Hello everyone,
I am currently learning to use Oracle Apex to create a web page for tech stuff sale, and the version of the software is 22.1.3. Since a tech product has many specification details (for e.g, a laptop has details about its CPU, GPU, RAM,...), the specs were stored in the table in HTML-format paragraph. How can I display that paragraph in a card's body?

This is one of my record row, with <Description> column being the specs, its datatype is <Varchar>
image.png
There has been a thread before where I was suggested that I can use <HTML expression>.
image.png
It turns out not working approriately
image.png
Although when I changed to &DESCRIPTION. It does display the content, but only raw content instead of HTML format.
image.png
May you suggest any ideas on how to fix this? I am so new to this tool so I would love to learn more from you.
Thank you very much in advance.

Comments
Post Details
Added on Aug 9 2022
3 comments
343 views