Grouping Header misalignment

J

JustinP

I have a report with a group header, W, and then some other fields in
the detail section, X, Y and Z. Is there anyway to make X appear to be
on
the same line as Y and Z?

I have more than Y/Z for one X in some instances.

The problem is that the only way I can get the data to show is like
this layout:

------W Header-------
W
X
-------Detail--------
Y Z

Which results in:

W
X
Y Z
-----------------------------------------
W
X
Y Z
Y Z
Y Z
-----------------------------------------
W
X
Y Z
X
Y Z
Y Z
-----------------------------------------

But it should look like:

W
X Y Z
 
D

Douglas J. Steele

Even though you might be grouping on that field, there's no reason you can't
include it in the Detail section, as opposed to the Grouping section. If you
don't want it repeated on each row, set the HideDuplicates property to True.
 
A

Al Campagna

Justin,
Please don't post the same question more than once. This causes duplicate responses
(ex. Douglas' response on this post), and breaks the continuity of the problem
determination.
I wrote...
------W Header-------
W
X
-------Detail--------
Y Z
It appears that your X is still in the Header section...
 

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