Newbies michael.j.trudel Posted August 3, 2011 Newbies Posted August 3, 2011 Here is what I am doing from an excel spreadsheet Record 1 Program XXX Staffing Requirements Jan Feb Marc Apr May June Jul Aug Sep Oct Nov Dec 1.2 1.2 1.2 1.2 1,0 1,1 1,1 .9 .9 .9 .8 .7 Staffing .7 .4 .5 .5 .9 .8 .9 .5 .5 .5 .6 .5 Employee 111 .5 .8 .7 .7 .1 1.1 .2 .4 .4 .4 .2 .2 Employee 222 So it adds up to the requirements. I then want to pull an employee report that shows all the programs and total hours they are needed for. Woudl also like to pull program reports Can somebody get me started?
bcooney Posted August 3, 2011 Posted August 3, 2011 Well, you'd need a Programs table and a Staff table. StaffReq values would be stored in a child table to Programs "StaffReq", a record for each month. Between the Program and Staff tables you'd need a join table for Assignments (StaffID, ProgramID, value). PS Are you actually a FM10 certified developer? Perhaps not, and if not, please delete this from your profile.
Recommended Posts
This topic is 5116 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now