Hi Coda community!
I think I might run in circles with this issue.
there is table “Schools”. It contains Names, Adresses, other data
there is table “timetables”. It contains many rows with timetabledata (columns like School, time, subject, number of pupils). The column School is connected with table “Schools” and pulls the data from there.
so basically you make an entry in the schools-table first where you specify all the school’s details and then choose the name of the school in the table “timetables”.
I have several other tables with information connected to schools like contacts.
Now I need one page where I want to choose one school and it needs to show all of the connected content.
I need this for planning of school events.
here my struggle begins. I managed to make a relation based on one column in “timetable” and activate a filter : thisRow.columnschool.Matches([relation 1])
Relation1 is based on the table Schools.
now I am able to choose a school in the relationtab and it shows all of the connected view of timetable.
I tried the same filter with the specififations adapted for this table but it did show nothing when activated.
I do not want to have one relation for every table, I want to choose one time and then see all the different tables which are connected to this school.
how can I fix this? I would be very glad for any support.
Thanks!
I am not able to do the same for the table “schools” itself