Add Group in Report
-
Hi.... I an having problem ... I have to create one report in VS 2005. I had created one dataset which will return one table.... this table containt & fields, as follows MovieName, ShowTime, ScreenNo, TicketClass, ClassPrice, TotalSaleTicketforClass, TotalAmt Here there are two classes Silver, Gold..... Now the problem is I have to create group for TicketClass. also for one movie, there are four ShowTime, and each show has 2 Screen..... so how to make Groups such that I can view list of movie by TicketClass...
-
Hi.... I an having problem ... I have to create one report in VS 2005. I had created one dataset which will return one table.... this table containt & fields, as follows MovieName, ShowTime, ScreenNo, TicketClass, ClassPrice, TotalSaleTicketforClass, TotalAmt Here there are two classes Silver, Gold..... Now the problem is I have to create group for TicketClass. also for one movie, there are four ShowTime, and each show has 2 Screen..... so how to make Groups such that I can view list of movie by TicketClass...
I assume that you are using .NET crystal report to generate this report. Do the grouping in the Crystal Report in the below given order and Format it accordingly. so, that you can view the list of movies by TicketClass, by ShowTime, by ScreenNo.
1. Group By TicketClass 2. Group By ShowTime 3. Group By ScreenNo
Regards
- J O N -