i am using Crystal Report Version=10.2 , Visual Studio 2008 and displaying the result of stored procedure in crystal report my stored procedure returns output as shown below
but i want to display in report as shown below
thanks in advance
i am using Crystal Report Version=10.2 , Visual Studio 2008 and displaying the result of stored procedure in crystal report my stored procedure returns output as shown below
but i want to display in report as shown below
thanks in advance
Use group for
Com No.
and put the details of Sub - Status and Date in the details section.Initially it will look like
Then:
Use the section expert and set overlay on for the group. So you will get the following:
Putting the value of
Com No
andDesc
in the middle of the box is tricky. If you know the number of rows in the detail section, you can increase the height of the group header in proportion can give you the result:First step
2nd step
Third step
4th step
Run the report.
Alternatively you could use a cross-tab to display the data.