Cliff
The join to the PartBin Table has to be a left outer join so that
every entry in the part table is included. Then a calculation is
needed like BinCheck ["iif(PartBin = "", 1,0)]. Then filter for
BinCheck = 1. If you filter on anything in the PartBin table the
outer join closes to an inner join because only records that exist in
both tables can meet any filter requirements.
HTH
Russ Dover
IS Manager
Weaver Industries, Inc.
717 336 7507 phone
717 336 4182 fax
rdover@...
www.weaverind.com
The join to the PartBin Table has to be a left outer join so that
every entry in the part table is included. Then a calculation is
needed like BinCheck ["iif(PartBin = "", 1,0)]. Then filter for
BinCheck = 1. If you filter on anything in the PartBin table the
outer join closes to an inner join because only records that exist in
both tables can meet any filter requirements.
HTH
Russ Dover
> Hey AllRuss Dover
>
> I'm trying to make a report in Report Builder to show me parts
> that
> don't have a warehouse or bin .
>
> Master table = Part
> Joins : Part to Partdtl
> Part to PartBin
>
> It will give me a great report for every part in the system. I'm
> trying to filter unsuccessfully for parts where it is blank.
> Can somebody tell me the syntax for my filter ??
>
> Cliff Drumeller
> Information Technology Manager
> Mass Precision Sheetmetal
> 408 954-0200 ex 217
> Vantage 4.0
>
IS Manager
Weaver Industries, Inc.
717 336 7507 phone
717 336 4182 fax
rdover@...
www.weaverind.com