Can you use shared variables in the record selection formula editor?
I have a Amount in the main report and a Paid in the subreport and want to print out only the ones that are not equal sorted by a Code.
In the record selection editor I used the following formula:
{EMCHD.HD_EMC_CD} = {?Code}
and
WhilePrintingRecords;
Shared NumberVar DiffAmount <> Shared DiffPrice
ClaimsPrice
Phillip
I have a Amount in the main report and a Paid in the subreport and want to print out only the ones that are not equal sorted by a Code.
In the record selection editor I used the following formula:
{EMCHD.HD_EMC_CD} = {?Code}
and
WhilePrintingRecords;
Shared NumberVar DiffAmount <> Shared DiffPrice
ClaimsPrice
Phillip