I have two SharePoint lists (only minimal columns described below for brevity).
The first has two columns, a text column called Name, and a person/group column called head of service.
The second has two columns, a lookup column called Service (which looks up from List1), and a text column called Value.
I would like to be able to create a view for the second list so it shows only the rows created by the current user AND any rows that the current user is Head of Service for - i.e. by looking at the relationship between the two tables and comparing the current user to the HeadOfService column in the first table.
I'm running in the Office365 SharePoint 2013 environment.