My DB tracks quality assurance inspections. Each inspection can have 1, 2, or 3 nonconformities. Accordingly, there are 3 possible reports that can run as the final report. The argument/condition of the final report is formatted such that (noncon1=true and all others are false, open report 1... noncon1 and noncon2=true and all others are false, open report 2, etc).
Is there a way to open the appropriate report for all inspections at once? That is, inspection1 had 3 nonconformities (therefore, final report3)... inspection5 only had 1 (therefore, final report1)... can I open both reports and merge them into one?
Is there a way to open the appropriate report for all inspections at once? That is, inspection1 had 3 nonconformities (therefore, final report3)... inspection5 only had 1 (therefore, final report1)... can I open both reports and merge them into one?