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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subreport value within a formula

Status
Not open for further replies.

edwindow

Programmer
Jul 13, 2001
51
US
Does anyone know if it is possible to take the value within a subreport and put it within a formula within the master report. I have made a subreport that basically gets the total number of employees. But now I need that total to make a calculation within my main report. Is there a way to do this or do I need to take a different approach?

Eddie
 
You need to use shared variables to access a value in a subreport.

Software Training and Support for Macola, Crystal Reports and Goldmine
714-348-0964
dgilsdorf@mchsi.com
 
when using shared variables....make certain the subreport and the formula using the shared variable are NOT in the same section...if necessary create a subsection above where the formula is used Jim Broadbent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top