Hello all,

I'm a Drupal newbie, but trying to get my sea legs under me with CCK and Views on a new project. I just can't quite get this relationship to work in views.

Here is what I'm trying to do:

I have a content types:

  • For companies - this has the name of a company and address.
  • For Users who might be a member of a company using Content Profiles. I have a CCK node reference field here for the Company content type

So far I have a view that filters by Node Type: Company and I have attempted to add a relationship to list all the users who are associated with that Company, but when I relate it to my Content Profile Node, select the right node type, I get a blank field.

Could anyone offer me some guidance here on how to get my desired outcome. I don't want to have to use a node reference field in the Company content type that relates to users as for my setup that would be cumbersome for users.

Thanks!