BurnsORegan
MIS
A simple question for the Guru's!
Is it possible to set a Global Variable in the Sub Report which then can be used as in a formula in the Main report?
And I am specifically trying not to use a SQL Command to fetch data from the DB.
eg.....
I have a report running over JDE tables (F4211) which maintains sales order transaction lines at a detail line level.
My Groupings are then:
GH1: Company
GH2: Division (BU)
GH3: Sales Rep
GH4: Customer
GH5: Document No
I then need to "Get" the sales target totals for each of these grouping (GH1,GH2 and GH3 only) which are stored in a separate table against Saleman Level. ie: By Salesman by Division by Company. (This means that if I create the link between the tables then the detail level carries the target, which means the totals do not tally.)
I have tried using formula to create WhilePrintingRecords (for running totals) which works but the results cannot be charted.
I am left with Subreports!
So the original Question again is can I use a global variable in the sub report for purposes in the main report?
If not, any suggestions?
Regards and Thanks
BurnsORegan.
Is it possible to set a Global Variable in the Sub Report which then can be used as in a formula in the Main report?
And I am specifically trying not to use a SQL Command to fetch data from the DB.
eg.....
I have a report running over JDE tables (F4211) which maintains sales order transaction lines at a detail line level.
My Groupings are then:
GH1: Company
GH2: Division (BU)
GH3: Sales Rep
GH4: Customer
GH5: Document No
I then need to "Get" the sales target totals for each of these grouping (GH1,GH2 and GH3 only) which are stored in a separate table against Saleman Level. ie: By Salesman by Division by Company. (This means that if I create the link between the tables then the detail level carries the target, which means the totals do not tally.)
I have tried using formula to create WhilePrintingRecords (for running totals) which works but the results cannot be charted.
I am left with Subreports!
So the original Question again is can I use a global variable in the sub report for purposes in the main report?
If not, any suggestions?
Regards and Thanks
BurnsORegan.