With and Without a Supplier that is filterable

The tables and joins

This is not what you asked about, but I thought I'd explain since there is some wacky stuff here.

image

Joining PartBin to Warehouse:
image

Joining Warehouse to PartPlant
image

Criteria on PartPlant
image

Parameter

The magic

This is how I do filters. I make a calculated field - typically named this obvious - and do all the logic in it.

All of that was in a SubQuery.

Then I make a top-level query that filters by my calculated column.

image

1 Like