Forum Discussion
data relationships
Can you please share what your data looks like. Maybe a sample might help
- Anonymous8 years agoNot applicable
The "Actual Work" column in the first photo is the same amount of hours as the "Total Work" column in the second photo (with the employee data)
- Anonymous8 years agoNot applicable
We cannot derive that as the current table design has no relationship between these 2 tables and there is no way to find how many hrs Sam spend his effort in each phase AND who contributed for the 12 hrs meeting. The design needs to be changed, to have the relationship and break up to find the above details.
Thanks
Raj
- Anonymous8 years agoNot applicable
Do you have a suggestion on how to do that?
- Anonymous8 years agoNot applicable
the Employee Table should have the break up of hrs spent for the phase/ per employee. You should include a new column Phase in the Emp table. Then you can make the relationship between these 2 tables basaed on the "Phase" column .
Thanks
Raj