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!

Pass multiple values to a Subreport

Status
Not open for further replies.

ellman

Programmer
Oct 26, 2006
3
SE
Hi,
I'm trying to pass values from the main report to a subreport that is placed in the report footer.

I only seems to get the value from the last record passed to the subreport.

In GH6 i have values like S5, S6, S9 etc.
What I want is that the subreport in the reportfooter will show:
S5
S6
S9

Does anyone know if this is possible?

Regards
Ellman
 
Why not just use the same selection criteria in the subreport as in the main report? Then you should get the same values.

-LB
 
Hi,
It's a Remedy ARS report and due to ODBC limitations I can't link tables in Crystal so I think this is what i have to do.

The mainreport gets data of a customer from a joinform: SLA's, site, product etc.
The subreport conatins descriptions of all SLA's.

I only want the subreport to show the SLA descriptions of the SLA's that are in the mainreport.

I hope you understand what I'm trying to do (I'm not sure I do ;-))

/Ellman
 
You misunderstood what I was saying. Why not use the same selection formula in the subreport as in the main report?

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top