I have multiple profile types. In this scenario, one is collecting a first name, and another is collecting a photo, and position. I tried to create a table for a staff list with the following settings

but it separates the profile types onto separate lines, so that a person's name is on a separate line from their photo and position.

The photo on top is Kelly, and the photo on bottom is Connie. How can I get all of the information to show on the same line?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Shieeet’s picture

Did you solve the issue?

bjlewis2’s picture

haven't figured anything out yet. no.

joachim’s picture

Status: Active » Fixed

Make your view list users. Add two relationships, one to each profile type.

PS. could either of you please consider adding this to the documentation pages for this module, it comes up really frequently!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rhlb91’s picture

hi i have the same issue .
can anybody explain me with example ,how to do this.very important

rhlb91’s picture

rhlb91’s picture

can anyone explain with example

Shieeet’s picture

One comment will suffice.

1. Create a new view based listing users.

2. Expand Advanced and click Add under Relationships. Select User: Profile.

3. This step is optional. I chose to limit the results to users with the desired profile type.

4. Add fields as normal. Note the selected relationship.

rhlb91’s picture

thanks a lot shieeet