I am writing a report that shows all items in TABLE1 and their corresponding alternate item in TABLE2. Most, but not all, items in TABLE1 will have a corresponding record in TABLE2. Both tables are linked by the ITEMNUM field. My report basically looks like this:
TABLE1.ITEMNUM TABLE2.ALTNUM
I've tried both left outer join and right outer join in the Visual Linking Expert but I have not gotten the results I need (in both cases the AltNum field is always blank). If I set the join to be equal to then it only shows me the ITEMNUM fields that have a corresponding record in TABLE2.
I am running CR 7.0.
TABLE1.ITEMNUM TABLE2.ALTNUM
I've tried both left outer join and right outer join in the Visual Linking Expert but I have not gotten the results I need (in both cases the AltNum field is always blank). If I set the join to be equal to then it only shows me the ITEMNUM fields that have a corresponding record in TABLE2.
I am running CR 7.0.