I am trying to create a view where I have the same taxonomy term for a node and profile to link the two together. Here is what I did:
I created a profile with a taxonomy(Current Company) with a value of: company1
I create a node with a taxonomy(Current Company) with a value of: company1
I created a user view and created a relationship to see all content. This works but I tried to create a filter where the logged in user profile (company1) = the value of the node taxonomy (company1).
So basically since the logged in user belongs to company1 he only see content related to company1.
I have been trying different combinations and cannot get this to work, I know it has to be possible.
Thanks