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

How do you add subreport values with values not in the subreport?

Status
Not open for further replies.

Frostburn

Programmer
Jul 10, 2001
8
US
How do you add values in the subreport with values outside of the subreport?

Thanks in advance
 
you can use crystal reports parameter field. Create a parameter and then when the report runs, the report would ask for the value of the parameter. Or better yet feed the value of the parameter using the url.

e.g.
/viewthread.rpt?value0='something'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top