I have a single field/column in a spreadsheet data source of classes taken that contains a “list” of comma separated employee numbers that represent the attendees. I need to “join” this field to another table that contains employee numbers and has their names and other info. The end result is I need to be able to display a table that has a row for either each class showing the names of the attendees in a column, or each person and the classes they have taken. I can get the table to display, but any row in the class table that more than one employee number in the “list” of attendees comes up “Null” because it can’t sort out that there are multiple results in the single column.
How can I do this in Looker Studio?