Hi Rahul,
This field on my report need to support html format like <i>,<b>,<p>.....
The data is from a html editor, so i set this field as HTML Text.
And sometimes, users need to insert angle brackets as text content.
For example, user input the following:
Here is a <long> test string
So in database i have below value:
<b>here</b> is a <long> <i>test</i> <u>string</u>
But when i passed this value to the report, the report display:
Here is a long> test string
The Left angle bracket is lost.
cheers,
Alee