I am using crystal reports. Now I have a customer database, where in the address section, there are multiple addresses (Address 1, Address 2 and Address 3) followed by zip code, and town.
There are situations where the customer leaves these address blank. So what I have done is I took a text object and inside this text object I have merged these columns separated by comma, and in the properties of text object, I have checked 'Grow' and 'Suppress blank', so that in case any of the field is left blank, it suppresses it.
It is working fine, but in case of blank section, I want to suppress commas too. How can I accompalish this?