Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting only some fields from Subreports

Status
Not open for further replies.

didi818

Programmer
Jan 20, 2003
2
US
Hello ya'll,

I'm very new to Crystal and need a little assistance. I have four reports designed and working as they should be, the question is how do I get part of the information from these reports into a master report?

Here are the details:

I have a report that shows the number of calls that went to a "helpdesk", then I have a report that shows the number of calls that went to a "virtual Queue". I need, on my master report to show the total number of calls for the helpdesk and the total number of calls for the virtual queue.

Diann

 
In a formula inside the subreport, declare a shared variable in the subreport and assign to it the value you want to pass to the main report.

In a main report formula, placed in a section below where the subreport is placed, declare that same shared variable and it would "assume" the value it had in the subreport.

Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top