Hi,
I am creating an address line by concatenating the address fields. The line does not get printed when one of the fields has a null value. Here's my code:
{Street.Number} + " " + {Street.Direction} + " " + {Street.Name} + " " + {Street.Type}.
For example, if {Street.Direction} is null, the line does not get printed. How do I get around these nulls?
Thanks
I am creating an address line by concatenating the address fields. The line does not get printed when one of the fields has a null value. Here's my code:
{Street.Number} + " " + {Street.Direction} + " " + {Street.Name} + " " + {Street.Type}.
For example, if {Street.Direction} is null, the line does not get printed. How do I get around these nulls?
Thanks