07-09-2009 07:53 AM
60 000
where the space between 60 and 000 is the character "nbsp" (view with sniffer)…
<#if child.properties['sg:invoiceNb']?exists & (child.properties['sg:invoiceNb']?length !=0)>
<#assign val = "${child.properties['sg:invoiceNb']}"/>
${val}
I know how to replace some characters…
<#assign val = "${child.properties['sg:invoiceNb']}"?replace('\'','')?replace('.','')?replace(',','')?replace(';','')?replace(':','')?replace(' ','')/>
…
07-09-2009 09:11 AM
07-09-2009 09:53 AM
<#if child.properties['sg:invoiceNb']?exists & (child.properties['sg:invoiceNb']?length !=0)>
<#assign val = "${child.properties['sg:invoiceNb']?c}"/>
${val}
</#if>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.