0

I have the following issue which I'm not sure how to handle.

My main report returns data that exists in my sub report.

I basically need to remove the record from my sub report if it exists in my main report.

e.g

Current results

Main Report- A2, Sub Report - A1, A2, A3

Desired Results-

Main Report- A2, Sub Report - A1, A3

Thank you in return.

4

1 回答 1

1

使用子报表链接将主报表数据传递给子报表,然后在子报表中添加以下条件Record selection formula

databasefield not in {pm-mainreportfield} //this is main report link to sub report
于 2016-05-21T12:16:42.097 回答