Reputation: 459
i have a table that is create in sql server 2005. I want a report of this table.
The header are Customer Name,No,Part Name,Part Price,No Of Quntity,Total Price,,,,
How can Arrange it in the crystal report Where Customer Name is only single time .......and Other detail is more than one...... and i want them in a Column format then is a in Vartical Align..... How can i do so....... It is look like
customer Name:- Neeil No PartName PartPrice NoOfQuntity TotalPrice 1 hard_disk 3000 2 6000
Upvotes: 0
Views: 929
Reputation: 268
Just create a group for Customer Name field and put the other fields in the Details section below that group.
Upvotes: 1