We have a __single source__ with data (in table form) looking something like this:
Name | Position | Department
-----+----------+-----------
John Whatever 5
Jack Boss 5
Jane Particular 5
Multiple departments. Each department has one Boss.
How to write a search to find out Names of bosses of everybody with a position of Particular?
↧