A Process for Data Requirements Analysis. David Loshin Knowledge Integrity, Inc. October 30, 2007

Size: px
Start display at page:

Download "A Process for Data Requirements Analysis. David Loshin Knowledge Integrity, Inc. October 30, 2007"

Transcription

1 A Process for Data Requirements Analysis David Loshin Knowledge Integrity, Inc. October 30,

2 Agenda The criticality of business information Data requirements analysis Conducting stakeholder interviews Key data discovery artifacts Version 0.5 8/7/2007 2

3 Data Warehouse Information Perspective Business Decision and/or Action Knowledge Information Data Version 0.5 8/7/2007 3

4 Business Information Definition of Business Information Data that has been collected and organized to support management of business operations and decision making. Non transactional data e.g. counts Must be actionable Aggregation Users Delivery Detailed Operational Data Aggregated Management Data Summarized Internal & External Data Structured analytic data Staff and line managers Mid-level and senior managers Executive staff Special purpose marketing, business process analysis Queries and detail listings Summary reports and scorecards Dashboards Data mining, OLAP, Analytics, etc. Version 0.5 8/7/2007 4

5 Applications Driven by Business Information Vendor Analysis Customer Analysis Customer Profiling Targeted Marketing Personalization Customer Satisfaction Customer Lifetime Value Customer Loyalty Supplier Management Vendor Management Shipping Inventory Control Distribution Analysis Staff Productivity Call Center Utilization Call Center Optimization Production Effectiveness Business Productivity Defect Analysis Capacity Planning Asset Management Resource Planning Financial Reporting Risk Management Enterprise Reporting Business Information Behavior Analysis Trend Analysis Web Activity Fraud/Abuse Detection Participant Attrition Interaction Analysis Version 0.5 8/7/2007 5

6 Types of Business Information Key Performance Indicators (KPI) metrics for monitoring progress toward objectives Operational Performance Indicators (OPI) metrics for monitoring business processes, operations and workflow Leading Indicators (LI) metrics that contribute to rolledup KPIs or OPIs Supporting Metrics (SM) metrics supporting drill-through of KPIs, OPIs, and LIs Business Intelligence (BI) analytics to understand customer behavior, patterns, trends and segmentation Version 0.5 8/7/2007 6

7 Business Intelligence and Metrics Measures for setting objectives for strategic initiatives Measures for tactical activities Key Performance Indicators Operational Performance Indicators Leading Indicators Supporting Metrics Supporting Data

8 What is Data Requirements Analysis? The Data Requirements Analysis Process is a standard set of procedures for identifying the data needs of a Data Warehouse system. The steps are analogous to traditional requirements analysis, but focused on data rather than functional needs. Version 0.5 8/7/2007 8

9 Goals of Data Requirements Analysis

10 Goals of Data Requirements Analysis Strategic Requirements Information Requirements Technical Requirements Requirements Prioritization Fact/Qualifier Matrix Source Systems Source/Target Mapping Conceptual Data Model Version 0.5 8/7/

11 Data Warehouse Information Perspective Iterative, top-down approach Business decisions Data needed to support those decisions Interviews to identify information needs and metrics: Performance Management KPI Operations Management OPI Business Analysis BI Customer Performance CPI Analysis Specifications Data Discovery Data Assessment Testing & Validation Data Quality Control Version 0.5 8/7/

12 12

13 Driving Out Business Information Requirements Relevance Does the data: Support business processes? Provide metrics for OPIs and KPIs? Answer business questions? Enable correct measures? Reflect real world activities or state? Provide useful capture points, timeliness Value-Added Can the data improve: Operational visibility (e.g., document workflow and bottlenecks)? Efficiencies (e.g., in volume or processing times)? Decision making (e.g., expose patterns, trends, problems and opportunities)? Available Does data support: Captured information requirements? Timeliness for updates to support information requirements? Organization structure to support information navigation needs? Data sources Granularity Dimensionality

14 Data Discovery Data Discovery tasks focus on: Capturing business information requirements, business processes, and terminology Identifying and defining the source data sets Defining the data quality dimensions for these data elements. Deliverables Context Diagram Business Questions Fact/Qualifier Matrix Candidate Source Systems Source to Target Mapping DB Scenarios including Transformation Rules & Business Logic Version 0.5 8/7/

15 Version 0.5 8/7/

16 The Requirements Analysis Process Identify the business context Conduct stakeholder interviews Synthesize requirements Source to Target mapping

17 Identifying the Business Context - Activities 1. Identify relevant stakeholders 2. Review and summarize the overall goals, objectives for the data warehouse Acquire all project documentation Acquire all system documentation 3. Review and summarize the scope of the reporting platform s capabilities 4. Review and summarize impacts and constraints Version 0.5 8/7/

18 Identifying Business Context - Diagram BI Repository Metadata Business Rules ETL ODS Detailed level data Reference tables Querying Reporting Analytics Integration tables Users review business information via query/reporting/analytics tools

19 Conduct Stakeholder Interviews - Activities 1. Identify interview candidates 2. Prepare and schedule interviews 3. Conduct interviews 4. Summarize interview notes 5. Identify information gaps for follow-up Version 0.5 8/7/

20 Summarize Interview Notes Interviewee: Date/Time/Location: Question: Answer/Notes: Question: Answer/Notes: Version 0.5 8/7/

21 Synthesize Requirements - Activities 1. Create a reference workflow model 2. Develop and validate the Fact/Qualifier Matrix 3. Identify candidate source systems 4. Identify and Standardize Common Business Terms Version 0.5 8/7/

22 Business Process Modeling A business process is a coordinated set of activities intended to achieve a desired goal or produce a desired output product Models are designed to capture both the high level and detail of the business process controls inputs activity output actors

23 Shared Data Objects Interactions between activities depend on shared data: activity activity activity Instance values of common data types representing business facts communicate input and control during the business process Use the model to identify measurement points to be subjected to reporting and/or analysis

24 Work Flows and Tasks - Example Work Flow and Task Work Flow- A Event Trigger Event Status Measures Initiated Rejected Rework Complete Received Pending Cleared Complete Volume Start Date End Date Duration Task 1 Task 2 Work Flow- B Task 1 Task 2 Version 0.5 8/7/

25 Facts and Qualifiers Facts: specific business questions or discrete items of information to be tracked/monitored/reported Examples: counts, volumes, high water marks Qualifiers: conditions or dimensions used to filter or organize facts Examples: regions, owners, time Facts 800# calls processed Submissions received by mail Submissions returned Qualifiers Time Region Media Office X X X X X X X X s processed X X X

26 Common Business Terms - Glossary Term Address Verification Business Intelligence (BI) Repository CMM Count (Workload) Definition An employee verifies that the submitters address on file is correct for contact purposes. The BI Repository captures and maintains metadata (data about data). The metadata housed in the BI Repository consists of business and technical data names and definitions; information about where the described data resides in enterprise databases; and what database applications and reports use the data. The BI Repository is accessible through a web front-end application. Capability Maturity Model describes the principles and practices, through which organizations define, implement, measure, control, and improve their software processes and is intended to assist organizations in software quality and process improvement. For each Unit of Work, the counts associated at the task level for each data mart status (e.g., Receipt, Pending, Clearance, and Completion). Version 0.5 8/7/

27 Proposing the Target Model Evaluate the catalog of identified data elements Seek out the frequently created, referenced, modified, retired Assess object organizational structure Evaluate conceptual structures as they map to business process use Example: locations are composed of street, city, state, ZIP code Identify and resolve anomalies across data element sizes, types, formats Propose an object model Validate the object model within the information framework Validate the object model within the application framework

28 Source to Target Mapping - Activities 1. Identify and document source to target data mapping for each target element 2. Define the relevant transformation rules based on business scenarios 3. Identify the Candidate Reference Tables Version 0.5 8/7/

29 Source to Target Mapping Example Target Data Element Source Systems Source Table Source Data Elements ProcessType SYSA SUBTABA Process_Type Transformations Order_Count SYSA SUBTABB UID COUNT(SYSA.UID) LNAME WHERE SYSA.LNAME = SYSB W3 LASTNAME SYSB.LASTNAM E Version 0.5 8/7/

30 Data Assessment Tasks focus on: Identifying the best sources of data Assessing the quality of the data sources Identifying gaps in requirements versus availability Deliverables: Data assessment results Updated Source to Target Map Gap report

31 Data Assessment Version 0.5 8/7/

32 Data Profiling for Data Requirements Analysis Characteristics of data element metadata is critical for analysis Combination of artifact review and empirical analysis Data profiling can provide ground-truth evidence of consistency with metadata Provides insight into suitability of candidate sources to satisfy the target needs

33 Gap Analysis Template Source Data Target Data - Data Element Name System Table Column Data Type NULL Option % Null or missing Min Value Max Value Comments Requirements ID Version 0.5 8/7/

34 Version 0.5 8/7/

35 Summary Inputs System documentation Stakeholder interviews Processing Capturing business information requirements, business processes, and terminology Identifying and defining the source data sets Outputs Context Diagram Business Questions Candidate Source Systems Fact/Qualifier Matrix Source to Target Mapping Transformation Rules & Business Logic Glossary Business Process Diagrams Business Process Descriptions Version 0.5 8/7/

36 Questions? If you have questions, comments, or suggestions, please contact me David Loshin

Avoiding Common OBIEE Mistakes. Learning from Post-Implementation Assessments

Avoiding Common OBIEE Mistakes. Learning from Post-Implementation Assessments Avoiding Common OBIEE Mistakes Learning from Post-Implementation Assessments Agenda Agenda BI First Impressions BI Defined Transformation Components Case Studies o Data Storage o Metadata Definitions o

More information

COMM 391. Learning Objectives. Introduction to Management Information Systems. Case 10.1 Quality Assurance at Daimler AG. Winter 2014 Term 1

COMM 391. Learning Objectives. Introduction to Management Information Systems. Case 10.1 Quality Assurance at Daimler AG. Winter 2014 Term 1 COMM 391 Introduction to Management Information Systems BUSINESS INTELLIGENCE AND ANALYTICS Winter 2014 Term 1 Learning Objectives 1. Describe the decision-support framework. 2. Describe business intelligence

More information

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction Contents Contents ix Foreword xix Preface xxi Acknowledgments xxiii Introduction xxv Part One Requirements, Realities, and Architecture 1 Chapter 1 Defining Business Requirements 3 The Most Important Determinant

More information

Information On Demand Business Intelligence Framework

Information On Demand Business Intelligence Framework IBM Software Group Information On Demand Business Intelligence Framework Ser Yean Tan Regional Technical Sales Manager Information Management Software IBM Software Group ASEAN Accelerating Your Journey

More information

Retail Business Intelligence Solution

Retail Business Intelligence Solution Retail Business Intelligence Solution TAN Ser Yean Regional Sales Manager Data Servers & Business Intelligence IBM Software ASEAN Retail leaders will enhance traditional intuitive approaches with Advanced

More information

Requirements Analysis and Design Definition. Chapter Study Group Learning Materials

Requirements Analysis and Design Definition. Chapter Study Group Learning Materials Requirements Analysis and Design Definition Chapter Study Group Learning Materials 2015, International Institute of Business Analysis (IIBA ). Permission is granted to IIBA Chapters to use and modify this

More information

Contents Getting Started... 9 Sample Dashboards... 17

Contents Getting Started... 9 Sample Dashboards... 17 Analytics Reference Guide 16 R1 March 2016 Contents Getting Started... 9 About Oracle Primavera Analytics... 10 Prerequisites to Use Primavera Analytics... 11 About Analyses... 11 About s... 12 About

More information

CA. Krishna Prasad. Discussion paper For Workshop on Reporting and Business Intelligence Tools 22 nd Sep 12. BI Solutions for all enterprises

CA. Krishna Prasad. Discussion paper For Workshop on Reporting and Business Intelligence Tools 22 nd Sep 12. BI Solutions for all enterprises CA. Krishna Prasad Discussion paper For Workshop on Reporting and Business Intelligence Tools 22 nd Sep 12 BI Solutions for all enterprises Business Intelligence (BI) Generic briefing Is an effort of converting

More information

Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System

Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System 2.1 Introduction The use of business intelligence (BI) in the organizations has been increasing day by day

More information

IBM COGNOS BI OVERVIEW

IBM COGNOS BI OVERVIEW IBM COGNOS BI OVERVIEW Cognos is a suite of products to create Business Analytics, Business Intelligence and... Full product portfolio http://www-01.ibm.com/software/data/cognos/... IBM Cognos BI Overview

More information

"Charting the Course to Your Success!" MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008.

Charting the Course to Your Success! MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008. Description Course Summary This course provides in-depth knowledge on designing a Business Intelligence solution by using Microsoft SQL Server 2008. Objectives At the end of this course, students will

More information

Intelligence, a powerful

Intelligence, a powerful Lotus and Cognos Business Intelligence, a powerful combination Combining the power of business intelligence and Lotus Juha Teljo Business Analytics Solution Executive IBM 1 Agenda Objective: Learn about

More information

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2 Passit4Sure.OG0-093.221Questions Number: OG0-093 Passing Score: 800 Time Limit: 120 min File Version: 7.1 TOGAF 9 Combined Part 1 and Part 2 One of the great thing about pass4sure is that is saves our

More information

Efficiency First Program

Efficiency First Program Efficiency First Program Short-Term Impact; Long-Term Results Presented to: Discussion Points About AOTMP Your Telecom Environment The Efficiency First Framework Our Approach The Efficiency First Program

More information

The Basics of Business Intelligence. PMI IT LIG August 19, 2008

The Basics of Business Intelligence. PMI IT LIG August 19, 2008 The Basics of Business Intelligence PMI IT LIG August 19, 2008 Presenter Anthony Boles Managing Director Intelligent Ventures Inc. 1113 Murfreesboro Rd. Suite 106-103 Franklin, TN 37064 615-599-8666 Brief

More information

Using data analytics and continuous auditing for effective risk management

Using data analytics and continuous auditing for effective risk management Using data analytics and continuous auditing for effective risk management November 2013 Irakis Kanavaris Agenda Current trends Common terminology of Data Analytics and CA/CM KPMG approach & observations

More information

TRADE VISUALISATION SYSTEM

TRADE VISUALISATION SYSTEM TRADE VISUALISATION SYSTEM What is it? Trade Visualisation System (TVS) aggregates large amount of trade data from multiple sources to be presented through reports, graphs and charts for quick and easy

More information

San Diego IIA / ISACA Joint Seminar. Using Business Intelligence to Drive Organizational Efficiencies

San Diego IIA / ISACA Joint Seminar. Using Business Intelligence to Drive Organizational Efficiencies San Diego IIA / ISACA Joint Seminar Using Business Intelligence to Drive Organizational Efficiencies Wednesday, April 11, 2012 Handelry Hotel and Resort San Diego, CA 1 The Plan What is Business Intelligence

More information

Extreme Convergence: Fusing IT and Business in a Leaner, Global, Virtualized World

Extreme Convergence: Fusing IT and Business in a Leaner, Global, Virtualized World Extreme Convergence: Fusing IT and Business in a Leaner, Global, Virtualized World The role of Appliances in The Travelers Data Warehouse Platform Strategy ComputerWorld Premier 100 IT Leaders Conference

More information

DATASHEET. Tarams Business Intelligence. Services Data sheet

DATASHEET. Tarams Business Intelligence. Services Data sheet DATASHEET Tarams Business Intelligence Services Data sheet About Business Intelligence The proliferation of data in today s connected world offers tremendous possibilities for analysis and decision making

More information

Utility of Analytics Analytics in India. Rajarshi Sengupta Deloitte Touche Tohmatsu December 10, 2014

Utility of Analytics Analytics in India. Rajarshi Sengupta Deloitte Touche Tohmatsu December 10, 2014 Utility of Analytics Analytics in India Rajarshi Sengupta Deloitte Touche Tohmatsu December 10, 2014 India 2014 Facts and Figures India the third largest internet population in the world 15.1% of the population

More information

ibaan Decision Manager Business Templates User's Guide for BAAN IVc Purchase 2.0

ibaan Decision Manager Business Templates User's Guide for BAAN IVc Purchase 2.0 ibaan Decision Manager Business Templates User's Guide for BAAN IVc Purchase 2.0 A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands Baan Development

More information

2008 Oracle Corporation

2008 Oracle Corporation 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 any material,

More information

Business Intelligence - BI - ETL - Developer -Training

Business Intelligence - BI - ETL - Developer -Training Business Intelligence - BI - ETL - Developer -Training etl developer resume pdf, etl development training, etl testing training, etl testing training material, best etl courses, etl testing course fees,

More information

Organizing for BI. Halil Aksu Istanbul, Bogazici University

Organizing for BI. Halil Aksu Istanbul, Bogazici University Organizing for BI Halil Aksu Istanbul, 10.12.2003 Bogazici University Skills, Not Technology, Inhibit Enterprises in BI Through 2007, business intelligence will be a key component to realizing new strategic

More information

Oracle Business Intelligence Applications. Kostiantyn Stupak

Oracle Business Intelligence Applications. Kostiantyn Stupak 1 Oracle Business Intelligence Applications Kostiantyn Stupak 2 Business Analytics Span Multiple Disciplines Financial Performance & Strategy Management Supply Chain Analytic Applications Production Planning

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

DWH/BI Enabling Technologies Management of alternative BI and DWH Dimensions Getting Business into the driver seat

DWH/BI Enabling Technologies Management of alternative BI and DWH Dimensions Getting Business into the driver seat DWH/BI Enabling Technologies Management of alternative BI and DWH Dimensions Getting Business into the driver seat Ulrich Scheuber Sales Development MDM and OPA Safe Harbor Statement The following is intended

More information

Aligning financial services IT to the business through the use of dashboards

Aligning financial services IT to the business through the use of dashboards Aligning financial services IT to the business through the use of dashboards Respond to Ever-Increasing Regulatory, Performance, and Market Demands Samarendra Raiguru 2008 IBM Corporation Financial Services:

More information

THE INTELLIGENT BSA: ELICITING REQUIREMENTS FOR BI SOLUTIONS. Scott Sommerfeld October, 2012

THE INTELLIGENT BSA: ELICITING REQUIREMENTS FOR BI SOLUTIONS. Scott Sommerfeld October, 2012 THE INTELLIGENT BSA: ELICITING REQUIREMENTS FOR BI SOLUTIONS Scott Sommerfeld October, 2012 AGENDA Business Intelligence (BI) Definition BI Solutions Eliciting BI Requirements Focus 6 Step Approach Questions

More information

BABOK v3 Task to Technique Mapping

BABOK v3 Task to Technique Mapping BABOKv3 Task Technique # Technique Name Knowledge Area Business Planning and Monitoring Plan Business Approach 10.18 Document 10.20 Financial Plan Stakeholder Engagement 10.9 Business Rules 10.18 Document

More information

Information Architecture: Leveraging Information in an SOA Environment. David McCarty IBM Software IT Architect. IBM SOA Architect Summit

Information Architecture: Leveraging Information in an SOA Environment. David McCarty IBM Software IT Architect. IBM SOA Architect Summit Information Architecture: Leveraging Information in an SOA Environment David McCarty IBM Software IT Architect 2008 IBM Corporation SOA Architect Summit Roadmap What is the impact of SOA on current Enterprise

More information

Supply Chain Intelligence = Business Analytics + Benchmarking

Supply Chain Intelligence = Business Analytics + Benchmarking The Supply Chain Leadership Forum 2011: Walt Disney World Resort, Lake Buena Vista, FL Supply Chain Intelligence = Business Analytics + Benchmarking Mark Zelenak, VP CPG and Retail, One Network & John

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

Towards a Data-Driven Culture

Towards a Data-Driven Culture Towards a Data-Driven Culture Promote Analytics Maturity with Scorecards Renu Hall, Principal Consultant 1 Aligninformation management practices and processes to improvebusiness decisions 2 Agenda Keys

More information

SAP BI Analytics Roadmap. Tony Alvarez Platform and Analytics

SAP BI Analytics Roadmap. Tony Alvarez Platform and Analytics SAP BI Analytics Roadmap Tony Alvarez Platform and Analytics AGENDA 1 SAP BI Analytics Dashboards and Visualization 2 Demo Vignettes 3 Q/A 2011 SAP AG. All rights reserved. 2 Organizational & Competitive

More information

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended. Previews of TDWI course books are provided as an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews can not be printed. TDWI strives

More information

The New, Extended Oracle Business Intelligence - A System for Enterprise Performance Management. Gavin Dupre Director, BI Sales Consulting EMEA

The New, Extended Oracle Business Intelligence - A System for Enterprise Performance Management. Gavin Dupre Director, BI Sales Consulting EMEA The New, Extended Oracle Business Intelligence - A System for Enterprise Performance Management Gavin Dupre Director, BI Sales Consulting EMEA BI Strategy Analyst session on BI strategy mid-july (Hyperion

More information

Trusted Analytics An Analytical Framework That Aligns Your Organization For Better Decision Making

Trusted Analytics An Analytical Framework That Aligns Your Organization For Better Decision Making Trusted Analytics An Analytical Framework That Aligns Your Organization For Better Decision Making 1 Contents ZAP Enterprise Analytics... 3 Sales... 4 Benefits for Sales Teams.... 5 Metric Highlights....

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

Oracle Product Lifecycle Analytics

Oracle Product Lifecycle Analytics Oracle Product Lifecycle Analytics User Guide v3.3.0.1 Part Number E20565-01 July 2011 User Guide Oracle Copyright Copyright 1995, 2011, Oracle and/or its affiliates. All rights reserved. This software

More information

2008 Oracle Corporation

2008 Oracle Corporation 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 any material,

More information

Requirements for an MDM Solution

Requirements for an MDM Solution Requirements for an MDM Solution A proven approach for how to gather, document, and manage requirements for a Master Data Management solution from Inception through Implementation by Vicki McCracken Copyright

More information

Extending the capabilities of Oracle Business Intelligence Applications (OBIA) January 19, 2010

Extending the capabilities of Oracle Business Intelligence Applications (OBIA) January 19, 2010 Extending the capabilities of Oracle Business Intelligence Applications (OBIA) January 19, 2010 Agenda Introduction Overview of OBIEE & OBIA How to extend OBIA? Simple Gaps Complex Enhancements Lessons

More information

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy Oracle Business Process Analysis Suite: Overview & Product Strategy Devesh Sharma Dec, 2006 Oracle BPA/BPM Product Management Agenda 1 2 3 4 5 Need for Business Process Management

More information

Metric systems for executive overview

Metric systems for executive overview Metric systems for executive overview Martin Woznica & Jesse Crowley Presenter Title October 24 th, 2012 Copyright 2011 Raytheon Company. All rights reserved. Customer Success Is Our Mission is a registered

More information

Pg Alliance Data

Pg Alliance Data Pg. Speaker Biography Brock Dietrich has been at Alliance Data for 19 years, with his first 10 years in the Credit Risk Analytics organization before moving into a variety of Information Technology roles.

More information

Using Business Analysis to Meet IT Challenges. UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT

Using Business Analysis to Meet IT Challenges. UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT Using Business Analysis to Meet IT Challenges UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT Overview 2 > Typical IT challenges > What is business analysis and

More information

A JOURNEY TO TRUSTED DATA

A JOURNEY TO TRUSTED DATA TELSTRA TEMPLATE 4X3 BLUE BETA TELPPTV4 A JOURNEY TO TRUSTED DATA RICK ANDREWS MAY 2014 ENTERPRISE DATA WAREHOUSE THE INFORMATION FACTORY 1 BUSINESS EVENTS occur & raw data is created 2 3 Subassemblies

More information

The importance of a solid data foundation

The importance of a solid data foundation The importance of a solid data foundation Prepared by: Michael Faloney, Director, RSM US LLP michael.faloney@rsmus.com, +1 804 281 6805 February 2015 This is the first of a three-part series focused on

More information

Oracle Retail Data Model (ORDM) Overview

Oracle Retail Data Model (ORDM) Overview Oracle Retail Data Model (ORDM) Overview May, 2014 Content Retail Business Intelligence Key Trends Retail Industry Findings Foundation for Business Information Flows Retail is being Redefined Challengers

More information

Collibra Catalog for Big Data Analytics Product Preview

Collibra Catalog for Big Data Analytics Product Preview Collibra Catalog for Big Data Analytics Product Preview Stan Christiaens Co-founder & Chief Technology Officer, Collibra May 3, 2016 Disclaimer The following is intended to outline our general product

More information

An Introduction to Oracle Business Intelligence (BI) Platform NYOUG Sep 21, Shyam Varan Nath Oracle Corporation

An Introduction to Oracle Business Intelligence (BI) Platform NYOUG Sep 21, Shyam Varan Nath Oracle Corporation An Introduction to Oracle Business Intelligence (BI) Platform NYOUG Sep 21, 2006 Shyam Varan Nath Oracle Corporation 1 Agenda Introduction to Business Intelligence Oracle components of BI A case study

More information

ibaan Decision Manager Business Templates User's Guide for BAAN IVc Inventory 2.0

ibaan Decision Manager Business Templates User's Guide for BAAN IVc Inventory 2.0 ibaan Decision Manager Business Templates User's Guide for BAAN IVc Inventory 2.0 A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands Baan Development

More information

Rational Software White Paper TP 174

Rational Software White Paper TP 174 Reaching CMM Levels 2 and 3 with the Rational Unified Process Rational Software White Paper TP 174 Table of Contents Abstract... 1 Introduction... 1 Level 2, Repeatable... 2 Requirements Management...

More information

ENTERPRISE SCALED AGILE REPORTING GUIDELINES

ENTERPRISE SCALED AGILE REPORTING GUIDELINES ENTERPRISE SCALED AGILE REPORTING GUIDELINES Abstract This document describes the set of reports available for your scaled agile tooling environment, how to import them into your environment, and the best

More information

Next Generation Performance Dashboards. Wayne Eckerson Director, TDWI Research

Next Generation Performance Dashboards. Wayne Eckerson Director, TDWI Research Next Generation Performance Dashboards Wayne Eckerson Director, TDWI Research Sponsor 2 Speakers Wayne Eckerson Director, TDWI Research Mark LaRow VP Products, MicroStrategy Agenda Self-Service BI Tailored

More information

Define Your Enterprise Mobility Roadmap and Strategy

Define Your Enterprise Mobility Roadmap and Strategy Define Your Enterprise Mobility Roadmap and Strategy Session ID 8946 20 Min - Wed.,02:30 p.m. - 02:50 p.m. Nixon Xavier, Consulting Director, Enterprise Mobility 1 Agenda Overview The approach Mobile enterprise

More information

The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment. The Hierachical Structure of VCOR

The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment. The Hierachical Structure of VCOR Introduction to VCOR The Value Chain Operations Reference model VCOR is instituted to support the Evolution of the Business Environment Value Chain s and their networks are now being elevated to priority

More information

Turban and Volonino. Business Intelligence and Decision Support Systems

Turban and Volonino. Business Intelligence and Decision Support Systems Turban and Volonino Chapter 12 Business Intelligence and Decision Support Systems Information Technology for Management Improving Performance in the Digital Economy 7 th edition John Wiley & Sons, Inc.

More information

Business Performance and Information Technology Management Term. Paper. Richard Adams UM4017BBA9198

Business Performance and Information Technology Management Term. Paper. Richard Adams UM4017BBA9198 Business Performance and Information Technology Management Term Paper By Richard Adams UM4017BBA9198 1 Introduction Business performance management (BPM) is a set of processes that help organizations optimize

More information

20466: Implementing Data Models and Reports with Microsoft SQL Server 2014

20466: Implementing Data Models and Reports with Microsoft SQL Server 2014 20466: Implementing Data Models and Reports with Microsoft SQL Server 2014 Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional, you may

More information

IBM Cognos 10.2 BI Demo

IBM Cognos 10.2 BI Demo IBM Cognos 10.2 BI Demo IBM Cognos Course Overview: In this training, participants acquire skills needed to develop activity, modeling and some admin works. Each and every concept is supported with documents

More information

Use Case for Manufacturing Purchase Order Analysis

Use Case for Manufacturing Purchase Order Analysis Use Case for Manufacturing Purchase Order Analysis Use Case for Manufacturing Client Profile v $500m+ in revenue v Manufacturer of government and commercial transportation goods v Multiple manufacturing

More information

<Insert Picture Here> Die 3 Musketiere: Oracle BI Foundation Suite für alle Business Intelligence Anforderungen

<Insert Picture Here> Die 3 Musketiere: Oracle BI Foundation Suite für alle Business Intelligence Anforderungen Die 3 Musketiere: Oracle BI Foundation Suite für alle Business Intelligence Anforderungen Andreas Klein Senior Manager Sales Consultants BI Agenda: Demokino Oracle BI Interactive

More information

7. Model based software architecture

7. Model based software architecture UNIT - III Model based software architectures: A Management perspective and technical perspective. Work Flows of the process: Software process workflows, Iteration workflows. Check Points of The process

More information

Enterprise Transformation Methodology Strategic Roadmap Development

Enterprise Transformation Methodology Strategic Roadmap Development Enterprise Transformation Methodology Strategic Roadmap Development White Paper Contents Think Big, Start Small, Deliver Quickly... 3 Transformation Roadmap... 3 Fundamental Business Drivers... 4 Enterprise

More information

Oracle Data Warehouse for Retail

Oracle Data Warehouse for Retail Oracle Data Warehouse for Retail Donald Rome Director, Retail Industry Strategy 14 April 2008 The following is intended to outline our general product direction. It is intended for

More information

Click Reply WM Analytics

Click Reply WM Analytics Click Reply WM Analytics Click Reply WM Analytics what it is Click Reply WM Analytics is the new business intelligence module of Click Reply Suite, created to monitor the warehouse health. Click Reply

More information

Pekka Barck, Head of Management Reporting Solutions, Nokia:

Pekka Barck, Head of Management Reporting Solutions, Nokia: HUT BI and Data Warehousing Pekka Barck, Head of Management Reporting Solutions, Nokia: Models for Data Warehousing Strategy and their Corporate Fit s of Pain and Focus in Data Warehousing today in Large

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : OG0-093 Title : TOGAF 9 Combined Part 1 and Part 2 Vendor : The Open Group Version

More information

UF Reporting/Data Warehouse Strategy

UF Reporting/Data Warehouse Strategy UF Reporting/Data Warehouse Strategy D RAFT S TATEMENT OF D IRECTION D ECEMBER 15, 2002 Summary The University of Florida will have an enterprise wide reporting strategy based on a comprehensive data warehouse,

More information

Enhancing Decision Making

Enhancing Decision Making Chapter 12 Enhancing Decision Making VIDEO CASES Video Case 1: FreshDirect Uses Business Intelligence to Manage Its Online Grocery Video Case 2: Business Intelligence Helps the Cincinnati Zoo Instructional

More information

BPM in der praktischen Anwendung für Projektmanagement

BPM in der praktischen Anwendung für Projektmanagement BPM in der praktischen Anwendung für Projektmanagement Michael Cramer, Oracle Primavera Senior Sales Executive Today s Objectives Overview of Primavera s workflow approach Brief tour

More information

Assessing BI Readiness

Assessing BI Readiness Assessing BI Readiness Faun dehenry FMT Systems Inc. 2001-8, FMT Systems Inc. All rights reserved. Agenda Introduction What is BI The organization Successful implementations BI assessment The assessment

More information

Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes

Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes 1 2014 Encore, A Quintiles Company. No unauthorized copying or distribution permitted. What We ll Cover It s all about the data Why

More information

Elevate Your Business Insight: Measured Improvement Realized in Rational Insight

Elevate Your Business Insight: Measured Improvement Realized in Rational Insight Elevate Your Business Insight: Measured Improvement Realized in Rational Insight Tack Tong Lead Architect, Rational Insight tacktong@ca.ibm.com Jun Li Wang ( 王君丽 ) Rational Insight Development wangjunl@cn.ibm.com

More information

Enterprise Data Management - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA

Enterprise Data Management - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA Warehousing Enterprise - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA ABSTRACT Recent studies have indicated that organizations involved in the design

More information

Custom Historical Reports

Custom Historical Reports FAM: All Carts Ordered Custom Historical Data in these reports is refreshed nightly *Required Field This query shows the details of all carts ordered, including the organization unit of the submitter and

More information

Navigating Your Enterprise Startrek - ing

Navigating Your Enterprise Startrek - ing Navigating Your Enterprise Startrek - ing By Paul Ormonde-James PaulOrmondeJames@cybertreking.com Source to solution The Business Intelligence Competency Centre The views expressed in this presentation

More information

Time: 3 hours. Full Marks: 70. The figures in the margin indicate full marks. Answer from all the Groups are directed. Group A. Answer all questions.

Time: 3 hours. Full Marks: 70. The figures in the margin indicate full marks. Answer from all the Groups are directed. Group A. Answer all questions. COPYRIGHT RESERVED End SEM (IV) MCA (XXIV) ERP 2017 Time: 3 hours Full Marks: 70 Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate

More information

ARIS PROCESS MINING & DASHBOARDING. Dr. Julian Krumeich Senior Product Manager ARIS USER GROUP NORDIC

ARIS PROCESS MINING & DASHBOARDING. Dr. Julian Krumeich Senior Product Manager ARIS USER GROUP NORDIC ARIS PROCESS MINING & DASHBOARDING USER GROUP NORDIC Dr. Julian Krumeich Senior Product Manager ARIS 2018 Software AG. All rights reserved. For internal use only PRODUCTS CUSTOMER JOURNEYS ORGANIZATION

More information

BALANCING DATA AND PROCESS TO ACHIEVE ORGANIZATIONAL MATURITY DECEMBER 19, 2017

BALANCING DATA AND PROCESS TO ACHIEVE ORGANIZATIONAL MATURITY DECEMBER 19, 2017 BALANCING DATA AND PROCESS TO ACHIEVE ORGANIZATIONAL MATURITY DECEMBER 19, 2017 Ron Huizenga Senior Product Manager, Enterprise Architecture & Modeling @DataAviator 2017 IDERA, Inc. All rights reserved.

More information

Utilizing Goal-Question-Metric (GQM) to Build Out Business Intelligence for the Enterprise

Utilizing Goal-Question-Metric (GQM) to Build Out Business Intelligence for the Enterprise Utilizing Goal-Question-Metric (GQM) to Build Out Business Intelligence for the Enterprise Presenters: Joe Costanzo, Chief Technology Officer Mike Crooks, Executive Advisor & Sr. Consultant Zencos Consulting

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : OG0-093 Title : TOGAF 9 Combined Part 1 and Part 2 Vendor : The Open Group Version : DEMO Get Latest

More information

Demonstrating and Creating Value with Analytics. John Hendricks & Betsy McVay

Demonstrating and Creating Value with Analytics. John Hendricks & Betsy McVay Demonstrating and Creating Value with Analytics John Hendricks & Betsy McVay 15th largest nonprofit health system 15 hospitals, 8 regions 88 Communities served by 280 physician clinics 14 community network

More information

Click to edit Master text styles

Click to edit Master text styles Pradeep K Nair Click to edit Master text styles Second level Third level Fourth level» Fifth level Agenda Why Business Intelligence? IBM Vision for BI The Corporate Information Factory (CIF) Architecture

More information

PracticeDump. Free Practice Dumps - Unlimited Free Access of practice exam

PracticeDump.   Free Practice Dumps - Unlimited Free Access of practice exam PracticeDump http://www.practicedump.com Free Practice Dumps - Unlimited Free Access of practice exam Exam : OG0-093 Title : TOGAF 9 Combined Part 1 and Part 2 Vendor : The Open Group Version : DEMO Get

More information

Nothing in this job description restricts management's right to assign or reassign duties and responsibilities to this job at any time.

Nothing in this job description restricts management's right to assign or reassign duties and responsibilities to this job at any time. H22121, page 1 Nothing in this job description restricts management's right to assign or reassign duties and responsibilities to this job at any time. DUTIES This is a non-career term job at the Metropolitan

More information

B5270G Essentials for IBM Cognos BI (V10.2)

B5270G Essentials for IBM Cognos BI (V10.2) B5270G Essentials for IBM Cognos BI (V10.2) DESCRIPTION Essentials for IBM Cognos BI (V10.2) is a blended offering consisting of five-days of instructorled training and 21 hours of Web-based, self-paced

More information

<Insert Picture Here> Smart Reporting in E-Business Suite Financials Release 12.1

<Insert Picture Here> Smart Reporting in E-Business Suite Financials Release 12.1 Smart Reporting in E-Business Suite Financials Release 12.1 Helle Hennings Product Strategy Director The following is intended to outline our general product direction. It is intended

More information

NetSuite ERP Consultant Study Guide: April 2018

NetSuite ERP Consultant Study Guide: April 2018 1 NetSuite ERP Consultant Exam Study Guide: April 2018 2 Contents About the NetSuite ERP Consultant Exam... 5 Description of a Qualified Candidate:... 5 Maintaining Your Certification... 5 Recommended

More information

NetSuite ERP Consultant Study Guide: June 2018

NetSuite ERP Consultant Study Guide: June 2018 1 NetSuite ERP Consultant Exam Study Guide: June 2018 2 Contents About the NetSuite ERP Consultant Exam... 5 Description of a Qualified Candidate:... 5 Maintaining Your Certification... 5 Recommended Training

More information

The 5 Levels of Corporate Performance Management (CPM) Maturity: Climbing to the Top Floor

The 5 Levels of Corporate Performance Management (CPM) Maturity: Climbing to the Top Floor Sponsor Ask, Share, Learn Within the Largest Community of Corporate Finance Professionals The 5 Levels of Corporate Performance Management (CPM) Maturity: Climbing to the Top Floor Learning Objectives

More information

The why and what of a BPMS Methodology. Salman Akhtar

The why and what of a BPMS Methodology. Salman Akhtar The why and what of a BPMS Methodology Salman Akhtar The BPTrends Associates Pyramid Enterprise Level Business Process Level Implementation Level. Human Resource Development Job Design Training Development

More information

Customer Satisfaction Index: What s Missing in Your Net Promoter Score?

Customer Satisfaction Index: What s Missing in Your Net Promoter Score? Customer Satisfaction Index: What s Missing in Your Net Promoter Score? 12.15 EB9216 COMMUNICATIONS Net Promoter Score has long been the most common measure of customer satisfaction and with good reason.

More information

Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company

Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company Kathya E. Mercado 1, Cynthia B. Perez 1, Laura P. Lopez-Arredondo 1, Karina Caro 2, Luis A. Castro 1 and Luis-Felipe

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS20466]: Implementing Data Models and Reports with SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom)

More information

Delivering Trusted Information

Delivering Trusted Information Delivering Trusted Information Delivering Trusted Information As a Service Trusted Information on your terms and our expertise 2007 IBM Corporation Agenda WebSphere Live for SOA The Information Challenge

More information

Effective Risk Management With AML Risk Assessment. January 25, 2017

Effective Risk Management With AML Risk Assessment. January 25, 2017 Effective Risk Management With AML Risk Assessment January 25, 2017 2017 2017 Crowe Crowe Horwath Horwath LLP LLP Agenda Regulatory Trends in Risk Assessment Crowe Approach to Anti-Money Laundering (AML)

More information