Sub Report Parameters

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
4xjbh
Posts: 177
Joined: Thu Dec 22, 2005 10:01 pm
Location: Brisbane

Sub Report Parameters

Post by 4xjbh »

I'm feeling pretty stupid atm.

I cannot for the life of work out how to get the parameter for the sub report showing up in the master report.

The Job is in context and appearing in the report header but the contacts are not showing up in the detail. In the master report in the element properties for the subreport the 'Parameters for sub-report' is greyed out.

Query for the sub report:

Code: Select all

FIND JobContact WHERE JobContact.ob_Job.ID=?'pJob'
I also could not find an example in any of the sample BSV's. Help many me smart again.

Thank you.
Regards, James

AwareIM 7.1 on AWS - Beware I'm a AwareIM noob. Anything I help you with might make the hole your in deeper.
kklosson
Posts: 1629
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Re: Sub Report Parameters

Post by kklosson »

Dear Feeling Stupid,

I have noted that the query in the subreport standing alone, does not stay in synch with the query in the subreport inserted in the master report. Generally, if you change the query in the subreport, it does not translate over to the embedded report. So change it by editing the embedded subreport. Might be the issue.
V8.8
MySQL, AWS EC2, S3
PDFtk Toolkit
Post Reply