Managing and reporting linked table (Pod) data
-
In a typical relational database with many to many relationships, I would handle these using a “link table”. But how do I achieve this with Pods?
As an example I have three tables (Pods):
Person
Places
AppointmentsThe Appointments table contain four fields: link to Person (1-many), link to Places (1-many), start_date, end_date
Now my issue is when I want to build some list reports or queries I want to be able to show
Person, Place, start_date, end_date
So I am linking into the Appointments Pod and onto the Place Pod picking up the start and end dates on the way.
There are probably other examples where the relationship carries information. If there is a worked example or demo of Pods doing this I would be very grateful.
Thanks.
- The topic ‘Managing and reporting linked table (Pod) data’ is closed to new replies.