Hi!
Is it possible to use two columns for a n to n relation?
Example:
Table: Person(firstname, lastname)
Now for my n to n relation field I want to select "John Doe" not just "John" or "Doe"...
Thank you.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 01 January 2016 - 20:08 PM
Hi!
Is it possible to use two columns for a n to n relation?
Example:
Table: Person(firstname, lastname)
Now for my n to n relation field I want to select "John Doe" not just "John" or "Doe"...
Thank you.
Posted 06 January 2016 - 02:39 AM
you can use "{first_name} {last_name}" as title in the relation setting.
Happy GCing :)