More than one left outer join in Crystal 2011

I'm needing to use two left outer joins in a report that use 7 different tables. I get an error when I do make 2 left outer joins.

Both IM_AliasItem and IM_ItemVendor tables will have blanks so I need all my Item codes and whatever the other two tables have empty or not.

                     left outer join / IM_AliasItem  /  AliasItemNo & Type

CI_Item  /  Item Code (in a group)

                     left outer join  /  IM_ItemVendor  /  VendorAliasItemNo

Parents Reply
  • 0 in reply to Kevin M

    That works sort of, the problem is I have the Variable Formula in the main report and its only returning 1 thing and its the last record. So if it should have no records, it will return the last data from the previous Item Code. And its only returning 1 item and my AliasItemNo has several including V vendor and G types.

Children