Drupal 8... I have a content type, "webinar". Within it is an entity reference field, "speaker(s)". This second entity contains 3 fields: Name, title, company.
I've created a view to pull all webinars. Within each, I want to list the attached speakers. Like so:
Webinar 1... Speaker(s):
Name1, title1, company1
Name2, title2, company2
Webinar 2... Speaker(s):
Name2, title2, company2
Name3, title3, company3
Instead, I get something like this: