Skip to main content
Topic: PDF/PRINT Export error when using CONCAT with <br> TAG (Read 590 times) previous topic - next topic

PDF/PRINT Export error when using CONCAT with <br> TAG

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:

Adress1
Adress2
PostCode, City
Country

My 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?