alien4u
05/31/2019, 7:23 PM${result.address_field?replace('\r\n','<br />','r')}
${result.address_field?replace("/\r\n/g","<br />","r")}
Also tried formula text in the related search… with:
REGEXP_REPLACE({address_field}, '/[\r\n]/g','<br />')
REGEXP_REPLACE({address_field}, '/[\r\n]/g','nl')
Still getting the address in one line…TJ Cornelius
05/31/2019, 7:28 PMTJ Cornelius
05/31/2019, 7:29 PMTJ Cornelius
05/31/2019, 7:30 PMalien4u
05/31/2019, 7:31 PMTJ Cornelius
05/31/2019, 7:40 PMalien4u
05/31/2019, 7:46 PMTJ Cornelius
05/31/2019, 7:47 PMjen
05/31/2019, 8:09 PMalien4u
05/31/2019, 8:11 PMTRANSLATE({address_field}, chr(10), '|')
And in the PDF Template:
${result.formulatext?replace("|","<br />")}
I will like to do it only in the PDF template side without needing a formula but I can’t find a way yet…