PDF/PRINT Export error when using CONCAT with <br> TAG June 13, 2020, 02:01:09 PM Hello, I'm facing a problem, I made a costum field where I CONCAT an adress that the user inputs as separated fields so that I can have something like this:Adress1Adress2PostCode, CityCountryMy costum field is like this:CONCAT(adress1,'<br>',adress2,'<br>',postcode,' ',city,'<br>',country)For some reason, when trying to export to PDF or Print it gives me an error that I think is coming from the use of the "<br>" tag, because if I leave the full adress on a single line withou line breaks everything works fine.Any idea about whats hapening? Quote Selected
Re: PDF/PRINT Export error when using CONCAT with <br> TAG Reply #1 – June 14, 2020, 11:18:51 AM @xela05 please provide the error you are getting. Quote Selected