Connecting Tech Pros Worldwide Help | Site Map

Need Report with info from two Reports

  #1  
Old November 13th, 2005, 07:06 AM
bmoos1@yahoo.com
Guest
 
Posts: n/a
I have two reports: 2004 New Enrollments and 2004 Cancellations.

1. Each report shows by month:
"Monthly", "BiMonthly"([BiMonthly]*2), "Weekly" ([Weekly]*52/12),
"Total Monthly" ([monthly]+[BiMonthly]+[Weekly]) and "Projected
Annual"([Total Monthly]*12).

2. At the end of the report is the "Grand Total Projected
Annual"(=sum([Projected Annual])

I need a report that gives GrandTotal Projected Annual enrollment minus
the GrandTotal Projected Cancellations for a real total revenue.

By the way, my Grand Total Projected Annual on the 1st report I created
works, but on the other report (cancellation) which I copied and made
the necessary changes as to Control Source. What's up with that?
Thank you so much. Blessings,
Barbara

  #2  
Old November 13th, 2005, 07:07 AM
Salad
Guest
 
Posts: n/a

re: Need Report with info from two Reports


bmoos1@yahoo.com wrote:[color=blue]
> I have two reports: 2004 New Enrollments and 2004 Cancellations.
>
> 1. Each report shows by month:
> "Monthly", "BiMonthly"([BiMonthly]*2), "Weekly" ([Weekly]*52/12),
> "Total Monthly" ([monthly]+[BiMonthly]+[Weekly]) and "Projected
> Annual"([Total Monthly]*12).
>
> 2. At the end of the report is the "Grand Total Projected
> Annual"(=sum([Projected Annual])
>
> I need a report that gives GrandTotal Projected Annual enrollment minus
> the GrandTotal Projected Cancellations for a real total revenue.[/color]

In a group total or report footer you could have 3 controls: Annual,
Cancellation, Net. The net's control source would be
=[Annual] - [Cancellation]

You can use a Dsum() control source for Cancellation. Ex:
=Dsum("Amount","TableName","Type = 'C' And Year(EnrollDate) = 2004")


[color=blue]
>
> By the way, my Grand Total Projected Annual on the 1st report I created
> works, but on the other report (cancellation) which I copied and made
> the necessary changes as to Control Source. What's up with that?
> Thank you so much. Blessings,
> Barbara
>[/color]
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Dynamic Report : with Parent Child Command creative1 insights 2 January 18th, 2008 05:51 AM
selection formula results from two unrelated databases Helen answers 7 November 20th, 2005 08:42 PM
Crystal Report - with parms - .Export error Timmy Jones answers 0 November 20th, 2005 09:46 AM
Data from multiple tables for report - how to do it? Sami answers 5 November 13th, 2005 06:22 AM