Page 1 of 1

Hide a field and skip the line

Posted: Wed Sep 12, 2012 9:56 pm
by plantant
Hi, am pulling some names from a database. In the example attached, I have two fields setup like this:

----Headerband1----
scientificname
commonnames
----Headerband2----
description

The problem I'm having is that if there is no common name, it leaves a black line like this:

scientificname

description

I would like it to show up like:

scientificname
description

I've tried using shift mode and conditions but can't get it. Your advice would be appreciated.

Thanks

Re: Hide a field and skip the line

Posted: Thu Sep 13, 2012 8:04 am
by HighAley
Hello.

You should set the Can Shrink property of the GroupHeaderBand1 to True.

Thank you.