AhmedGul
8 months agoQrew Member
Create a Dashboard from Multiple Reports with Similar Fields
Hello,
For context: I have 3 separate tables to manage research study data. Let's call them Study 1, Study 2, and Study 3. Each study has follow-up visits at different designated Timepoints. Some Timepoints has a ± 7-day window, and other Timepoints have a ± 14-day window for when the visit can take place. For example:
Study 1, Patient Timepoints
Patient ID | Start Date | 1-Month Window | 3-Month Window |
001 | 01/01/2024 | 01/24 - 02/07 | 03/25 - 04/08 |
002 | 02/01/2024 | 02/23 - 03/07 | 04/24 - 05/08 |
003 | 03/01/2024 | 03/24 - 04/07 | 05/25 - 06/08 |
I have fields in each table to calculate each of the Timepoint Start and End Dates based on the patient's start date (1M Start Date, 1M End Date; 3M Start Date, 3M End Date; etc.). I then combined each timepoint's start date + end date into one field to minimize the number of fields in my report (1M Window).
Lastly, I added a formula-text field that returns the Current Timepoint each patient is in, example: 1-Month Visit, 3-Month Visit (when the patient is within a timepoint); or 1-Month Upcoming, 3-Month Upcoming (when the patient is in between timepoints). This allowed me to create a custom report within each Trial/Table filtered for just the patients who are active within a timepoint.
I am trying to figure out how to consolidate the custom reports into one dashboard. The problem is, although each trial has identical field names, the fields are calculated differently due to different timepoints and different windows. Any ideas of how I can create a dashboard/report to show all active patients and their windows across all trials?