Hello, I'm tryin to add three subreports to my main report. The report is month by month report showing revenue and profits for current and previous year. the problem I'm having is that Crystal 10 can't handle all the formulas (over 50) there are 4 formulas for each month. 4 "total" formulas and 4 for each quarter. The report was starting to crash. Note: this is why I can't use shared variables to pass sub totals from subreports, once again to many formulas for crystal to handle.
The main report - Grouped by Class (1), sku (2). Month by month revenue with sub total on class, subtotal on sku and grand total
Subreport 1 (Working fine)- month by month profit, sub total on sku only, inserted into group 2 footer (sku) in main report and linked by sku field and date params.
Subreport 2 (Not Working) - month by month profit, sub total on class only. inserted into group 1 footer (class) in main report and linked by sku field and date params.
Subreport 3 (Not Working)- month by month profit, Grand total. inserted report footer in main report and linked by sku field and date params.
The subreports that are not working are showing incorrect totals.
All reports are using the same paramaters, same tables and groupings. I realy feel like I'm missing something simple.
Any suggestions
The main report - Grouped by Class (1), sku (2). Month by month revenue with sub total on class, subtotal on sku and grand total
Subreport 1 (Working fine)- month by month profit, sub total on sku only, inserted into group 2 footer (sku) in main report and linked by sku field and date params.
Subreport 2 (Not Working) - month by month profit, sub total on class only. inserted into group 1 footer (class) in main report and linked by sku field and date params.
Subreport 3 (Not Working)- month by month profit, Grand total. inserted report footer in main report and linked by sku field and date params.
The subreports that are not working are showing incorrect totals.
All reports are using the same paramaters, same tables and groupings. I realy feel like I'm missing something simple.
Any suggestions