Forum Discussion

learner03's avatar
learner03
Icon for Post Partisan rankPost Partisan
5 years ago

Comparing 2 sheets and output in the report

I want to compare data of Table 1 to Table 2 and based on the comparision, I want the output .

 

Table 1 is the main table and has all the fields populated.

Table 2 will have some fields missing for item sometimes..example- length, breath...etc 

 

I want the whole item line from table 2 as an output if any of the fields has missing data.

Table 2 can have more lines of items but the output should have only those lines which are in Table 1.

 

 

Table 1 On Purchase Order          
             
Item CodeDescriptionInner QtyOuter QtyInner LengthInner WidthInner HeightInner WeightAvg. Carton WeightOuter WidthOuter HeightOuter length
123ABC264131244520121343
43DEF634242544512313223
144JHK286224764365121223
             
             
Table 2Total Items           
             
Item CodeDescriptionInner QtyOuter QtyInner LengthInner WidthInner HeightInner WeightAvg. Carton WeightOuter WidthOuter HeightOuter length
123ABC264131244520121343
43DEF634 4 54 12313223
144JHK28622 764365 1223
234gfd476 2346246 6
             
Output Table-Only missing data items          
43DEF634 4 54 12313223
144JHK28622 764365 1223
             

 

7 Replies