Hi
I have a contact entity that has a N:N relationship with a qualifications entity. I am trying to create a field in the contact entity that will store rollup/concatenate all qualification names attached to the contact and puts them in a string field. Is this possible?
I was thinking a rollup field could do it but believe that reserved only for numeric fields and only works on 1:N relationships.
Is there a way to achieve this?