I have these table CustomerMaster, Sales, Product_details
I made a crystal report from these tables …like
 
CustomerCode      
CustomerName     TotalSales     ProductName
11111001                    rahul                 230                  Product1
122220                        sam                  452                  product2
.
.
.
.
how i can display my database field value in horizontal manner in my crystal report...not vertical...
CustomerCode      
CustomerName     TotalSales     
11111001                    rahul                 230                 product1   product2   product3………
122220                        sam                  452                  
.
.
Please help me….