Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have two tables - one contains the current values of a table of projects and the second is an audit table which contains an entry each time a field is change.
Based on these two tables, I need to be able to answer the following types of questions:
Help please!
Thanks,
A
T1_Current_Project_Table | ||||||
Project | Project Name | Project Manager | Start Date | Finish Date | Stage | Created |
P1 | Alpha | Freddy | 01/01/2013 | 26/04/2014 | Initiate | 01/12/2012 |
P2 | Bravo | Eoin | 02/01/2013 | 27/04/2014 | Plan | 02/12/2012 |
P3 | Charlie | Daisy | 03/01/2013 | 28/04/2014 | Execute | 03/12/2012 |
P4 | Delta | Charlie | 04/01/2013 | 29/04/2014 | Design | 04/12/2012 |
P5 | Echo | Betty | 05/01/2013 | 30/04/2014 | Test | 05/12/2012 |
P6 | Foxtrot | Adam | 06/01/2013 | 01/05/2014 | Initiate | 06/12/2012 |
T2_Project_Table_Audit | |||||
Column Changed | Changed By | Changed On | Project | Old Value | New Value |
Project Manager | A.N. Other | 19/01/2013 03:14 | P3 | Dora | Daisy |
Stage | Joe | 01/02/2013 08:17 | P4 | Initiate | Plan |
Stage | Joe | 10/04/2013 08:17 | P4 | Plan | Execute |
Nice, that's the power of set analysis! Kudos.