I try bind label text from computation but I don't know how render html.
When put in label static html work fine.
Eg.
Any solution how fix this problem?
I try bind label text from computation but I don't know how render html.
When put in label static html work fine.
Eg.
Any solution how fix this problem?
Copyright © 2021 Jogjafile Inc.

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.