I'm currently working on a dry cleaning software app. The programmer writing the app is using Visual Studio.NET with VB.NET as the front end and SQL as the back end. I'm doing the reports using Crystal Reports .NET I have a report that I've laid out as a multicolumn report. I chose this over cross tab because I have to display different details for each day of a user inputted time span. The report is to show the days from left to right with the details going down the columns. The details are either data pulled directly from a field or a sum of the fields. I've got all that to work but my problem is I'm supposed to do a Total column on the right hand of the report. I've searched books, knowledge bases, looked at the technical briefs of multicolumn vs. cross tab and I guess I'm just brain dead. Here's how the report looks when displayed (for say, a 3 day span - the user can input anywhere from one day up to seven days): Note: I have shortened the list of details going down the page just for simplicity sake.
Mon Tues Wed
Discounted Tickets -37.69 0.00 -15.42
Ticket Upcharges 26.33 4.00 3.50
Ticket Alt Chgs 18.25 3.50 5.50
.
.
.
{Daily.Date} is what I've created the column on. Is is even possible to do a right hand Total column? I want one that would show:
Total
Discounted Tickets -53.11
Ticket Upcharges 33.83
Tick Alt Chgs 27.25
I don't know if I've gone brain dead after doing 150 some odd reports for this app or what. Believe it or not, I've been able to do all of the other reports using cross tabs, subreports or straight reports so this is the first one where I just can't seem to figure out the obvious.
Any suggestions?
Thanks,
Tammie
Mon Tues Wed
Discounted Tickets -37.69 0.00 -15.42
Ticket Upcharges 26.33 4.00 3.50
Ticket Alt Chgs 18.25 3.50 5.50
.
.
.
{Daily.Date} is what I've created the column on. Is is even possible to do a right hand Total column? I want one that would show:
Total
Discounted Tickets -53.11
Ticket Upcharges 33.83
Tick Alt Chgs 27.25
I don't know if I've gone brain dead after doing 150 some odd reports for this app or what. Believe it or not, I've been able to do all of the other reports using cross tabs, subreports or straight reports so this is the first one where I just can't seem to figure out the obvious.
Any suggestions?
Thanks,
Tammie