Subreport link not filtering results

Chris.B

New member
Joined
Jul 11, 2006
Messages
4
Programming Experience
Beginner
Hello.

I've created a report and subreport based off .xsd files. I am dynamically filling the data for these two reports based off of a user search.

After inserting the subreport, I am changing the subreport links.

I am able to:

1 - Select the container report field and make that the field to link to
2 - It generates a default parameter name
3 - "Select data for report based off field..." I select the child link

When I run the report, the child results are not being filtered by the link field of the parent report. I am getting all the child results for each parent record.

I feel like I must be doing something really stupid. Any suggestions appreciated.

Thanks,
Chris
 
Yep, something stupid.

In my .xsd files, I had forgotten to change the datatype of the Foreign Key from a string to an integer.
 
Back
Top