SlideShare uma empresa Scribd logo
1 de 25
2009G4 Team1 SetFocus Team presentation
Table of Contents Team Members……………………………………………………………………………………………………..………..…3 Introduction……………………………………………………………………………………………………………………...4 Business Problem  …………………………………………………………..………………………………………..5 Categories & Sub-Categories……………………………………………..…………………………………… ..6     SSIS for Data warehouse Database Diagram……………………………………………………………………………………………………..7 SSIS Import………………………………………………………………………………………………………………..8 SSAS Analysis Services SSAS OLAP Cube.……………………………………………………………………………………………………….9 KPI’s Created…………………………………………………………………………………………………………….10 Dimension's Used……………………………………….……………………………………………………….…..11 Browser verification of data in Cube…………………………………………………………………………12 SSRS Report 1……(Track & Session Drill Down).………………………………………………………………..18 Report 2…..(Primary Session Dashboard)…………………………………………………………………19 Report 3…..(Session by Course)……………………………………………………………………………….20 Report 4…..(Detailed Evaluation Report)………………………………………………………………….22 Report 5……(Trainer  vs Overall)……………………………………………………………………………….23 Report 6  Instructor Date Range with drill Down ………………………………………………………24
Team Members	 Marvin Long, Team Leader Roderick Lee Leopoldo Rollins Elmer Donavan
Introduction Background Information  	In business since 1997, SetFocus is the global leader in selecting, training, placing, and supporting Microsoft professionals worldwide. Through strategic relationships, SetFocus develops programs that directly source skilled professionals to meet the immediate hiring needs of its partners.  A Microsoft Gold Certified Partner for Learning Solutions, SetFocus utilizes a unique combination of services to help organizations grow allowing them to meet marketplace opportunities with speed and agility. SetFocus has won semi-finalist awards for both the 2001 Ernst & Young Entrepreneur of the Year as well as the 2004 New Jersey Family Business of the Year.
Business Problem Business Problem 	The organization maintains assets in the areas of recruiting, training and staffing which support the main revenue stream in the Masters Program. This is a multi-week training program that focuses on a specific technology platform and seeks to transfer a level of competence that will allow the student to gain entrance to the associated marketplace with these new skills.  	After each course week, an administrator uses a windows application to generate evaluations that are sent to the students via email. Students fill out the evaluations and submit them using a web based application. The data generated by the evaluations is tracked and used to tune and improve performance in an array of areas. The main categories that are evaluated are lecture week, project week, room rental, and career development. Some of the areas that are evaluated within the main categories are instructor performance, course materials, curriculum, infrastructure, and support. A grading scale is used and a cumulative grade is given for each specific area per class session.
Categories & Sub-Categories 	The primary categories currently used are: 		Lecture Week 		Lab Week 		Final Evaluation 	And the subcategories include: 		Trainer 		Support 		Materials 		Curriculum 		Infrastructure/grid
Database Diagram Relational Staging database
DDL Sample Code create table "FactEvalReceived" (  	"EvalReceivedPK" int identity(1,1) not null, 	"SentDateFK" int not null, 	"SessionTrackCourseFK" int not null, 	"InstructorFK" int not null, 	"EvalFK" int not null, 	"Sent" int null, 	"Received" int null)   go alter table "FactEvalReceived" 	add constraint "FactEvalReceived_PK" primary key ("EvalReceivedPK")    go create table "FactScore" (  	"ScorePK" int identity(1,1) not null, 	"SentDateFK" int not null, 	"QuestionFK" int not null, 	"EvalFK" int not null, 	"SessionTrackCourseFK" int not null, 	"InstructorFK" int not null,          --Visio database script sample 	"CommentFK" int not null, 	"Score" float null)  go alter table "FactScore" 	add constraint "FactScore_PK" primary key ("ScorePK")
SSIS Import Package Master SSIS package to load staging area
Data Flow FactScore 1 Start of fact table load process
Data Flow FactScore 2 Look-ups and validations part of Fact table process
Data Flow FactScore 3 Process invalid/valid Score table records
Data Flow FactScore 4 Completion of fact table processing
SSAS OLAP Cube OLAP Cube with Fact table and Dimensions
KPI’s Created KPI’s required for scorecard and reports
Dimensions Used Dimensions and facts as loaded in cube
Browser verification of data in Cube Validation of data loaded in cube
Track Session Drilldown SSRS report with drill down
Primary Dashboard Dashboard for evaluations sent out and average score
Score by Course with cascading parameter Cascading parameters on report
Scores by Course taught Sample line chart
Detailed Evaluation Report Table Grid with Sub-reports
Trainer vs. Overall Line chart with markers
Instructor Date Range Chart Analytic chart with data drill down enabled
Instructor Date Range Drill Down Drill down report as enabled from analytic chart parameters passed in

Mais conteúdo relacionado

Semelhante a 2009 G4 Team1 Set Focus Rev2

Business Intelligence Portfolio
Business Intelligence PortfolioBusiness Intelligence Portfolio
Business Intelligence PortfolioDoug Armantrout
 
LeSS Like Adoption @ SAP
LeSS Like Adoption @ SAPLeSS Like Adoption @ SAP
LeSS Like Adoption @ SAPRobert Briese
 
Rodney Matejek Portfolio
Rodney Matejek PortfolioRodney Matejek Portfolio
Rodney Matejek Portfoliormatejek
 
Master guide-ehp6for erp6.0-ehp3fornw7.0
Master guide-ehp6for erp6.0-ehp3fornw7.0Master guide-ehp6for erp6.0-ehp3fornw7.0
Master guide-ehp6for erp6.0-ehp3fornw7.0Adnan Khalid
 
DAT 390 Education Specialist |tutorialrank.com
 DAT 390 Education Specialist |tutorialrank.com DAT 390 Education Specialist |tutorialrank.com
DAT 390 Education Specialist |tutorialrank.comladworkspaces
 
Modifying infor erp_syte_line_5140
Modifying infor erp_syte_line_5140Modifying infor erp_syte_line_5140
Modifying infor erp_syte_line_5140rajesh_rolta
 
salesforce_apex_developer_guide
salesforce_apex_developer_guidesalesforce_apex_developer_guide
salesforce_apex_developer_guideBrindaTPatil
 
Gerry Hughes Bi Portfolio
Gerry Hughes Bi PortfolioGerry Hughes Bi Portfolio
Gerry Hughes Bi Portfoliophilistineking
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagarsammykb
 
2013HT12504-Dissertation Report
2013HT12504-Dissertation Report2013HT12504-Dissertation Report
2013HT12504-Dissertation ReportSri Kumaran
 
Susan windsor soft test 16th november 2005
Susan windsor soft test   16th november 2005Susan windsor soft test   16th november 2005
Susan windsor soft test 16th november 2005David O'Dowd
 
Admin Guiding Query Plans
Admin Guiding Query PlansAdmin Guiding Query Plans
Admin Guiding Query Plansrsnarayanan
 
Business Intelligence Dev. Portfolio
Business Intelligence Dev. PortfolioBusiness Intelligence Dev. Portfolio
Business Intelligence Dev. PortfolioVincent Gaines
 
DBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_SolutionDBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_SolutionSyed Zaid Irshad
 
The ultimate-guide-to-sql
The ultimate-guide-to-sqlThe ultimate-guide-to-sql
The ultimate-guide-to-sqlMcNamaraChiwaye
 
MTLM Visual Studio 2010 ALM workshop
MTLM Visual Studio 2010 ALM workshopMTLM Visual Studio 2010 ALM workshop
MTLM Visual Studio 2010 ALM workshopClemens Reijnen
 

Semelhante a 2009 G4 Team1 Set Focus Rev2 (20)

Business Intelligence Portfolio
Business Intelligence PortfolioBusiness Intelligence Portfolio
Business Intelligence Portfolio
 
LeSS Like Adoption @ SAP
LeSS Like Adoption @ SAPLeSS Like Adoption @ SAP
LeSS Like Adoption @ SAP
 
Rodney Matejek Portfolio
Rodney Matejek PortfolioRodney Matejek Portfolio
Rodney Matejek Portfolio
 
Master guide-ehp6for erp6.0-ehp3fornw7.0
Master guide-ehp6for erp6.0-ehp3fornw7.0Master guide-ehp6for erp6.0-ehp3fornw7.0
Master guide-ehp6for erp6.0-ehp3fornw7.0
 
DAT 390 Education Specialist |tutorialrank.com
 DAT 390 Education Specialist |tutorialrank.com DAT 390 Education Specialist |tutorialrank.com
DAT 390 Education Specialist |tutorialrank.com
 
Modifying infor erp_syte_line_5140
Modifying infor erp_syte_line_5140Modifying infor erp_syte_line_5140
Modifying infor erp_syte_line_5140
 
Whats new
Whats newWhats new
Whats new
 
DDS_UI_WFs_13012022.pptx
DDS_UI_WFs_13012022.pptxDDS_UI_WFs_13012022.pptx
DDS_UI_WFs_13012022.pptx
 
salesforce_apex_developer_guide
salesforce_apex_developer_guidesalesforce_apex_developer_guide
salesforce_apex_developer_guide
 
Achievement Archive
Achievement ArchiveAchievement Archive
Achievement Archive
 
Gerry Hughes Bi Portfolio
Gerry Hughes Bi PortfolioGerry Hughes Bi Portfolio
Gerry Hughes Bi Portfolio
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagar
 
2013HT12504-Dissertation Report
2013HT12504-Dissertation Report2013HT12504-Dissertation Report
2013HT12504-Dissertation Report
 
Susan windsor soft test 16th november 2005
Susan windsor soft test   16th november 2005Susan windsor soft test   16th november 2005
Susan windsor soft test 16th november 2005
 
Admin Guiding Query Plans
Admin Guiding Query PlansAdmin Guiding Query Plans
Admin Guiding Query Plans
 
Business Intelligence Dev. Portfolio
Business Intelligence Dev. PortfolioBusiness Intelligence Dev. Portfolio
Business Intelligence Dev. Portfolio
 
DBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_SolutionDBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_Solution
 
The ultimate-guide-to-sql
The ultimate-guide-to-sqlThe ultimate-guide-to-sql
The ultimate-guide-to-sql
 
pgupta17
pgupta17pgupta17
pgupta17
 
MTLM Visual Studio 2010 ALM workshop
MTLM Visual Studio 2010 ALM workshopMTLM Visual Studio 2010 ALM workshop
MTLM Visual Studio 2010 ALM workshop
 

2009 G4 Team1 Set Focus Rev2

  • 1. 2009G4 Team1 SetFocus Team presentation
  • 2. Table of Contents Team Members……………………………………………………………………………………………………..………..…3 Introduction……………………………………………………………………………………………………………………...4 Business Problem …………………………………………………………..………………………………………..5 Categories & Sub-Categories……………………………………………..…………………………………… ..6 SSIS for Data warehouse Database Diagram……………………………………………………………………………………………………..7 SSIS Import………………………………………………………………………………………………………………..8 SSAS Analysis Services SSAS OLAP Cube.……………………………………………………………………………………………………….9 KPI’s Created…………………………………………………………………………………………………………….10 Dimension's Used……………………………………….……………………………………………………….…..11 Browser verification of data in Cube…………………………………………………………………………12 SSRS Report 1……(Track & Session Drill Down).………………………………………………………………..18 Report 2…..(Primary Session Dashboard)…………………………………………………………………19 Report 3…..(Session by Course)……………………………………………………………………………….20 Report 4…..(Detailed Evaluation Report)………………………………………………………………….22 Report 5……(Trainer vs Overall)……………………………………………………………………………….23 Report 6 Instructor Date Range with drill Down ………………………………………………………24
  • 3. Team Members Marvin Long, Team Leader Roderick Lee Leopoldo Rollins Elmer Donavan
  • 4. Introduction Background Information In business since 1997, SetFocus is the global leader in selecting, training, placing, and supporting Microsoft professionals worldwide. Through strategic relationships, SetFocus develops programs that directly source skilled professionals to meet the immediate hiring needs of its partners. A Microsoft Gold Certified Partner for Learning Solutions, SetFocus utilizes a unique combination of services to help organizations grow allowing them to meet marketplace opportunities with speed and agility. SetFocus has won semi-finalist awards for both the 2001 Ernst & Young Entrepreneur of the Year as well as the 2004 New Jersey Family Business of the Year.
  • 5. Business Problem Business Problem The organization maintains assets in the areas of recruiting, training and staffing which support the main revenue stream in the Masters Program. This is a multi-week training program that focuses on a specific technology platform and seeks to transfer a level of competence that will allow the student to gain entrance to the associated marketplace with these new skills. After each course week, an administrator uses a windows application to generate evaluations that are sent to the students via email. Students fill out the evaluations and submit them using a web based application. The data generated by the evaluations is tracked and used to tune and improve performance in an array of areas. The main categories that are evaluated are lecture week, project week, room rental, and career development. Some of the areas that are evaluated within the main categories are instructor performance, course materials, curriculum, infrastructure, and support. A grading scale is used and a cumulative grade is given for each specific area per class session.
  • 6. Categories & Sub-Categories The primary categories currently used are: Lecture Week Lab Week Final Evaluation And the subcategories include: Trainer Support Materials Curriculum Infrastructure/grid
  • 7. Database Diagram Relational Staging database
  • 8. DDL Sample Code create table "FactEvalReceived" ( "EvalReceivedPK" int identity(1,1) not null, "SentDateFK" int not null, "SessionTrackCourseFK" int not null, "InstructorFK" int not null, "EvalFK" int not null, "Sent" int null, "Received" int null) go alter table "FactEvalReceived" add constraint "FactEvalReceived_PK" primary key ("EvalReceivedPK") go create table "FactScore" ( "ScorePK" int identity(1,1) not null, "SentDateFK" int not null, "QuestionFK" int not null, "EvalFK" int not null, "SessionTrackCourseFK" int not null, "InstructorFK" int not null, --Visio database script sample "CommentFK" int not null, "Score" float null) go alter table "FactScore" add constraint "FactScore_PK" primary key ("ScorePK")
  • 9. SSIS Import Package Master SSIS package to load staging area
  • 10. Data Flow FactScore 1 Start of fact table load process
  • 11. Data Flow FactScore 2 Look-ups and validations part of Fact table process
  • 12. Data Flow FactScore 3 Process invalid/valid Score table records
  • 13. Data Flow FactScore 4 Completion of fact table processing
  • 14. SSAS OLAP Cube OLAP Cube with Fact table and Dimensions
  • 15. KPI’s Created KPI’s required for scorecard and reports
  • 16. Dimensions Used Dimensions and facts as loaded in cube
  • 17. Browser verification of data in Cube Validation of data loaded in cube
  • 18. Track Session Drilldown SSRS report with drill down
  • 19. Primary Dashboard Dashboard for evaluations sent out and average score
  • 20. Score by Course with cascading parameter Cascading parameters on report
  • 21. Scores by Course taught Sample line chart
  • 22. Detailed Evaluation Report Table Grid with Sub-reports
  • 23. Trainer vs. Overall Line chart with markers
  • 24. Instructor Date Range Chart Analytic chart with data drill down enabled
  • 25. Instructor Date Range Drill Down Drill down report as enabled from analytic chart parameters passed in