I have job nodes, that relate to organizations. I want a sidebar block that will display other jobs that are related to the same organization.
I have tried a lot of different permutation of contextual filters and relationships, but so far I have not been successful.
I can only get the nid of the current node via a contextual filter, but that filters the content directly. I need just to get the referenced organization node, and then filter the view by that reference, but I can't seem to make it work.
(This question is for Drupal 7 with entity reference. The same question for Drupal 6 is here).