Create a Filter in the quantity by location table to select only the "WA" locations. Typically:
Code:
TRIM({Loc}) = "MD"

which selects all the "MD" location records in the sample data. You'd replace "MD" with "WA".
_________________________
Andrew Bates