Hello all,
Here is a challenge. I am working with Crystal Reports 8.5 trying create a report that uses two different tables of data related to the same subject, but not identical. The two tables can be linked by the common field "Budget Code" to the subreport, however, I want the subreport to only show those items that are NOT in the main report. I have tried changing the Record Selection formula to <> or "not equal to", but that doesn't seem to work.
Here is an example:
Main Table:
Budget Code Amount
001 $3,000
002 $2,000
SubReport:
Budget Code Amount
001 $3,000
I don't want the budget code 001 to display in the Subreport. I have tried passing the values as a shared variable, but because the two tables are not equal, the detail in the main table displays as a summary in the subreport.
Thanks for any suggestions you can give.
spelhank
Here is a challenge. I am working with Crystal Reports 8.5 trying create a report that uses two different tables of data related to the same subject, but not identical. The two tables can be linked by the common field "Budget Code" to the subreport, however, I want the subreport to only show those items that are NOT in the main report. I have tried changing the Record Selection formula to <> or "not equal to", but that doesn't seem to work.
Here is an example:
Main Table:
Budget Code Amount
001 $3,000
002 $2,000
SubReport:
Budget Code Amount
001 $3,000
I don't want the budget code 001 to display in the Subreport. I have tried passing the values as a shared variable, but because the two tables are not equal, the detail in the main table displays as a summary in the subreport.
Thanks for any suggestions you can give.
spelhank