Bind label from computation - oracle apex

278 Views Asked by At

I try bind label text from computation but I don't know how render html.

When put in label static html work fine.

Eg.

enter image description here

Any solution how fix this problem?

1

There are 1 best solutions below

3
Koen Lostrie On BEST ANSWER

It's possible to control output escaping in substitution strings. In the label value, use &P71_COMPUTATION!RAW. instead. This is documented here. This is the 21.1 doc but this feature has been around for a while.