views:

45

answers:

4

Hi. Guys

I need to create a crystal report that shows the address label of the employee, By using crystal reports in vs2005 I had created the crystal report and connect to the data source and every thing goes fine and the report generated correctly, it displays like

name

father name

address1                        address2                       city

state                           pin.

in the above format the report was generated. a single employee address in a single section

But my client want

name(of first employee)                         name(second employee)
fathername                                      fathername

address1                                        address1
address2                                        address2

city                                            city 

state                                           state

pin                                             pin

againg below third employee and fouth employees address label should generate. Can any one help me how to generate report in the fashion.

Thanks in advance.

A: 
name(of first employee)       name(second employee) 

fathername                    fathername

address1                      address1 

address2                      address2

city                          city

state                         state

pin                           pin

I need to print two employee details in one section but it was printing only one employee details in one section.

ASHOK
Ok i get your need i ll work on it and let u know
Pandiya Chendur
Thank You So Much Pandiya
ASHOK
A: 

Hai Ashok , Have a look at this.... Address in crystal Reports

Pandiya Chendur
+1  A: 

Try this, Adding columns in crystal report

Pandiya Chendur
http://69.10.233.10/KB/cs/Dynamic_Crystal_Report.aspx?msg=2563339#xx2563339xx
Pandiya Chendur
Thanks Pandiya. I will look at that and let you know
ASHOK
I think that solution will generate only the fields that was checked by the user, But my requirement is to generate all the fields, But it should generate 1st employee details.....................2nd employee details3rd emp details..........................4th emp details in that order till the end of all employees
ASHOK
A: 

Hmm... Let me give you example

Ashok(1st employee).................................Kiran(second employee)

Station Road..............................................Air port Road

Hyderabd........................................... .......Mumbai

etc.

Ravi(3rd employee)...................................Suresh(4th employee)

Address1...................................................Address1

Address2..................................................Address2

in this order report should genearate all the employees. Upto now I am able to generate all the employees but it was generating like

Ashok(1st emp)

Station Road

Hyderabd

Kiran(2nd emp)

Air port road

Mumbai

Ravi (3rd emp)

address1

address2

suresh (5th emp)

add1

add2

etc in the linear way only but i want side by side of two employee details

ASHOK