JeremyLahners
3 years agoQrew Cadet
Querying from many-to-many table to populate field value
I have a many-to-many relationship of employees to campaigns. Each employee can serve one of three roles within a campaign. In my scenario I will only ever have one employee serving each role. Tabl...
- 3 years agoThe combined text summary field only works on field types of text. Your employee name field is actually a user field.
So just make a text Formula Field called [Employee Name (text)] with the following formula
UserToName([Employee Name])
and summarize that field.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------