1
Answer

Crystal Reports

Ravindranath M

Ravindranath M

13y
1.1k
1

Hi...

In Crystal Reports i want to display Data in the Following Format (i.e., single Date Transactions should be in a line)

Name  CodeNo     Date         InTime    OutTime     InTime    OutTime 
Ravi       808        11/08/11         8:15        12:00        12:59         17:45
                         12/08/11         8:15        16:15       
                         13/08/11         8:15        12:10        12:59         17:45
                         14/08/11         8:15        12:40        12:59         17:45

But I am getting in the following Format
Name  CodeNo     Date            Time
Ravi       808        11/08/11         8:15     
                         11/08/11         12:00
                         11/08/11         12:59
and so on.....

                        

Answers (1)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 13y
Hi Ravindranath,

Are you looking for a solution to display row to column, then try the following:

1. Right click on the Details section in the report view and than select "Section Expert".
2. Check mark the box "Format with Multiple Columns" after that an additional tab on the top right will appear named "layout".
3. In the Layout tab set the Width and make sure that "Across then Down" is selected.

Please do not forget to mark "Accepted Answer".