Hi, i created several databases with specific data for each one, but with relations between the different databases.
Now i want my main database to be able to display the data in the other databases, with nested relations between them...
I can do it with the backlink entry of course, and then display any field of the other database, but what if another field of this database is linked to another database and etc...
I can't use the entry details option from a entry details field.
for example :
Table 1 : fields A, B, C
Table 2 : fields A, Y, Z (entry link with table 1 on field A)
Table 3 : fields T, S, Z (entry link with table 2 on field Z)
I can display Z in the table 1 using the entry backlink on field A
I can also display S in the table 2 using the entry backlink on field Z
But how can i display the field S in table 1 ?