Wayne,
This is a very quick and easy report in report builder with vendor and
vendor group. Join is left outer and use "company" and "group code". The
ones without group description will appear with a ?
Jim Frice
This is a very quick and easy report in report builder with vendor and
vendor group. Join is left outer and use "company" and "group code". The
ones without group description will appear with a ?
Jim Frice
> -----Original Message-----
> From: Wayne Cox [mailto:wmc@...]
> Sent: Wednesday, September 13, 2000 3:15 PM
> To: vantage@egroups.com
> Subject: [Vantage] Export utility - left outer join ???
> Hmm, been spending a bunch of time messing with the export utility this
> afternoon, and just fired up email after a couple hours. Looks like
> someone else is having the same struggle today :)
>
> I'm having decent luck making simple exports work. But doing joins is
> giving me headaches. I want to dump all vendors, along with their
> GroupCode and VendGrup.Description. Some Vendors don't have a group code
> (that's where the trouble starts)
>
> for each Vendor Where Vendor.Company = cur-comp no-lock,
> each vendgrup of vendor:
>
> Behaves like an Inner Join and DOES NOT export the Vendors with a null
> GroupCode.
>
> Other stuff I tried generated run time errors, or duplicated vendors X
> every VendGrup, and other useless stuff.
>
> Can anyone tell me how to make it behave like a Left Outer Join ?
>
>
> Thanks, -Wayne Cox
>
> PS... just to make things more aggravating, Vantage leaves the export
> file locked sometimes, so you have to rename it with each try. arrgh!
>
>