After 35 years of marriage with Filemaker we filed for divorce and i found myself a new friend.
She is a bit unwilling
She doesn’t seem to understand the most simple things I want
Making a relationship between two fields, which in my old marriage was a case of drag and drop.
I see explained how to make a link from a NEW field, but how to do this from existing tables and fields?
If the relation already exists between tables on that database - we automatically identify the relation. If not I’ve created an issue to make things happens between us
PS : we did discuss this problem just yesterday internally.
Does the relationship between these table already exists ?
How does your table look like - giving two options below
country (id, title) and city (id, title, country_id)
country (id, title) and city (id, title)
If its like option 2. You go to country table and create a new column of type ‘links’ and choose has-many as the relationship type. It will automatically create the country_id in the city table.
If its option 1 : then the newly created issue that I pointed needs to be implemented within NocoDB.
There are four tables in the DB.
There is no relation yet. But the tables are already filled with data
I am trying to make a “one to many” relation between 2 existing fields in existing tables
Sorry then - as mentioned above its currently not possible. As a work around - you can create the foreign key relationship between those four tables on the actual database. And do a metadata sync - that should work.