Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a dataset in which data is stored as given below

nd number of dataset rows changes for differnt batches here i have intries for single batch
now i want crystal report in the format given below.

table1

batch   thickness   color    gross_wt     core_wt   nett_wt
 
 b1       t1        col        g1         c1           n1
 
 b1       t1        col        g2        c2           n2
 
 b1       t1        col        g3        c3           n3
 
 b1       t1        col        g4        c4           n4
 

 

in crystal report the table data represent as:


______________________________________________________________________                                                        
| batch:- b1       thickness:- t1   |   batch:- b1     thickness:- t1 |
| color:- col      gross_wt:- g1    |   color:- col    gross_wt:- g2  |
| core_wt:- c1     nett_wt:- n1     |   core_wt:- c2   nett_wt:- n2   |
|___________________________________|_________________________________|
|                                   |                                 | 
| batch:- b1       thickness:- t1   |   batch:- b1    thickness:- t1  |
| color:- col      gross_wt:- g3    |   color:- col   gross_wt:- g4   |
| core_wt:- c3     nett_wt:- n3     |   core_wt:- c4  nett_wt:- n4    |
|___________________________________|_________________________________|                                  
Posted

By the look of your sample, you are attempting to print labels or something similar... This is possible in Crystal Reports using the Mailing Labels functionality. Check that out.
 
Share this answer
 
Comments
thatraja 18-Dec-13 2:25am    
5!
 
Share this answer
 
Comments
An@nd Rajan10 18-Dec-13 1:08am    
can you answer me..
http://www.codeproject.com/Answers/698367/how-to-use-crystal-report#answer1
Manoj Kumar Choubey 18-Dec-13 3:12am    
Yes I am agree with first answer ... :)

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