Reporting on multiple type-ahead fields
We're trying to create an issue report that allows us to select multiple people at the same time as participants in a meeting. Within this report we want to create a bar chart that shows how many meetings each individual goes to.
The problem is we're unable to make each selection unique.
Checkboxes: If we use checkboxes and have multiple items selected it creates a whole new item instead of a separate item for each selection. For example, if we select A and B the report shows 1 unique item "AB" not 1 unique item for A and 1 unique item for B. Is there a way around this?
Typeahead Fields: We thought we could use typeahead fields to get one unique item for each individual. Unfortunately, you can't have more than one user in a single typeahead field. So, we thought we could create two fields and combine them into one Calculated field using text mode. Have this so far for the field IF({DE:Listen-in Participants} = "Aaron Payne", "Aaron Payne") but that's only taking one type-ahead field into account. Would we have to create one really long IF statement to account for both typeahead fields and all the different iterations or is there an easier way?
Anyone else run up against this and have a solution? Thanks.