Hello!
I’m very new to Metabase — so, apologies if this answer is easily accessible elsewhere.
I’ve connected two tables via a full outer join. Table 1 is “Projects”, Table 2 is “Tasks”.
Each record in Projects has a handful of associated records in Tasks, and this is how the tables are joined: [Projects.ID] matching [Tasks.ProjectID].
There are various dates associated with each record in Tasks (e.g., [Workability Date], [Start Date], [End Date]).
What I’d like to do is surface these dates within the associated Project record. So, for example, I’d like to see the following within one record/row:
[Task 1: Start Date], [Task 1: End Date], [Task 2: Start Date], [Task 2: End Date], and so on.
What’s the best way to do this?
Please let me know if I may clarify any of the above or provide additional info. Thank you for your help!