https://xmlpublishertemplate.blogspot.com/2019/01/how-to-remove-field-space-in-rtf.html
How to Remove a field Space in RTF Template if the field is null
<?for-each:G_BUSINESS_GROUP_ID?>
<?BANK_NAME?>
<?if:ADDRESS_LINE1!=''?> <?ADDRESS_LINE1?> <?end if?>
<?if:ADDRESS_LINE2!=''?> <?ADDRESS_LINE2?> <?end if?>
<?if:ADDRESS_LINE3!=''?> <?ADDRESS_LINE3?> <?end if?>
<?if:ADDRESS_LINE4!=''?> <?ADDRESS_LINE4?> <?end if?>
<?if:CITY!=''?> <?CITY?> <?end if?>
<?end for-each?>
How to Remove a field Space with Heading in RTF Template if the field is null
<?if:REF2!=''?> Reference: <?REF2?> <?end if?>
<?if:ATTENTION!=''?> Attention: <?ATTENTION?> <?end if?>
How to Display and Hide Text in RTF Template on Conditional Formatting
<?if:PAYMENT_CURRENCY_CODE!='PKR'?>
Please ask your Treasury to negotiate Rates before crediting the funds to our Account
<?end if?>
https://drive.google.com/open?id=15ADsxYWSkuDXTBgXZoZJPokgUgNnYRvk
No comments:
Post a Comment