I'm designing a report, where an address will be displayed. There's also line for a P.O. Box, but most of the addresses don't have one, so this line is empty most of the time.
Like:
Name
Street
POBox
City
Phone
If there's no POBox it looks like:
Name
Street
City
Phone
Is there any tqchnique, so that I can get rid of this blank line? And it would look like:
Name
Street
City
Phone
As far as I know, there are no report items, that can hande such a problem. Probably dynamically generating the XML would work, but that's a effort, I want to avoid.
I was just enquiring if you managed to resolve this issue?
No comments:
Post a Comment