Hi folks,
Using Crystal Reports 11.5
I needed to pull data from different data sources - one is the Enterprise repository and the other is a local Oracle database.
The purpose of the report I am trying to create is pretty simple - Product category sales by province/state and compared to budget.
I pull Sales information in the MAIN report from the Enterprise repository and it looks like this:
Product_Type State Sales
Then I pull Budget information in a SUB-REPORT from the local database and looks like:
Product_Type State Budget
I link the sub-report by Product_Type and State and pass the Budget to the main report via a SHARED VARIABLE. And it ends up looking like this:
PRODUCT_TYPE STATE SALES BUDGET
Now I need to group them by Product_Type and State and show subtotals on Sales and Budget.
I can do everything except for showing sub-totals on the Budget because it is a shared variable. CR won't allow me to do subtotaling on variables.
Is there a work around? I will appreciate the help.
Thanks,
Mirogak
Using Crystal Reports 11.5
I needed to pull data from different data sources - one is the Enterprise repository and the other is a local Oracle database.
The purpose of the report I am trying to create is pretty simple - Product category sales by province/state and compared to budget.
I pull Sales information in the MAIN report from the Enterprise repository and it looks like this:
Product_Type State Sales
Then I pull Budget information in a SUB-REPORT from the local database and looks like:
Product_Type State Budget
I link the sub-report by Product_Type and State and pass the Budget to the main report via a SHARED VARIABLE. And it ends up looking like this:
PRODUCT_TYPE STATE SALES BUDGET
Now I need to group them by Product_Type and State and show subtotals on Sales and Budget.
I can do everything except for showing sub-totals on the Budget because it is a shared variable. CR won't allow me to do subtotaling on variables.
Is there a work around? I will appreciate the help.
Thanks,
Mirogak