Greetings,
First of all, I want to say that Xataface is awesome! It's very flexible and provides so many options for customization. Bravo!
Now the question: I have a many-to-many relationships between two tables (person and assignment) and an associative table to store the relationship (person_assignment). Here is the simified table structure:
person(pid, firstname, lastname)
assignment(aid, description)
person_assignment(pid,aid)
I defined the relationship in my assignment folder using SQL and the relationship tab works fine.
In the details>edit tab, I use checkbox to allow users to assign the current assignment to multiple people. Currently, the field value for the checkbox is the person's first name. Is it possible to have a concat field value, such as concat(lname, " ", fname)?
Thanks!
Lena