Hi,
I have 3 tables:
Projects
Projects - Activity (which is connected to the Projects table, many Activities connects with one Project)
Cases (not connected to any of the above tables)
I would like to view data from all three tables in a single Reports view (line chart).
So I have created a new table called Dashboard, where I have made a connection from all three tables to the dashboard table.
What would best practice be to get information from various fields, from the three tables in to the Dashboard table?
- Create a lot of fields in the Dashboard table and create a lot a of Record Actions that inserts/updates connected records in to the Dashboard table?
- Create a lot of Text Formulas fields in the Dashboard table that refers to various fields in the three tables and create one insert/updated connected record rule so Cases, Projects or Project - Activities can be mapped to Dashboard table?