I am a new Crystal Reports programmer and I am having problems getting data from my sub report back to my main report.
I have my sub report linked to my main report and it works perfectly. What I need to do is total my records from the sub report so I want to send back a total on each record then do a subtotal on each group.
My tables are a left outer Main to Sub and the linked key is the call id.
----- main rpt ------- ------- sub rpt -------
ie. 1000 name 29 days customer support QR
customer support QR
inventory control
inventory control
1001 name 25 days customer support QR
Admin function
Totals Customer support QR 3
inventory control 2
admin function 1
what do my variables in the main report need to contain to have in them accept the values (not displaying) from the sub report.
Thanks for your help
Karen
I have my sub report linked to my main report and it works perfectly. What I need to do is total my records from the sub report so I want to send back a total on each record then do a subtotal on each group.
My tables are a left outer Main to Sub and the linked key is the call id.
----- main rpt ------- ------- sub rpt -------
ie. 1000 name 29 days customer support QR
customer support QR
inventory control
inventory control
1001 name 25 days customer support QR
Admin function
Totals Customer support QR 3
inventory control 2
admin function 1
what do my variables in the main report need to contain to have in them accept the values (not displaying) from the sub report.
Thanks for your help
Karen