Hi,
I am trying to create a table that will show me which vendors operate in two different markets one of them being Spain. Some of vendors will be listed more then once in the market thus making the pull function a bit difficult to use I believe.
Not sure where to go from here but Ive been trying different codes with no luck.
Case when Cases.VendorName = Cases.VendorName AND WHEN Cases.LocalMarket = Spain AND Cases.LocalMarket = % THEN Cases.VendorName ELSE NULL END
Please let me know.
Anna
If it doesnt please reply with a screenshot of a table containing Cases.LocalMarket so that I can have a look at the structure.