Remove multiple rows of Null fields in a report

B

Brad

I have created a report with multiple lines of data that could be null. I set
the fields to "can shrink." It does shrink the line and move it up a field
but if I have multiple fields in a row it does not bring the field all the
way to the top. Any ideas?
 
M

Marshall Barton

Brad said:
I have created a report with multiple lines of data that could be null. I set
the fields to "can shrink." It does shrink the line and move it up a field
but if I have multiple fields in a row it does not bring the field all the
way to the top.


A CanShrink text box will shrink, but the section containing
it can only reclain the otherwise **empty** horizontal bands
that were occupied by the text box (and/or other shrinking
text boxes).

Depending on all the other stuff in the section, you might
get closer to what you want if you can make the all the text
boxes shorter and set them to CanGrow. Regardless of what
you do, no text box below the CanGrow/CanShring text boxes
can end up with its Top above the bottom of the bottom of
any control above it.

Also, any control with its Top above the bottom of a
CanGrow/CanShrink text box will neither move up or down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top