I have an HTML Textbox in my report with the expression {HtmlDecode(Fields.RAW_HTML)} and it works in most cases EXCEPT
when the RAW_HTML field contains "&" in the literal string: ex) <span>Jack & Jill</span>
I have tried replacing "&" with "&" on the SQL query, however i get the same error.
"An error ocurred while parsing EntityName"