Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am new to Crystal Reports.

Trying to Create My Cross Tab Crystal Report in following format :

| Column 1
------------------------------------
| Column 1 | Column 2 | Column 3 |

Row 1
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 2
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
| Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------


But, It Automatically Groups Row 1 depending upon the values. Here Row 1 is Numeric Field.

I want It Printed in Following Format :

| Column 1
------------------------------------
| Column 1 | Column 2 | Column 3 |

Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------
Row 1 | Row 2 | Row 3 | Data | Data | Data |
-----------------------------------------------------------

I verified grouping options but It doesn't help.

Thanks.
Posted
Updated 11-Jun-13 18:55pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900