EPM-305 Advanced Validation, Alerts, and Filters in winsight. Delivered by: Mitch Mueller Lockheed Martin

Size: px
Start display at page:

Download "EPM-305 Advanced Validation, Alerts, and Filters in winsight. Delivered by: Mitch Mueller Lockheed Martin"

Transcription

1 EPM-305 Advanced Validation, Alerts, and Filters in winsight Delivered by: Mitch Mueller Lockheed Martin

2 Abstract This session will focus on creating custom winsight reports for project managers (PMs), control account managers (CAMs), and analysts. Demonstrations will include filtering on data not currently available in the winsight filter function, highlighting conditions for efficient analysis of multiple elements, creating Auto-Filter drop-down lists for filtering by CAM name or organization, and integrating performance data from other systems with winsight. Copyright 2010 Lockheed Martin Corp. 2

3 Agenda Lockheed Martin MS2 Owego Contract Evaluation and Reporting winsight Reporting Capabilities (Slide 11) winsight Custom Report Technical Reference (Slide 36, Field Tag 35) Validation Report Alert Report for Near Term Planning Packages or Completions Complex Selection Report Integrating External Information Dropdown List Report Summary Copyright 2010 Lockheed Martin Corp. 3

4 Lockheed Martin MS2 Owego Background Copyright 2010 Lockheed Martin Corp. 4

5 Lockheed Martin MS2 Owego Mission Provide Advanced Aerospace Systems and Systems Integration Solutions to Defense, Civil, and Commercial Customers Worldwide. Capabilities Helicopter Systems Modernization and Sustainment Ground Base Systems Distribution Systems (Postal Solutions) Electronic Systems Copyright 2010 Lockheed Martin Corp. 5

6 Lockheed Martin MS2 Owego winsight Experience: winsight Admin and Desktop for over 15 years Citrix access for remote and international users winsight Web, Web portal (winsight Web Services) for over 7 years Over 120 contracts with +700 users local, remote and international Integrated VAR Narrative with workflow approval, timestamp and status Integrated VAR Corrective Actions and Program Action Items Integrated 1921/CSDR Reporting Integrated Schedule with IMP & EV ID, Date Constraints, Subprojects Import HR data for organizational reporting Extracts for PM data warehouse, CAM Analytics Copyright 2010 Lockheed Martin Corp. 6

7 Lockheed Martin MS2 Owego Program Finance PF, PM, Analysts, Power Users CAMs, PM, Analysts Corrupt Corrupt MS MS Access Access DB DB Database MS Access Web Browser Web Browser Web Browser Customer, Partners, Subcontractors winsight Desktop: winsight Admin, winsight, GlueViewer and Briefing Wizard Citrix Citrix Server VAR Approval winsight Web Server MS SharePoint Server (Not deployed) Web Portal winsight Desktop winsight Dashboard / Services Server Database Server SQL / Oracle Role-based Dashboards: Option for Default Contract With Specific Focus Reports - Cost Data Import - Subcontract / Partner - Schedule Data Import CPR Deliverable ANSI X12 / XML CEFACT - VAR Narratives - Subcontract / Partner - Schedule Tasks LM Enhancements: - VAR Approval and Status - VAR Corrective Actions - Program Action Items /CSDR Reporting - Schedule IMP ID, Constr. - CAM Analytics - HR Org Import / Reporting - PM Data Warehouse - Custom Reports, Copyright 2010 Lockheed Martin Corp. 7

8 Support Organizations Shared IT Admin and IT Support departments: 1st Level Help Desk (FAQ, Tickets) User Maintenance and Access Requests Server Maintenance, Security Patches, Tape Backup DB Admin, Software & HTML Development, Installation Scripts EVM Department: 2nd Level Help Desk, winsight Training Process Support, Internal Auditing Web site for Documentation and FAQ PM Tools IT Department: 3rd Level Help Desk, Configure and Customize winsight Copyright 2010 Lockheed Martin Corp. 8

9 Contract Evaluation Reporting Copyright 2010 Lockheed Martin Corp. 9

10 Contract Evaluation and Reporting Review and Evaluate the: Work Products: SOW, WBS, OBS/IPT, IMP, IMS Data Validity Data Integration Contract EV Performance, Variance Contract Schedule Status and Cost/Schedule Integration Contract EAC Realism, Historical Trend, Near Term Outlook, Forecasts Drill down through the WBS, OBS/IPT, Elements of Cost Analyze from CPR/IPT, CA, WP, Schedule Task, to Corrective Actions Use Standard Metrics and Formats across all Business Units Copyright 2010 Lockheed Martin Corp. 10

11 winsight Reporting Capabilities winsight Workspaces (Views, Filters, Charts, Reports, layout) By contract, role(customer, PM, CAM, IPT Lead) and cycle(weekly, Monthly) Custom Reports (Active/Current Element) Banded Reports (Elements in Active/Current Filter) Banded Reports (Elements from Database Queries) Custom Reports with JavaScript for: Complex Calculation & Highlights Active Content (Show/Hide, Print Date Time stamp and Navigation Links) Complex Data Filters (Near Term Planning Packages or Completions) Dynamic Dropdown Lists (Select by CAM) Open report in new window for static side-by-side comparison Integrate external information by: WBS ID, Manager, Contractor, Location, Copyright 2010 Lockheed Martin Corp. 11

12 winsight Reports Technical Reference: Slides Copyright 2010 Lockheed Martin Corp.

13 Creating Custom Reports Custom Reports: Detailed Report for the Active Element 1. Copy an existing report as a starting point Example: Six Period Summary file: rsixper_template.htm 2. Edit the file using Notepad or an HTML Editor 3. View using winsight Desktop after each modification 4. Add text and titles using standard HTML 5. Add winsight data fields by inserting winsight field tags: ( TableName FieldName UnitName [Format] ) Example: ( EarnedValue Bac Dollars [c1] ) might display as 12,345.6 ( Element ProjOff ) might display as Mueller, Mitch Copyright 2010 Lockheed Martin Corp. 13

14 Technical Details: Tables & Fields FieldName for Table Element : - WbsNum - ElemDesc - ElemLevel* (some titles differ) - ElemType TableName (optional for unique fields) - Contract - Element - Period - EarnedValue - FutureETC Copyright 2010 Lockheed Martin Corp. 14

15 Technical Details: More Field Names Right-click the column header to display the field name Copyright 2010 Lockheed Martin Corp. 15

16 Technical Details: Unit & Format ( TableName FieldName UnitName [Format] ) UnitName: If omitted, the active unit is displayed. Dollars Hours EQP Format: Optional, formats numbers, dates and text. [c1] numbers with commas 1 decimal. Example: 12,345.6 [n1] no commas 1 decimal. Example: [z1] forces a zero if empty (otherwise it would display as a blank) [%Y-%m-%d] formats date as YYYY-MM-DD. Example: [!%d %b %y] formats date as DD MMM YY. Example: 18 MAY 10 [%b %d, %Y] formats date as Mmm DD, YYYY. Example: May 18, 2010 Copyright 2010 Lockheed Martin Corp. 16

17 Technical Details: Relative Period ( TableName FieldName UnitName (RelativePeriodOffset) [Format] ) RelativePeriodOffset: Displays values for a prior or following period. Example: ( EarnedValue BcwsCum Dollars (-1) [c1] ) Displays the cumulative budget for the prior period. Example:( EarnedValue BcwsCum Dollars (-2) [c1] ) Displays the cumulative budget for the period 2 periods prior. Copyright 2010 Lockheed Martin Corp. 17

18 Technical Details: Future Period ( Table FieldName UnitName {RelativeFuturePeriodOffset} [Format] ) RelativeFuturePeriodOffset: Only valid for table FutureETC Displays values from table FutureETC for the relative future period Example: ( FutureEtc Bcws {+1} [c1] ) Displays the future budget for the next period. Example: ( FutureEtc Etc {+2} [c1] ) Displays the future etc for the period 2 periods from now. Copyright 2010 Lockheed Martin Corp. 18

19 Technical Details: Combined Periods ( Table Field Unit (RelativePeriod) {RelativeFuturePeriod} [Format] ) Combined RelativePeriodOffset and RelativeFuturePeriodOffset Only valid for table FutureETC Displays values from table FutureETC for the relative future period Displays values as of a prior period Example: ( FutureEtc Etc Dollars (-1) {+2} [c1] ) Displays the future Etc, as of the prior period, for the next period. If this is Dec, display the Future Etc, as of November, for January. Copyright 2010 Lockheed Martin Corp. 19

20 Technical Details: Special Elements ( TableName FieldName UnitName SpecialElement [Format] ) SpecialElement Displays special elements $OH$ displays fields for Overhead element Similarly $CM$ for COM, $GA$, $UB$, $MR$ $L1$ displays fields for the Level 1 element for the active structure $PM$ displays fields for the PMB for the active structure $W1$ displays fields for the WBS Level 1 element $WP$ displays fields for the WBS PMB element Example: ( Bac Dollars $MR$ [z1] ) Displays the Budget at Completion in Dollars for MR with 1 decimal. Copyright 2010 Lockheed Martin Corp. 20

21 Technical Details: Common Fields Some useful winsight field tags: ( Contract ContrName ) the contract name ( Element WbsNum ) the active element WBSID ( Element ElemDesc ) the active element description ( Element ProjOff ) the active element owner (ProjectOfficer) ( Period EndDate ) the active period date ( Structure StruName ) the active structure name: WBS, OBS, ( Unit UnitName ) the active unit name: Dollars, Hours, EQP, ( EarnedValue BcwpCum ) the active element Cumulative Earned Value ( EarnedValue BcwsCum ) the active element Cumulative Budget ( EarnedValue AcwpCur ) the active element Current Period Actuals Copyright 2010 Lockheed Martin Corp. 21

22 Six Period Summary Code Code example taken from rsixper_template.htm <TD CLASS=WRTD0 ALIGN=center COLSPAN=7>Six Period Summary - ( Structure StruDesc ) (( Unit UnitName ))</TD></TR> <TR> <TD CLASS=WRTD COLSPAN=3> <BR>As of: ( Period EndDate )<BR> Contract Name: ( Contract ContrName )<BR> Contract Number: ( Contract ContrNum )<BR> Contractor: ( Contractor CtrName )<BR><BR> Element Code: ( Element WbsNum )<BR> Element Name: ( Element ElemDesc )<BR></TD> <TD CLASS=WRTD COLSPAN=4> <BR><BR> Financial Analyst: ( Contract Analyst )<BR> Contract Manager: ( Contract Manager )<BR> Copyright 2010 Lockheed Martin Corp. 22

23 Six Period Summary Example Six Period Summary Report Copyright 2010 Lockheed Martin Corp. 23

24 Technical Details: Banded Reports Banded Reports display all elements in the active filter. 1. Copy an existing report as a starting point Example: PM Summary report file: rpmsummary.htm 2. Edit the file using Notepad or an HTML Editor 3. View using winsight Desktop after each modification 4. Add text and titles using standard HTML 5. Add winsight data fields by inserting winsight field tags: ( TableName FieldName UnitName [Format] ) Continued on next page Copyright 2010 Lockheed Martin Corp. 24

25 Technical Details: Banded Reports Continued: 6. Verify or insert before the winsight field tags, the meta begin loop line: ( Meta BeginLoop ce SyncSortWnd ) 7. Add the meta current element tag $ce$ to all winsight field tags From: ( Table Field Unit RelativePeriod RelativeFuturePeriod [format] ) To: ( Table Field Unit $ce$ RelativePeriod RelativeFuturePeriod [format] ) 8. Verify or insert after the winsight field tags, the meta end loop line: ( Meta EndLoop ce ) The tag rows will now output for all elements in the active filter. Copyright 2010 Lockheed Martin Corp. 25

26 PM Summary Code Code example taken from rpmsummary.htm ( Meta BeginLoop ce SyncSortWnd ) <TR> <TD class=wrtdc>( ElemLevel $ce$ )</TD> <TD class=wrtdl nowrap>( WbsNum $ce$ )<BR>( ElemDesc $ce$ )</TD> <TD class=wrtdr nowrap>( BcwsCum $ce$ )<BR>( BcwsCur $ce$ )</TD> <TD class=wrtdr nowrap>( BcwpCum $ce$ )<BR>( BcwpCur $ce$ )</TD> <TD class=wrtdr nowrap>( AcwpCum $ce$ )<BR>( AcwpCur $ce$ )</TD> </TR> ( Meta EndLoop ce ) Copyright 2010 Lockheed Martin Corp. 26

27 PM Summary Example PM Summary Report Copyright 2010 Lockheed Martin Corp. 27

28 Technical Details: Banded Reports Banded Reports with Queries display all elements from a DB query. 1. Copy an existing report as a starting point Example: CPR Format 1 file: rcpr1_template.htm 2. Edit the file using Notepad or an HTML Editor 3. View using winsight Desktop after each modification 4. Add text and titles using standard HTML 5. Add winsight data fields by inserting winsight field tags: ( TableName FieldName UnitName [Format] ) Continued on next page Copyright 2010 Lockheed Martin Corp. 28

29 Technical Details: Banded Reports Continued: 6. Verify or insert before the winsight field tags, the meta begin loop line: ( Meta BeginLoop ce IDSelect SELECT ElemID database query 7. Add the meta current element tag $ce$ to all winsight field tags From: ( Table Field Unit RelativePeriod RelativeFuturePeriod [format] ) To: ( Table Field Unit $ce$ RelativePeriod RelativeFuturePeriod [format] ) 8. Verify or insert after the winsight field tags, the meta end loop line: ( Meta EndLoop ce ) The tag rows will now output for all elements returned by the query. Warning: These reports can be DB specific (Access, Oracle, SQL) Copyright 2010 Lockheed Martin Corp. 29

30 CPR Format 1 Code Code example taken from rcpr1_template.htm ( Meta BeginLoop ce IDSelect SELECT ElemID FROM Element WHERE Element.ContrID = cc_id AND StruID = st_id AND ElemLevel > 1 AND ElemLevel <= 3 AND ElemSeq <> 9998 ORDER BY ElemHier ) <TR> <TD class="elem" nowrap colspan=7><span class="elem">( WbsNum $ce$ ) - ( ElemDesc $ce$ )</SPAN></TD> </TR> ( Meta EndLoop ce ) Displays all Level 2 through 3 elements in the active structure. Queries can select data across elements, units, periods and structures. Copyright 2010 Lockheed Martin Corp. 30

31 CPR Format 1 Example CPR Format 1 Report Element WbsNum and Description Copyright 2010 Lockheed Martin Corp. 31

32 Technical Details: Query Variables Some useful winsight query select variables: Cc_id the ID of the active contract St_id the ID of the active structure Cd_id the ID of the active period Un_id the ID of the active unit Some useful winsight query tag variables: $ce$ the meta current element for queries returning ElemID #cd# the meta current date for queries returning PeriodID %un% the meta current unit for queries returning UnitID Copyright 2010 Lockheed Martin Corp. 32

33 Technical Details: Unit Query Unit query example: Display data for the current element in all units <TD CLASS=TableR ALIGN=Left >( WbsNum )</TD> <TD CLASS=TableR ALIGN=Left >( ElemDesc )</TD> ( Meta BeginLoop un IDSelect SELECT UnitID FROM Unit WHERE RptSeq <> 0 ORDER BY RptSeq ) <TD CLASS=TableR ALIGN=Left >( Unit UnitName %un% )</TD> <TD CLASS=TableR ALIGN=RIGHT>( BCWSCum %un% [c1] )</TD> <TD CLASS=TableR ALIGN=RIGHT>( BCWPCum %un% [c1] )</TD> <TD CLASS=TableR ALIGN=RIGHT>( ACWPCum %un% [c1] )</TD> ( Meta EndLoop un ) Copyright 2010 Lockheed Martin Corp. 33

34 Technical Details: Period Query Period query example: Display the BAC for the first and last period <BR>( Contract ContrName ) ( Meta BeginLoop cd IDSelect SELECT TOP 1 PeriodID FROM Period WHERE ContrID = cc_id ORDER BY OrdVal DESC ) <BR>First ( Period EndDate #cd# ) BAC $( BAC Dollars #cd# $L1$ [z1] ) ( Meta EndLoop cd ) ( Meta BeginLoop cd IDSelect SELECT TOP 1 PeriodID FROM Period WHERE ContrID = cc_id ORDER BY OrdVal ASC ) <BR>Latest ( Period EndDate #cd# ) BAC $( BAC Dollars #cd# $L1$ [z1] ) ( Meta EndLoop cd ) Copyright 2010 Lockheed Martin Corp. 34

35 The Complete winsight Field Tag The complete winsight Field Tag: ( TableName FieldName %UnitID% or UnitName #AbsolutePeriodID# $ElemID$ (RelativePeriod) {RelativeFuturePeriod} [Format] ) Note: Use only one: $ce$, $SpecialElement$ or neither for the current element Use only one: %UnitID% or UnitName, not both Use only one: #AbsolutePeriodID# or (RelativePeriod) Use {RelativeFuturePeriod} only for table FutureEtc Copyright 2010 Lockheed Martin Corp. 35

36 Custom Report Technical Help The winsight User Manual Chapter Sample Reports Shows examples of all reports provided with winsight The winsight User Manual - Appendix B Lists and describes all winsight database fields The winsight User Manual Appendix C Code examples and basic instructions to create Custom Reports Consider the effort to develop the necessary skill base versus: Acquiring the services of a Web Programmer for HTML development Acquiring the services of a DB Admin for Query Report development Acquiring the services of a consultant to meet EV reporting requirements Copyright 2010 Lockheed Martin Corp. 36

37 winsight Reports Examples Copyright 2010 Lockheed Martin Corp.

38 User Narrative (For Control Accounts) Custom Report with JavaScript to highlight conditions Copyright 2010 Lockheed Martin Corp. 38

39 User Narrative Historical Periods Custom Report with JavaScript to highlight conditions across Periods Copyright 2010 Lockheed Martin Corp. 39

40 Validation Report Custom Report for validating all elements in active/current filter Copyright 2010 Lockheed Martin Corp. 40

41 Validation Report Custom Report selectively display columns Copyright 2010 Lockheed Martin Corp. 41

42 Validation Report Custom Report selectively display rows Copyright 2010 Lockheed Martin Corp. 42

43 Near Term Planning Packages Custom Report selecting elements using complex conditions Copyright 2010 Lockheed Martin Corp. 43

44 Near Term Planning Packages This report filters on elements with Future Budget within next 3 periods Copyright 2010 Lockheed Martin Corp. 44

45 Integrating External Information Custom Report integrating external information by Contract & WBSID Copyright 2010 Lockheed Martin Corp. 45

46 Integrating External Information This report integrates by Contract & WBS ID to VAR Corrective Actions Copyright 2010 Lockheed Martin Corp. 46

47 Integrating External Information This report integrates by Contractor address to view the local weather Copyright 2010 Lockheed Martin Corp. 47

48 Dynamic Dropdown Filter Custom Report to manage by CAM using dynamic dropdown filter Copyright 2010 Lockheed Martin Corp. 48

49 Dynamic Dropdown Filter Select a CAM within Contract, WBS Branch, OBS Subset, or by IPT Copyright 2010 Lockheed Martin Corp. 49

50 Dynamic Dropdown Filter Dynamically choose metric categories to manage by CAM Copyright 2010 Lockheed Martin Corp. 50

51 JavaScript Summary Custom Reports with JavaScript: Perform Complex Calculations Highlight Variance and complex conditions with color and font changes Active Content Show/Hide Columns or Rows Add Date Time stamp for printing Open report in new window for static side-by-side comparison Add Navigation Links to scroll by section within the report Complex Data Filters Example: Near Term Planning Packages, Completion Dynamic Dropdown Lists Example: Select By CAM Integrate external information by: WBS ID, Manager, Contractor, Location, Automate to detect and prioritize for any specified conditions Copyright 2010 Lockheed Martin Corp. 51

52 Summary Identify Reporting Requirements by Role (Customer, PM,CAM, Other) and Cycle (Weekly, Monthly) Create Custom Reports for efficient and focused review of an element Create Banded Reports for groups of elements (ex: Control Accounts) Create Workspaces for the review needs of each Contract, Role, Cycle Formally Agree on Reporting Standards Consolidate tailored but redundant reports (Simplify) Terminate reports that do not provide the basis for action Note: Automated Reports can instantly identify any specified condition Copyright 2010 Lockheed Martin Corp. 52

53 Synergy Learn from Others Share your Charts and Reports Send me an Join the winsight Industry Group (WIG) Join the Deltek winsight Web Community (Contact Tim Gaughan for Group access) Visit the Deltek winsight Forum (Customer Account Userid required) Copyright 2010 Lockheed Martin Corp. 53

54 Copyright 2010 Lockheed Martin Corp. Questions?

55 Thank you

Authoring Custom Reports for winsight. 27 July 2016 Eleanor Haupt

Authoring Custom Reports for winsight. 27 July 2016 Eleanor Haupt Authoring Custom Reports for winsight 27 July 2016 Eleanor Haupt ehaupt@earnedvalue.biz 937-572-2586 Instructor Background Taught myself HTML I understand some JavaScript I learned how to write custom

More information

winsight Industry Group Conference WIGCON

winsight Industry Group Conference WIGCON winsight Industry Group AND PRESENT winsight Industry Group Conference WIGCON 101 Tips and Tricks for winsight Part VIII Eleanor Haupt Earned Value Associates LLC 937-572-2586 9/22/2011 1 Before We Begin

More information

Deltek winsight Dashboard 6.5. User Guide

Deltek winsight Dashboard 6.5. User Guide Deltek winsight Dashboard 6.5 User Guide July 8, 2011 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist.

More information

Deltek PM Compass Cumulative Update Release Notes Page 1 of 8

Deltek PM Compass Cumulative Update Release Notes Page 1 of 8 Deltek PM Compass Cumulative Update Release Notes Page 1 of 8 Deltek PM Compass Cumulative Update Release Notes Released: March 14, 2016 Release Name: PM Compass 2.1.7 CU13 Compatibility Matrix Supported

More information

Deltek winsight Deltek winsight Administrator 6.4.1

Deltek winsight Deltek winsight Administrator 6.4.1 Deltek winsight 6.4.1 Deltek winsight Administrator 6.4.1 Release Notes March 20, 2009 13880 Dulles Corner Lane Herndon VA 20171 TEL: 703.734.8606 FAX: 703.734.1146 Release Notes While Deltek has attempted

More information

Deltek Cobra Hot Fix Notes Page 1 of 18

Deltek Cobra Hot Fix Notes Page 1 of 18 Deltek Cobra Hot Fix Notes Page 1 of 18 Deltek Cobra Hot Fix Notes Released: November 20, 2013 Release Name: Cobra 5.1 SP1 Hot Fix 3 Lockheed Martin MST Patch Software Issues Resolved (42) Calendars Calendar

More information

101 Tips & Tricks for winsight, Part VII. Eleanor Haupt Earned Value Associates LLC

101 Tips & Tricks for winsight, Part VII. Eleanor Haupt Earned Value Associates LLC 101 Tips & Tricks for winsight, Part VII Eleanor Haupt Earned Value Associates LLC ehaupt@earnedvalue.biz 937-572-2586 1 Agenda Versions and Conversions Administrator Tips I Only Have 5 Rows of Data WSCUSTOM

More information

Using Empower. Introduction. Things to Know Before You Begin

Using Empower. Introduction. Things to Know Before You Begin Introduction Encore Analytics Empower is a web-based Earned Value Management (EVM) tool used by many organizations within the Department of Defense (DoD). Empower provides access to EVM data, charts, and

More information

Deltek PM Compass 2.2 Cumulative Update 09. Release Notes

Deltek PM Compass 2.2 Cumulative Update 09. Release Notes Deltek PM Compass 2.2 Cumulative Update 09 Release Notes July 7, 2017 Overview While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or

More information

CSDR Submit-Review Website Reviewer Guide

CSDR Submit-Review Website Reviewer Guide CSDR Submit-Review Website Reviewer Guide April 2017 CADE Support (253)564-1979 Ex.1 CADESupport@tecolote.com CSDR-SR Reviewer Training The following document provides step-by-step screenshots to illustrate

More information

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Procedures 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1

More information

User Guide for Explorer Users

User Guide for Explorer Users User Guide for Explorer Users Version 2015.1 Hubble Suite (Edition 2) Document Information....................................................... 1 Notices.........................................................................

More information

DCARC Defense Cost & Resource Center

DCARC Defense Cost & Resource Center DCARC Defense Cost & Resource Center DACIMS Library User Guide 10/25/2012 1 Contents DACIMS Overview Searching DACIMS Downloading 2 DACIMS Overview 3 Defense Automated Cost Information Management System

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility User Guide Version: 3.1.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a

More information

CADE USER MANUAL. Data & Analytics

CADE USER MANUAL. Data & Analytics CADE USER MANUAL Data & Analytics MARCH 22, 2017 Table of Contents 1. Introduction to CADE... 2 2. Data and Analytics... 3 3. Search... 8 4. Dashboard... 16 5. Library... 41 6. Contacting Us - The CADE

More information

Deltek winsight Analytics Desktop 8.1. Release Notes

Deltek winsight Analytics Desktop 8.1. Release Notes Deltek winsight Analytics Desktop 8.1 Release Notes March 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

ListManager. ListManager Basic Training

ListManager. ListManager Basic Training ListManager ListManager Basic Training Presented by Ana DeLeón Logistics Before We Begin Shared audio State your name when asking questions s Introduction Please share: Your name Your experience with ListManager

More information

Development Methodology TM

Development Methodology TM We use our proven iterative approach to each design and development project. With this 6 step methodology, once the preliminary requirements are clear, the next step is to prototype your website. From

More information

Deltek Costpoint CRM 6.2. Custom Reports and Microsoft SQL Server Reporting Services

Deltek Costpoint CRM 6.2. Custom Reports and Microsoft SQL Server Reporting Services Deltek Costpoint CRM 6.2 Custom Reports and Microsoft SQL Server Reporting November 11, 2011 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Instructions for Gaining Access to PMRT

Instructions for Gaining Access to PMRT 31 October 2017 General Information: Instructions for Gaining Access to PMRT Project Management Resource Tools (PMRT) is accessed via https://pmrt.altess.army.mil/pmrt/. A Common Access Card (CAC) is required

More information

DATA ITEM DESCRIPTION TITLE: INTEGRATED MASTER SCHEDULE (IMS) NUMBER: DI-MGMT APPROVAL DATE:

DATA ITEM DESCRIPTION TITLE: INTEGRATED MASTER SCHEDULE (IMS) NUMBER: DI-MGMT APPROVAL DATE: DATA ITEM DESCRIPTION TITLE: INTEGRATED MASTER SCHEDULE (IMS) NUMBER: APPROVAL DATE: 20050330 AMSC NUMBER: D7544 LIMITATION: DTIC APPLICABLE: GIDEP APPLICABLE: PREPARING ACTIVITY: OUSD(AT&L)ARA/AM(SO)

More information

Institutional Reporting and Analysis (IRA) For help, blitz "Financial Reports", or

Institutional Reporting and Analysis (IRA) For help, blitz Financial Reports, or Institutional Reporting and Analysis (IRA) 1 Training Agenda Introduction to the IRA Reporting Tool Logging onto the system (4-5) Navigating the Dashboard (6-10) Running Reports (11-12) Working with Reports

More information

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17 Michigan Tech University Banner Finance Self-Service User Guide Revised 1/11/17 TABLE OF CONTENTS Chart Terminology... 3 MTU Fiscal Year... 3 Web Resource Banner and Reporting... 3 Reports Listing your

More information

IM L07 Configuring Enterprise Vault Data Classification Services

IM L07 Configuring Enterprise Vault Data Classification Services IM L07 Configuring Enterprise Vault Data Classification Services Description This lab will enable you to configure Data Classification Services (DCS) to work with Enterprise Vault. See how DCS can help

More information

Hyperion Interactive Reporting Reports & Dashboards Essentials

Hyperion Interactive Reporting Reports & Dashboards Essentials Oracle University Contact Us: +27 (0)11 319-4111 Hyperion Interactive Reporting 11.1.1 Reports & Dashboards Essentials Duration: 5 Days What you will learn The first part of this course focuses on two

More information

Microsoft Dynamics GP and Management Reporter Future Roadmap. March Madness Lunch & Learn

Microsoft Dynamics GP and Management Reporter Future Roadmap. March Madness Lunch & Learn March Madness - Lunch & Learn Dynamics GP 2010 R2 and Beyond Microsoft Dynamics GP Roadmap Future Considerations Management Reporter 2012 FRx Migration to MR Microsoft Dynamics GP 2010 R2 Enhance Insight

More information

EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN)

EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN) EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN) Global, Global Plus version Updated: March 2018 Version 1.0.0.7 Copyright Beyond Intranet 2017. All Rights Reserved i Notice. This is a controlled document. Unauthorized

More information

Contents Welcome Understanding Project Management Getting Started... 29

Contents Welcome Understanding Project Management Getting Started... 29 P6 Professional User's Guide Release 15.1 March 2015 Contents Welcome... 19 Using the P6 Professional User's Guide... 19 Introducing P6 Professional... 19 Understanding Project Management... 21 Why Use

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope

EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope Best Practices Planning Abstract This white paper provides advice and information on practices that will enhance the flexibility of

More information

Composer Basics. By, Adarsh Srivastava & Tammy Lake

Composer Basics. By, Adarsh Srivastava & Tammy Lake Composer Basics By, Adarsh Srivastava & Tammy Lake 1 Course Objectives Create a Basic Solution using the Composer Wizard that includes: Developer View Studio Script Basic Elements Deploy/Test Solution

More information

Portlet Reference Guide. Release

Portlet Reference Guide. Release Portlet Reference Guide Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational

More information

Portlet Reference Guide. Release

Portlet Reference Guide. Release Portlet Reference Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

UAB GA End User Transaction Download

UAB GA End User Transaction Download The is available on the UAB GA End User menu. It provides the detail version of the Account Statement transactions in an Excel format. UAB GA END USER REPORTS UAB TRANSACTION DOWNLOAD The UAB TRANSACTION

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Interstage Business Process Manager Analytics V12.0 Studio Guide

Interstage Business Process Manager Analytics V12.0 Studio Guide Interstage Business Process Manager Analytics V12.0 Studio Guide Windows/Linux January 2012 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Fully supported no-cost feature of Oracle

More information

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Oracle Hyperion 11.1.2.2 Tips and Tricks NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Agenda About Archetype What s New in 11.1.2.2: New User Interface Calculation Manager Manage Substitution

More information

What s New In the Salesforce Winter 15 Release

What s New In the Salesforce Winter 15 Release What s New In the Salesforce Winter 15 Release Salesforce1 Quick Start Wizard allows you to setup the app in five easy steps Step 1: Setup Navigation Step 2: Setup Action Bar Step 3: Setup Compact

More information

CADE USER MANUAL. Data & Analytics

CADE USER MANUAL. Data & Analytics CADE USER MANUAL Data & Analytics Table of Contents 1. Introduction to CADE...2 2. Data and Analytics...3 3. Search...10 4. Dashboard...17 5. Library...43 6. Glossary of Terms and Acronyms...47 7. References...49

More information

Deltek PM Compass 2.2. Custom Reports and Microsoft SQL Server Reporting Services Guide

Deltek PM Compass 2.2. Custom Reports and Microsoft SQL Server Reporting Services Guide Deltek PM Compass 2.2 Custom Reports and Microsoft SQL Server Reporting September 4, 2015 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Business Edition Basic License User Guide

Business Edition Basic License User Guide Business Edition Basic License User Guide Table of Contents 1. Dashboard-----------------------------------------------------------------------------------------3 2. Catalog Search-----------------------------------------------------------------------------------4

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

New Features in Primavera Unifier June 2014

New Features in Primavera Unifier June 2014 New Features in Primavera Unifier 10.0 June 2014 COPYRIGHT & TRADEMARKS Copyright 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or

More information

EPM2010 SP1 - How does it impact you?

EPM2010 SP1 - How does it impact you? EPM2010 SP1 - How does it impact you? (Projects Director, Microsoft EPM & SharePoint Consultancy) Email: pj@projectsolution.com Web: www.projectsolution.com Project Solution Powered - Connecting by Microsoft

More information

Interstage Business Process Manager Analytics V12.1 Studio Guide

Interstage Business Process Manager Analytics V12.1 Studio Guide Interstage Business Process Manager Analytics V12.1 Studio Guide Solaris April 2013 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular products

More information

Deltek winsight Dashboard 6.5. Installation Guide

Deltek winsight Dashboard 6.5. Installation Guide Deltek winsight Dashboard 6.5 Installation Guide August 17, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

2015 Entrinsik, Inc.

2015 Entrinsik, Inc. 2015 Entrinsik, Inc. Table of Contents Chapter 1: Creating a Dashboard... 3 Creating a New Dashboard... 4 Choosing a Data Provider... 5 Scheduling Background Refresh... 10 Chapter 2: Adding Graphs and

More information

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop IBM IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop Lab Exercises Contents LAB 1 BUILD-FROM-SCRATCH LAB - PART 1... 4 1.1 START LOMBARDI AUTHORING ENVIRONMENT... 4 1.1.1 START THE

More information

Project Management OOTB Introduction. Your Guide: Sara Garvey

Project Management OOTB Introduction. Your Guide: Sara Garvey Project Management OOTB Introduction Your Guide: Sara Garvey Introductions 2 Take 5 Minutes Turn to a Person Near You Introduce Yourself Business Cards Agenda Introduction Managing Projects Staffing Projects

More information

P6 VERSION 8.3 SAMPLE POWERPOINT SLIDES 1

P6 VERSION 8.3 SAMPLE POWERPOINT SLIDES 1 Welcome to the Eastwood Harris Pty Ltd Primavera P6 Versions 8.1, 8.2 & 8.3 Professional and Optional Client 3 day training course PMI REP No 3001 Course Number PP6 Page 2 IMPORTANT POINTS FOR INSTRUCTOR

More information

Know Your Customer. c360 Microsoft Dynamics CRM 4.0 Product Catalog

Know Your Customer. c360 Microsoft Dynamics CRM 4.0 Product Catalog c360 Microsoft Dynamics CRM 4.0 Product Catalog Know Your Customer c360 products extend the functionality and industry focus of Microsoft Dynamics CRM c360 Core Productivity Pack Explorer (CRM Search Engine)

More information

Construction IC User Guide

Construction IC User Guide Construction IC User Guide The complete source of project, company, market and theme information for the global construction industry clientservices.construction@globaldata.com https://construction.globaldata.com

More information

Honeywell Aerospace Supplier Portal (HASP) Frequently Asked Questions Guide for Suppliers Supply Chain Collaboration Portal (SCC) Training Material

Honeywell Aerospace Supplier Portal (HASP) Frequently Asked Questions Guide for Suppliers Supply Chain Collaboration Portal (SCC) Training Material Honeywell Aerospace Supplier Portal (HASP) Frequently Asked Questions Guide for Suppliers Supply Chain Collaboration Portal (SCC) Training Material January 2018 Frequently Asked Questions Guide Index 1

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

Discover Best of Show März 2016, Düsseldorf

Discover Best of Show März 2016, Düsseldorf Discover Best of Show 2016 2. - 3. März 2016, Düsseldorf Transformation Area: Database Application Optimisation & Archiving mit Structured Data Manager Matthias Binder, Technical Consultant Hewlett Packard

More information

Interactive Reporting & Essbase. interrel Consulting

Interactive Reporting & Essbase. interrel Consulting Interactive Reporting & Essbase interrel Consulting interrel - Founded in 1997 2008 Oracle Titan Award winner for EPM Solution of the year 2008 Oracle Excellence Award winner with Pearson Education One

More information

Deltek Open Plan 8.1. Release Notes

Deltek Open Plan 8.1. Release Notes Deltek Open Plan 8.1 Release Notes January 24, 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist.

More information

Customer Portal User Guide

Customer Portal User Guide Customer Portal User Guide COPYRIGHT NOTICE ViaWest Customer Portal User Guide is published and copyrighted 2012 by ViaWest Inc. All rights reserved. No part of this manual may be reproduced in any form,

More information

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018 Primo Analytics Workshop BIBSYS Konferansen 20 March 2018 Objectives By the end of this session, you will: Understand what is Primo Analytics and OBI. Have a high-level view of how Primo Analytics is working.

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 InfoCenter User Guide for VSA 6.3 September 25, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

Siebel Analytics Platform Installation and Configuration Guide. Version 7.8.4, Rev. A February 2006

Siebel Analytics Platform Installation and Configuration Guide. Version 7.8.4, Rev. A February 2006 Siebel Analytics Platform Installation and Configuration Guide Version February 2006 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2006 Siebel Systems, Inc. All rights

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

Treasury Management User Guide. Online Banking

Treasury Management User Guide. Online Banking Treasury Management User Guide Online Banking Released August 2018 Treasury Management... 4 Logging in to Treasury Management...5 Helpful Hints...10 User Menu... 12 Profile and Preferences... 12 Notification

More information

SIEBEL ANALYTICS USER GUIDE

SIEBEL ANALYTICS USER GUIDE SIEBEL ANALYTICS USER GUIDE VERSION 7.5, REV. C 12-F26S73 MARCH 2003 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2003 Siebel Systems, Inc. All rights reserved. Printed

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

PeopleSoft Enterprise 9.2 Human Capital Management

PeopleSoft Enterprise 9.2 Human Capital Management PeopleSoft Enterprise 9.2 Human Capital Management Delta Features and Enhancements Presented by: Tony Townsend, SpearMC Consulting www.spearmc.com 1-866-SPEARMC HCM 9.2 General Enhancements Human Resources

More information

Ovation Process Historian

Ovation Process Historian Ovation Process Historian Features Designed to meet the needs of precision, performance, scalability and historical data management for the Ovation control system Collects historical data of Ovation process

More information

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure.

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure. Metadata Integration Appliance Times have changed and here is modern solution that delivers instant return on your investment. The InfoLibrarian Metadata Appliance Automated Cataloging System for your

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Administrator's Guide

Administrator's Guide Administrator's Guide EPMWARE Version 1.0 EPMWARE, Inc. Published: July, 2015 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

URL for staff interface (bookmark this address on staff computers):

URL for staff interface (bookmark this address on staff computers): URL for public interface (link to this address): URL for staff interface (bookmark this address on staff computers): Application Name (for IIS): System Maintenance In the following Directory on your web

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Version 11 Release 0 May 31, IBM Interact - GDPR IBM

Version 11 Release 0 May 31, IBM Interact - GDPR IBM Version 11 Release 0 May 31, 2018 IBM Interact - GDPR IBM This edition applies to version 11.0 of IBM Interact and to all subsequent releases and modifications until otherwise indicated in new editions.

More information

NASDAQ BWISE ACADEMY COURSE CATALOG

NASDAQ BWISE ACADEMY COURSE CATALOG NASDAQ BWISE ACADEMY COURSE CATALOG 1 MANUAL TITLE HERE Copyright 2014, The NASDAQ OMX Group, Inc. All Rights Reserved. Q14-NUMBER. DATE TABLE OF CONTENTS 1 NASDAQ BWISE ACADEMY COURSE CATALOG 4 1.1 Introduction

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead IBM Workplace Services Express - Technical Overview and Directions Stuart Duguid Asia Pacific Portal & Workplace Technical Lead Disclaimer The following material is directional in nature and does not imply

More information

Featured Products Extension for Magento 2

Featured Products Extension for Magento 2 Featured Products Extension for Magento 2 User Manual https://www.magebees.com/featured-products-extension-formagento-2.html Featured Products Extension for Magento 2 By CONTENT Introduction 3 Features

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY Windows 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Cloud Platform Cloud Platform & Infrastructure Linux on Azure PRODUCTIVITY Productivity Office 365 APP BUILDER

More information

Microsoft elearning Titles

Microsoft elearning Titles Course content and pricing for all Microsoft Office 2013 online learning modules are listed within this document. Microsoft Office 2013 Online Training Courses Hours (Total and per module) Price per module

More information

Deltek Touch CRM for GovWin Capture Management. User Guide

Deltek Touch CRM for GovWin Capture Management. User Guide Deltek Touch CRM for GovWin Capture Management User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

Brainware Intelligent Capture Visibility

Brainware Intelligent Capture Visibility Brainware Intelligent Capture Visibility Installation and Setup Guide Version: 3.2.x Written by: Product Knowledge, R&D Date: September 2018 Copyright 2009-2018 Hyland Software, Inc. and its affiliates.

More information

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite MY MEDIASITE https://mediasite.ecu.edu/ms/mymediasite My Mediasite provides tools for managing your recordings. All faculty have access to My Mediasite and the ability to download the Desktop Recorder.

More information

Informatica PowerExchange for Tableau User Guide

Informatica PowerExchange for Tableau User Guide Informatica PowerExchange for Tableau 10.2.1 User Guide Informatica PowerExchange for Tableau User Guide 10.2.1 May 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

Contents 1. Introduction... 8

Contents 1. Introduction... 8 Contents 1. Introduction... 8 1.1 cpet Overview:... 8 1.2 What s New?... 9 1.3 Getting Started... 11 1.3.1 Cost and Software Data Reporting Plans:... 11 1.3.2 Cost and Software Data Reporting: Cost Reports...

More information

Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous. SAP BusinessObjects Web Intelligence. The Comprehensive Guide. S Galileo Press.

Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous. SAP BusinessObjects Web Intelligence. The Comprehensive Guide. S Galileo Press. Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous SAP BusinessObjects Web Intelligence The Comprehensive Guide S Galileo Press Bonn Acknowledgments 21 Foreword 23 1.1 Features of Web Intelligence

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Oracle 1Z0-200 Exam Questions & Answers

Oracle 1Z0-200 Exam Questions & Answers Oracle 1Z0-200 Exam Questions & Answers Number: 1Z0-200 Passing Score: 800 Time Limit: 120 min File Version: 33.2 http://www.gratisexam.com/ Oracle 1Z0-200 Exam Questions & Answers Exam Name: Oracle 11i.E-Business

More information

Primavera Cost Manager

Primavera Cost Manager Primavera Cost Manager Reference Manual Version 6.2 Copyright 1998, 2009 Oracle and/or its affiliates. All rights reserved. The Programs (which include both the software and documentation) contain proprietary

More information

COLLABORATIVE PROJECT MANAGEMENT. Building Dashboards

COLLABORATIVE PROJECT MANAGEMENT. Building Dashboards COLLABORATIVE PROJECT MANAGEMENT An Intr oduction to Building Dashboards Primavera P6 has been used to schedule large scale projects for more than 20 years. During this period, the needs of its users have

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

Oracle Application Express 5.1

Oracle Application Express 5.1 Oracle Application Express 5.1 New Features [Name] [Title] December 2016 2 Agenda 1 2 3 4 5 6 7 Oracle Application Express Overview Interactive Grid Oracle JET Charts Universal Theme Productivity Improvements

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

Web App Builder: Code-free Development. Adam Ziegler, Esri-Northeast, Local Government Team

Web App Builder: Code-free Development. Adam Ziegler, Esri-Northeast, Local Government Team Web App Builder: Code-free Development Adam Ziegler, aziegler@esri.com Esri-Northeast, Local Government Team Agenda Product overview Web AppBuilder for ArcGIS tour Adding Custom Widgets Community and Resources

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Blueprinting Questionnaire Sample

Blueprinting Questionnaire Sample Manish Chaitanya Blueprinting Questionnaire Sample from The Complete Guide to SAP NetWeaver Portal Bonn Boston ch11_a_online_6124.indd 1 1/12/12 2:58:16 PM A Blueprinting Questionnaire Sample In Chapter

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

Microsoft Office 2003: Features, Strategies, and Trends

Microsoft Office 2003: Features, Strategies, and Trends Note: This document will be updated periodically, both with new material and with updates to existing materials as circumstances warrant. It will be covering not only things like Office 2003 features,

More information