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!

logic between subreport

Status
Not open for further replies.

nattyborneo

Technical User
Feb 1, 2011
29
DE
Dear all guru,

I need some help..
with my problem :
1. Main Report
code : ABC
2. Sub Report1
code :
3. Sub Report2
code : ABC

I want to make LOGIC if main report = any value, Sub Report1 ='' (NULL) and Sub Report2 = any value then formula = "error"

any suggest?
thank you ^^
 
Not clear what you're after. To pass data back from a subreport, use a shared variable. Note that the shared variable is only available in the section after the section which contains the subreport.

If that's not it, please explain what the problem is.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top