Crystal Reports 8.5 on Oracle
Table A has inventory and is main table of report
Table B,C,D are accessed via subreports and display information about what is needed vs what is scheduled.
Subreports B,C,D all drive to a total per subreport that is displayed in the main report.
HOWEVER - to complicate the matter the user (a scheduler) says that given the nature of their work - they should have over 50% of the items on the report "covered" - meaning that they dont need to see it on the report. It is possible to determine what is "covered" vs not by comparing totals via subreports B,c,D - but then feed back to main report and not display the record in Table A whatsoever is where I get lost!
So in other words the report pulls lots of data that is good - but almost 50% of the records shown should not - if computations in B,C,D compute that it is so. In that case don't even show it in A.
Any ideas on how to best achieve w/o making the process very long?
Table A has inventory and is main table of report
Table B,C,D are accessed via subreports and display information about what is needed vs what is scheduled.
Subreports B,C,D all drive to a total per subreport that is displayed in the main report.
HOWEVER - to complicate the matter the user (a scheduler) says that given the nature of their work - they should have over 50% of the items on the report "covered" - meaning that they dont need to see it on the report. It is possible to determine what is "covered" vs not by comparing totals via subreports B,c,D - but then feed back to main report and not display the record in Table A whatsoever is where I get lost!
So in other words the report pulls lots of data that is good - but almost 50% of the records shown should not - if computations in B,C,D compute that it is so. In that case don't even show it in A.
Any ideas on how to best achieve w/o making the process very long?