SlideShare une entreprise Scribd logo
1  sur  19
Télécharger pour lire hors ligne
1
<Insert Picture Here>
P6 Analytics R3.2 SP1
Shawn LaffertyShawn Lafferty
Oracle Primavera Development
Shawn.Lafferty@oracle.com
The following is intended to outline our general
product direction. It is intended for information
purposes only, and may not be incorporated into any
contract. It is not a commitment to deliver anycontract. It is not a commitment to deliver any
material, code, or functionality, and should not be
relied upon in making purchasing decisions.
The development release and timing of anyThe development, release, and timing of any
features or functionality described for Oracle’s
products remains at the sole discretion of Oracle.
3
Agenda
• History
Daily for Activity and Resource Assignment– Daily for Activity and Resource Assignment
– Burn Down
– Useful Calculations (Ago, TimeStampDiff)
• Hierarchies
– Codes
– Accurate LevelsAccurate Levels
• Map
– Map Layers
– Configuration
4
P6Analytics History
5
History
• Daily and Dimensional
Set History Level to Activity– Set History Level to Activity
• History interval still applies to Primavera Project History
– Run ETL daily…
– Daily also means Dimensional (mappings.tcsv)
• Primavera Activity History
– “Spreads” captured daily, for each activitySpreads captured daily, for each activity
– Percent Completes, Units, Costs, Earned Value (Units and
Costs), Dates and Durations
Primavera Resource Assignment History• Primavera Resource Assignment History
– “Spreads” captured daily, for each Resource Assignment
– Units and Costs
6
Formulas for History
7
AGGREGATION (SUM, RSUM, COUNT, RCOUNT)
SUM(expr), RSUM(expr), COUNT(expr), RCOUNT(expr)
Aggregation BY
Use the BY Condition within the Aggregation function to aggregate
l b d ifi di i l l (ti d j tvalues based on specific dimensional values (time, codes, projects,
etc…)
BE CAREFUL if the dimensional value is not included in the
l i th lt b t f d b t th ti ianalysis, the results may be out of order…but the aggregation is
working.
For EXAMPLE:
RSUM("Units"."Planned Labor Units" BY "Calendar"."Calendar
Date")
8
Date )
CASE STATEMENT
CASE WHEN a=b THEN c ELSE d END
Used to determine when a field meets a criteria (CASE WHEN), do
something (THEN), OR (ELSE) if the criteria is not met, do something
else.e se
For EXAMPLE:
CASE WHEN "Units"."Planned Labor Units" > 0 THEN
"Units"."Planned Labor Units"/8 ELSE 0 END
9
AGO
AGO(expr, time_level, offset)
A time series aggregation function that calculates the aggregated
value from the current time back to a specified time period.p p
expr = Any FACT value
time_level = Time unit to use for looking back (Day, Week, Month,
etc)
offset = integer value for the specified number of time level that youoffset = integer value for the specified number of time_level that you
want to pull data forward from
EXAMPLE:
AGO("Dates"."Planned Start", "Calendar"."Date Hierarchy"."Day", 1)
10
TIMESTAMPDIFF
TIMESTAMPDIFF(interval, expr, timestamp2)
Returns the total number of specified intervals between two
timestamps.p
interval = the time difference level you want to count, MUST BE in the
following format: SQL_TSI_HOUR, SQL_TSI_DAY, etc…
expr = the first timestamp element that will be compared
timestamp2 = the second timestamp element that will be comparedtimestamp2 = the second timestamp element that will be compared
EXAMPLE:
TIMESTAMPDIFF(SQL_TSI_HOUR, "Dates"."Start", "Dates"."Finish")
11
TIMESTAMPDIFF (cont.)
TIMESTAMPDIFF(interval, expr, timestamp2)
Returns the total number of specified intervals between two
timestamps.p
• Negative numbers can result, depends on the order of expr and
timestamp2 values.
• If the value in expr field is later in time than value of timestamp2
• does NOT consider P6 calendars (will use 24x7)• does NOT consider P6 calendars (will use 24x7)
• Can be combined with other functions, like AGO
EXAMPLE:
TIMESTAMPDIFF(SQL_TSI_HOUR, "Dates"."Start",
AGO("Dates" "Start" "Calendar" "Date Hierarchy" "Day" 1))
12
AGO( Dates . Start , Calendar . Date Hierarchy . Day , 1))
P6Analytics Hierarchies
13
Hierarchies
• All Subject Areas
Previous hierarchies still exist with a few changes– Previous hierarchies still exist with a few changes
• Level names no longer repeat
– Full Code Path
– Configured Codes are automatically part of the Hierarchy
• Resource and Role Hierarchies AddedResource and Role Hierarchies Added
– in the appropriate Subject Areas
• Filtering, Sorting, and Aggregation
– Selection Steps
– Right Click Menu
14
P6Analytics Maps
15
Maps
• Project, Activity and Resource
– Assigned in P6, loaded into STAR schema
P6 has geo coder to resolve locations (configurable)– P6 has geo-coder to resolve locations (configurable)
– Country, State, City, Street Address, and Longitude/Latitude
• Oracle Mapviewer
– included with Oracle Business Intelligence
– P6 Analytics uses 2 data sources (MVDEMO & NAVTEQ)
– can include Oracle Maps Bing Maps Nokia Maps Googlecan include Oracle Maps, Bing Maps, Nokia Maps, Google
Maps, and TomTom Maps
• Oracle Business Intelligence
t f th b i t ti ith O l M i– out of the box integration with Oracle Mapviewer
– Administration, Manage Map Data
– associate map layers with RPD fields
16
Additional Resources
17
More Information
• OTN
http://www oracle com/technetwork/apps• http://www.oracle.com/technetwork/apps-
tech/primavera/documentation/index.html
• Blog
• https://blogs.oracle.com/P6Analytics/
• P6 Analytics Product page
htt // l / / d t / li ti / i• http://www.oracle.com/us/products/applications/pri
mavera/p6-analytics/resources/index.html
18
Demo
19

Contenu connexe

Similaire à P6 Analytics R3.2 SP1 Daily Activity and Resource Assignment History

Big data week presentation
Big data week presentationBig data week presentation
Big data week presentationJoseph Adler
 
Building a Complex, Real-Time Data Management Application
Building a Complex, Real-Time Data Management ApplicationBuilding a Complex, Real-Time Data Management Application
Building a Complex, Real-Time Data Management ApplicationJonathan Katz
 
06 projecttimemanagement
06 projecttimemanagement06 projecttimemanagement
06 projecttimemanagementDhamo daran
 
Oracle Database : Addressing a performance issue the drilldown approach
Oracle Database : Addressing a performance issue the drilldown approachOracle Database : Addressing a performance issue the drilldown approach
Oracle Database : Addressing a performance issue the drilldown approachLaurent Leturgez
 
Advanced query parsing techniques
Advanced query parsing techniquesAdvanced query parsing techniques
Advanced query parsing techniqueslucenerevolution
 
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdfJomaraCeliaRosellRos
 
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdfJomaraCeliaRosellRos
 
Spark Summit EU talk by Herman van Hovell
Spark Summit EU talk by Herman van HovellSpark Summit EU talk by Herman van Hovell
Spark Summit EU talk by Herman van HovellSpark Summit
 
A Workshop on R
A Workshop on RA Workshop on R
A Workshop on RAjay Ohri
 
Schedule_Module_V.10.ppt
Schedule_Module_V.10.pptSchedule_Module_V.10.ppt
Schedule_Module_V.10.pptssusere57332
 
Dates and Times in Java 7 and Java 8
Dates and Times in Java 7 and Java 8Dates and Times in Java 7 and Java 8
Dates and Times in Java 7 and Java 8Fulvio Corno
 

Similaire à P6 Analytics R3.2 SP1 Daily Activity and Resource Assignment History (20)

Intro_2.ppt
Intro_2.pptIntro_2.ppt
Intro_2.ppt
 
Intro.ppt
Intro.pptIntro.ppt
Intro.ppt
 
Big data week presentation
Big data week presentationBig data week presentation
Big data week presentation
 
Time management
Time managementTime management
Time management
 
Building a Complex, Real-Time Data Management Application
Building a Complex, Real-Time Data Management ApplicationBuilding a Complex, Real-Time Data Management Application
Building a Complex, Real-Time Data Management Application
 
Pig Experience
Pig ExperiencePig Experience
Pig Experience
 
06 projecttimemanagement
06 projecttimemanagement06 projecttimemanagement
06 projecttimemanagement
 
Oracle Database : Addressing a performance issue the drilldown approach
Oracle Database : Addressing a performance issue the drilldown approachOracle Database : Addressing a performance issue the drilldown approach
Oracle Database : Addressing a performance issue the drilldown approach
 
R - the language
R - the languageR - the language
R - the language
 
Week 1 - Data Structures and Algorithms
Week 1 - Data Structures and AlgorithmsWeek 1 - Data Structures and Algorithms
Week 1 - Data Structures and Algorithms
 
Oracle Primavera P6 PRO R8 Tips & tricks
Oracle Primavera P6 PRO R8 Tips & tricksOracle Primavera P6 PRO R8 Tips & tricks
Oracle Primavera P6 PRO R8 Tips & tricks
 
Advanced Relevancy Ranking
Advanced Relevancy RankingAdvanced Relevancy Ranking
Advanced Relevancy Ranking
 
Advanced query parsing techniques
Advanced query parsing techniquesAdvanced query parsing techniques
Advanced query parsing techniques
 
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
 
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
2_1_Fundamentals_Event_Mechanism_Chapter_2.pdf
 
Introduction to SLURM
Introduction to SLURMIntroduction to SLURM
Introduction to SLURM
 
Spark Summit EU talk by Herman van Hovell
Spark Summit EU talk by Herman van HovellSpark Summit EU talk by Herman van Hovell
Spark Summit EU talk by Herman van Hovell
 
A Workshop on R
A Workshop on RA Workshop on R
A Workshop on R
 
Schedule_Module_V.10.ppt
Schedule_Module_V.10.pptSchedule_Module_V.10.ppt
Schedule_Module_V.10.ppt
 
Dates and Times in Java 7 and Java 8
Dates and Times in Java 7 and Java 8Dates and Times in Java 7 and Java 8
Dates and Times in Java 7 and Java 8
 

Plus de p6academy

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015p6academy
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordablyp6academy
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1p6academy
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2p6academy
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2p6academy
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1p6academy
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1p6academy
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1p6academy
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1p6academy
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktopp6academy
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announcedp6academy
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1p6academy
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overviewp6academy
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and laterp6academy
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientationp6academy
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Propositionp6academy
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition p6academy
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)p6academy
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guidep6academy
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guidep6academy
 

Plus de p6academy (20)

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordably
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announced
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overview
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientation
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Proposition
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guide
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guide
 

Dernier

Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)
Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)
Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)Lviv Startup Club
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Jiastral oracle
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
Andrii Rodionov: What can go wrong in a distributed system – experience from ...
Andrii Rodionov: What can go wrong in a distributed system – experience from ...Andrii Rodionov: What can go wrong in a distributed system – experience from ...
Andrii Rodionov: What can go wrong in a distributed system – experience from ...Lviv Startup Club
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfASGITConsulting
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...Operational Excellence Consulting
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Aggregage
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverseSiemens
 
Ivey Leveraging Information Technology MBA 2024
Ivey Leveraging Information Technology MBA 2024Ivey Leveraging Information Technology MBA 2024
Ivey Leveraging Information Technology MBA 2024Nihal Nishadul
 
Fundamentals Welcome and Inclusive DEIB
Fundamentals Welcome and  Inclusive DEIBFundamentals Welcome and  Inclusive DEIB
Fundamentals Welcome and Inclusive DEIBGregory DeShields
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdfMintel Group
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfJamesConcepcion7
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSendBig4
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdfSherl Simon
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsIndiaMART InterMESH Limited
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...SOFTTECHHUB
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersPeter Horsten
 

Dernier (20)

Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)
Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)
Kyryl Truskovskyi: Training and Serving Open-Sourced Foundational Models (UA)
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
Andrii Rodionov: What can go wrong in a distributed system – experience from ...
Andrii Rodionov: What can go wrong in a distributed system – experience from ...Andrii Rodionov: What can go wrong in a distributed system – experience from ...
Andrii Rodionov: What can go wrong in a distributed system – experience from ...
 
WAM Corporate Presentation April 12 2024.pdf
WAM Corporate Presentation April 12 2024.pdfWAM Corporate Presentation April 12 2024.pdf
WAM Corporate Presentation April 12 2024.pdf
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdf
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverse
 
Ivey Leveraging Information Technology MBA 2024
Ivey Leveraging Information Technology MBA 2024Ivey Leveraging Information Technology MBA 2024
Ivey Leveraging Information Technology MBA 2024
 
Fundamentals Welcome and Inclusive DEIB
Fundamentals Welcome and  Inclusive DEIBFundamentals Welcome and  Inclusive DEIB
Fundamentals Welcome and Inclusive DEIB
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdf
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.com
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan Dynamics
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exporters
 

P6 Analytics R3.2 SP1 Daily Activity and Resource Assignment History

  • 1. 1
  • 2. <Insert Picture Here> P6 Analytics R3.2 SP1 Shawn LaffertyShawn Lafferty Oracle Primavera Development Shawn.Lafferty@oracle.com
  • 3. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver anycontract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development release and timing of anyThe development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 3
  • 4. Agenda • History Daily for Activity and Resource Assignment– Daily for Activity and Resource Assignment – Burn Down – Useful Calculations (Ago, TimeStampDiff) • Hierarchies – Codes – Accurate LevelsAccurate Levels • Map – Map Layers – Configuration 4
  • 6. History • Daily and Dimensional Set History Level to Activity– Set History Level to Activity • History interval still applies to Primavera Project History – Run ETL daily… – Daily also means Dimensional (mappings.tcsv) • Primavera Activity History – “Spreads” captured daily, for each activitySpreads captured daily, for each activity – Percent Completes, Units, Costs, Earned Value (Units and Costs), Dates and Durations Primavera Resource Assignment History• Primavera Resource Assignment History – “Spreads” captured daily, for each Resource Assignment – Units and Costs 6
  • 8. AGGREGATION (SUM, RSUM, COUNT, RCOUNT) SUM(expr), RSUM(expr), COUNT(expr), RCOUNT(expr) Aggregation BY Use the BY Condition within the Aggregation function to aggregate l b d ifi di i l l (ti d j tvalues based on specific dimensional values (time, codes, projects, etc…) BE CAREFUL if the dimensional value is not included in the l i th lt b t f d b t th ti ianalysis, the results may be out of order…but the aggregation is working. For EXAMPLE: RSUM("Units"."Planned Labor Units" BY "Calendar"."Calendar Date") 8 Date )
  • 9. CASE STATEMENT CASE WHEN a=b THEN c ELSE d END Used to determine when a field meets a criteria (CASE WHEN), do something (THEN), OR (ELSE) if the criteria is not met, do something else.e se For EXAMPLE: CASE WHEN "Units"."Planned Labor Units" > 0 THEN "Units"."Planned Labor Units"/8 ELSE 0 END 9
  • 10. AGO AGO(expr, time_level, offset) A time series aggregation function that calculates the aggregated value from the current time back to a specified time period.p p expr = Any FACT value time_level = Time unit to use for looking back (Day, Week, Month, etc) offset = integer value for the specified number of time level that youoffset = integer value for the specified number of time_level that you want to pull data forward from EXAMPLE: AGO("Dates"."Planned Start", "Calendar"."Date Hierarchy"."Day", 1) 10
  • 11. TIMESTAMPDIFF TIMESTAMPDIFF(interval, expr, timestamp2) Returns the total number of specified intervals between two timestamps.p interval = the time difference level you want to count, MUST BE in the following format: SQL_TSI_HOUR, SQL_TSI_DAY, etc… expr = the first timestamp element that will be compared timestamp2 = the second timestamp element that will be comparedtimestamp2 = the second timestamp element that will be compared EXAMPLE: TIMESTAMPDIFF(SQL_TSI_HOUR, "Dates"."Start", "Dates"."Finish") 11
  • 12. TIMESTAMPDIFF (cont.) TIMESTAMPDIFF(interval, expr, timestamp2) Returns the total number of specified intervals between two timestamps.p • Negative numbers can result, depends on the order of expr and timestamp2 values. • If the value in expr field is later in time than value of timestamp2 • does NOT consider P6 calendars (will use 24x7)• does NOT consider P6 calendars (will use 24x7) • Can be combined with other functions, like AGO EXAMPLE: TIMESTAMPDIFF(SQL_TSI_HOUR, "Dates"."Start", AGO("Dates" "Start" "Calendar" "Date Hierarchy" "Day" 1)) 12 AGO( Dates . Start , Calendar . Date Hierarchy . Day , 1))
  • 14. Hierarchies • All Subject Areas Previous hierarchies still exist with a few changes– Previous hierarchies still exist with a few changes • Level names no longer repeat – Full Code Path – Configured Codes are automatically part of the Hierarchy • Resource and Role Hierarchies AddedResource and Role Hierarchies Added – in the appropriate Subject Areas • Filtering, Sorting, and Aggregation – Selection Steps – Right Click Menu 14
  • 16. Maps • Project, Activity and Resource – Assigned in P6, loaded into STAR schema P6 has geo coder to resolve locations (configurable)– P6 has geo-coder to resolve locations (configurable) – Country, State, City, Street Address, and Longitude/Latitude • Oracle Mapviewer – included with Oracle Business Intelligence – P6 Analytics uses 2 data sources (MVDEMO & NAVTEQ) – can include Oracle Maps Bing Maps Nokia Maps Googlecan include Oracle Maps, Bing Maps, Nokia Maps, Google Maps, and TomTom Maps • Oracle Business Intelligence t f th b i t ti ith O l M i– out of the box integration with Oracle Mapviewer – Administration, Manage Map Data – associate map layers with RPD fields 16
  • 18. More Information • OTN http://www oracle com/technetwork/apps• http://www.oracle.com/technetwork/apps- tech/primavera/documentation/index.html • Blog • https://blogs.oracle.com/P6Analytics/ • P6 Analytics Product page htt // l / / d t / li ti / i• http://www.oracle.com/us/products/applications/pri mavera/p6-analytics/resources/index.html 18