M
MJatAflac
I have a query where I am trying to pull the Project Number, The Resource
Role and the Actual Hours worked for the month.
I have seven roles that I track and I want each of them to appear in the
results whether there are hours applied or not.
I would think this would be as simple as using a Left Join between my
Tracked Roles table and my actual hours table but that doesn't work because
all of the role groups appear "somewhere" in the table.
I'm shooting for something like this:
Project1 Role1 Actuals or 0
Project1 Role2 Actuals or 0
Project1 Role3 Actuals or 0
Project1 Role4 Actuals or 0
Project1 Role5 Actuals or 0
Project1 Role6 Actuals or 0
Project1 Role7 Actuals or 0
Project2 Role1 Actuals or 0
Project2 Role2 Actuals or 0
Project2 Role3 Actuals or 0
Project2 Role4 Actuals or 0
Project2 Role5 Actuals or 0
Project2 Role6 Actuals or 0
Project2 Role7 Actuals or 0
Any help is, as always, greatly appreciated...
Role and the Actual Hours worked for the month.
I have seven roles that I track and I want each of them to appear in the
results whether there are hours applied or not.
I would think this would be as simple as using a Left Join between my
Tracked Roles table and my actual hours table but that doesn't work because
all of the role groups appear "somewhere" in the table.
I'm shooting for something like this:
Project1 Role1 Actuals or 0
Project1 Role2 Actuals or 0
Project1 Role3 Actuals or 0
Project1 Role4 Actuals or 0
Project1 Role5 Actuals or 0
Project1 Role6 Actuals or 0
Project1 Role7 Actuals or 0
Project2 Role1 Actuals or 0
Project2 Role2 Actuals or 0
Project2 Role3 Actuals or 0
Project2 Role4 Actuals or 0
Project2 Role5 Actuals or 0
Project2 Role6 Actuals or 0
Project2 Role7 Actuals or 0
Any help is, as always, greatly appreciated...