Hello everybody,
Im new to j-cook and im not an experienced webdeveloper, so maybe my question seems to be a bit stupid, but i cant figure out how to link to a foreign table in "item-view".
Let me explain:
Im just working on a small kind of calender component.
So far there are only 2 related tables. Table one with some data like "name, location, kindof ...."
Table2 only addresses.
I combined those tables via foreign key. Works good.
In the gridlayout i linked for example "names" to addresses in order to show the item-view = address.
This works aswell.
But in the item-view i want to link one field to addresses too. But all it shows me is a blank item- view, instead of the related address.
I guess this is very simple to solve, but im lost at the moment.
Thanks for any help