Related tables – show multiple values in form-field
-
I’m using Advanced Content Types with custom tables:
BOOKS
PERSONS
ROLESOne “book” can have several “persons” with each a “role” (like author or illustrator etc). Also, one person can have several roles.
I made an extra LINK_TABLE that holds the combination of person->role. It has 2 relation-fields: one to the PERSONS table and one to the ROLES table.
Finally, in the BOOKS table I added a relation-field to the LINK_TABLE.
All is good, except for one thing: when adding a book, the form holding the relation-field to the LINK_TABLE only shows the name of the person, therefore I do not know what the combination of person->role is that I am selecting (as one person can hold multiple roles).
Is there a way to show two (concatenated) values in that relation-field, so that the combination person->role becomes clear? Or should I approach this matter in a different way?
Thanks!
- The topic ‘Related tables – show multiple values in form-field’ is closed to new replies.