This is a migrated thread and some comments may be shown as answers.

How to put Group and Detail side by side?

1 Answer 233 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
K
Top achievements
Rank 1
K asked on 02 Feb 2013, 01:00 AM
I have built a simple report with one group, where the data output looks something like this:
C1  C2     C3   C4
AAA Blue       
        5   10
        6   20
AAA Yellow     
        2   10
             
BBB Green      
        3   20

I need to change the format (preferably into a table) where the first line of the detail is on the same line as the group.  I need to do this because most of the time, there will only be one detail line per group. So it should look more like this:
C1  C2     C3   C4
AAA Blue    5  10
         6  20
             
AAA Yellow  2  10
             
BBB  Green  3  20
 
My existing group and detail insist on being on different lines. I suspect the way to do it has to do with adjacent left or right groups in a table, but I can't figure out how to make it work.

1 Answer, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 06 Feb 2013, 08:43 AM
Hi,

Header and detail are two different sections each representing a separate space on the report, where if content goes out of their boundaries will be clipped, so if you need the grouping criteria field to be displayed on one line with the details, use crosstab/table item and grouping. Please check the attached sample report illustrating the suggested.

I hope this helps.

Greetings,
Stef
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Tags
General Discussions
Asked by
K
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or