Hello myDBR Representative,
How are you doing? I am noticing an issue that happens when a report, with html included in the column, will reveal the html code for CSV exports. Below is an example:
SELECT CONCAT('dbr.purehtml:<font color="darkblue">', username, '') AS 'User Name[username]'
FROM testtable
WHERE userid = @userid;
Output should just be the username for CSV but it instead prints "<font color="darkblue">Bob Smith". The view in the web client, PDF and xlsx export seem to both be working fine. Both the web client and PDF show the styling while the xlsx export masks/hides the html code as expected. Any chance you guys can look into this?
Thanks,
Noah
PS: Appears that the "CODE" object for this forum is not working as I would expect either. It is stripping the "</a[right arrow][left arrow]/font>" from my query above. But I think you guys got the idea anyway.