I think it's ``` ${record.shipaddress!record.entit...
# advancedpdf
j
I think it's
Copy code
${record.shipaddress!record.entity.altname}
If not, there's nothing wrong with
Copy code
<#if record.shipaddress?has_content>
${record.shipaddress}
<#else>
${record.entity.altname}
</#if>