var oFTV = new sap.ui.commons.FormattedTextView({
htmlText : "{yourHtmlViaOData}"
});
where {yourHtmlViaOData} is the binding to your OData value
var oFTV = new sap.ui.commons.FormattedTextView({
htmlText : "{yourHtmlViaOData}"
});
where {yourHtmlViaOData} is the binding to your OData value