Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts and Fridns,
I have the following data in a table and I want to display it columnwise in Crystal Reports.

HTML
Student-ID Date  Status
10          3/6     A
10          3/7     P
10          3/8     P
10          3/9     L

11          3/6     P
11          3/7     P
11          3/8     A
11          3/9     P


I want to display in Crystal Reports the following way.
HTML
Student-ID      Month    Status
10               3         A      P       P      L
11               3         P      P       A      P


Please help me, what to do.

Thanks.
Posted

1 solution

rather than using query for displaying report, use view, it will display in above format as what u r looking for
 
Share this 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