Controlling Blank Lines
Posted: Wed Jul 07, 2010 11:56 am
I'm working on a report that requires an address formatted similar to the following:
John Smith
123 Main St.
Box 72
Somewhere, OH 55555
USA
The fields are:
Attention
OwnAddLine1
OwnAddLine2
OwnerCity
OwnerState
OwnerPostalCode
OwnerCountry
Not all records in the detail band will have all the data. For example, some may not have OwnerCountry or OwnerAddLine2 fields. I don't want a blank like if there isn't any data.
I currently have it set up like the following:
{Parcel.Attention}
{Parcel.OwnAddLine1}
{Parcel.OwnAddLine2}
{Parcel.OwnerCity}, {Parcel.OwnerState}. {Parcel.OwnerPostalCode}
{Parcel.OwnerCountry}
Any suggestions? Thanks!
John Smith
123 Main St.
Box 72
Somewhere, OH 55555
USA
The fields are:
Attention
OwnAddLine1
OwnAddLine2
OwnerCity
OwnerState
OwnerPostalCode
OwnerCountry
Not all records in the detail band will have all the data. For example, some may not have OwnerCountry or OwnerAddLine2 fields. I don't want a blank like if there isn't any data.
I currently have it set up like the following:
{Parcel.Attention}
{Parcel.OwnAddLine1}
{Parcel.OwnAddLine2}
{Parcel.OwnerCity}, {Parcel.OwnerState}. {Parcel.OwnerPostalCode}
{Parcel.OwnerCountry}
Any suggestions? Thanks!