Analysis of Mul-- dimensional data with MDX (covering MS Analysis Services, Oracle Hyperion, Cognos TM1, & SAP BW)

Size: px
Start display at page:

Download "Analysis of Mul-- dimensional data with MDX (covering MS Analysis Services, Oracle Hyperion, Cognos TM1, & SAP BW)"

Transcription

1 Analysis of Mul-- dimensional data with MDX (covering MS Analysis Services, Oracle Hyperion, Cognos TM1, & SAP BW) Mohamed Diakite Pineda

2 Agenda Overview: Connec-ng to OLAP Sources OLAP Repor5ng Principles OLAP to MicroStrategy Objects OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor5ng Roadmap Ques5ons and Answers 2

3 Demo Connec5ng to OLAP sources

4 Connec5ng to OLAP Sources Overview of Components & Protocols to Connect to OLAP Sources IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (MSSAS) ODBO (TM1) Essbase C API Java Connector (JCO) SAP JCO (SAP BAPI) Microsoft Analysis Services OLE DB Provider TM1 OLEDB Provider Oracle Essbase C API Third-party libraries

5 Connec5ng to OLAP Sources Connec5ng to SAP BW Intelligence Server Windows: Add SAP JCO libraries to Intelligence Server s home directory. (E.g. C:\Program Files(x86)\Common\MicroStrategy) Linux: Set SAP JCO library location in env/sap.sh Java Connector (JCO) SAP JCO (SAP BAPI) sapjco.*

6 Connec5ng to OLAP Sources Connec5ng to SAP BW Intelligence Server Java Connector (JCO) SAP JCO (SAP BAPI)

7 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider IIS Install MDX Cube Provider

8 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (MSSAS) ODBO (TM1) Essbase C API Configure MDX Cube Provider one time in Datasources.xml (only one provider per MDX Cube Provider instance) Authentication methods (simple/integrated) Type of provider (Essbase, MSSAS, TM1)

9 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with MSSAS IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (MSSAS) Microsoft Analysis Services OLE DB Provider

10 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with MSSAS IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (MSSAS) URL to MDX Cube Provider MSSAS Server Database/Catalog Microsoft Analysis Services OLE DB Provider

11 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with Oracle Essbase IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider Essbase C API Oracle Essbase C API Register Essbase API: Program Files (x86)/common/ MicroStrategyEssbaseConnector_SetEnv_64_64.bat

12 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with Oracle Essbase IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider Essbase C API URL to MDX Cube Provider Essbase Server Essbase Application Oracle Essbase C API

13 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with TM1 IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (TM1) TM1 OLEDB Provider

14 Connec5ng to OLAP Sources MicroStrategy MDX Cube Provider with TM1 IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (TM1) URL to MDX Cube Provider TM1 Server TM1 Configuration/Catalog TM1 OLEDB Provider

15 Connec5ng to OLAP Sources Overview of Components & Protocols to Connect to OLAP Sources IIS Intelligence Server XMLA (HTTP) MicroStrategy MDX Provider ODBO (MSSAS) ODBO (TM1) Essbase C API Java Connector (JCO) SAP JCO (SAP BAPI) Microsoft Analysis Services OLE DB Provider TM1 OLEDB Provider Oracle Essbase C API Third-party libraries

16 Connec5ng to OLAP Sources Authen5ca5on Authentication Mechanism MSSAS Essbase SAP TM1 Basic Authentication Kerberos Authentication Connection Mapping SAP SCN Trust Authentication N/A N/A N/A 16

17 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor-ng Principles OLAP Repor5ng in MicroStrategy OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor5ng Roadmap Ques5ons and Answers 17

18 OLAP Repor5ng Principles OLAP Online Analytical Processing Analysis of business data in a multi-dimensional array of data Cube

19 OLAP Repor5ng Principles Cubes and Dimensions What is an OLAP cube? Time Product Electronics , Books Music Movies Beer Table = 2-Dimensional Cube Cubes are made of Dimensions Measures Product dimension has 5 members (Electronics, Books, etc.) Time dimension has also 5 members (2001, 2002, etc.) Measure is Revenue

20 OLAP Repor5ng Principles Measures Can I have multiple measures in a cube? YES, cubes can have multiple measures Product Time Measures Revenue Qty Sld Revenue Qty Sld Electro Books Beer Time Product Electro Books Beer Revenue Time Product Electro 3 30 Books 4 8 Beer Qty Sold

21 OLAP Repor5ng Principles Measures Measures is another dimension (generally, without hierarchies, though) Overlap those two individual tables, each with a different measure, and you get a cube Products Beer Music Movies Books Qty Sold Electronic s Measures Time Revenue CUBE with 3 dimensions: Products, Time, Measures

22 OLAP Repor5ng Principles Measures Each unique value occurs at at the intersection of three members of different dimensions: Cell (or tuple, in MDX) Products Beer Music Movies (Electronics, 2006, Revenue) = $23.3 Books Electronics Time Measures 3 Dimensions

23 OLAP Repor5ng Principles Hierarchies Elements in Dimensions are organized in Hierarchies: I want quarterly data, not just monthly data Products Time Electronics Books Music Movies Beer 2001 Q1 Jan Feb Data can exist at multiple levels in the time dimension in the cube: Year, Quarter, Month Mar Q1 Total Total Year, Quarter and Month form a hierarchy of time members. Data can be aggregated at the different time hierarchy levels; cubes can do complex rollups (not just sums)

24 OLAP Repor5ng Principles Hierarchies The Product Dimension, a hierarchy might look like this This hierarchy has levels [All Products] is also a member! Product Dimension All All Products Category Electronics Books Beer Subcategory Computers TVs & Audio Fiction Non-fiction Travel Lager Ale Item Macbook Pro 13 Samsung LCD 2x5 BI Utopia IT Drives Business MDX for All Lonely Planet: China XX Lager Duvel Chimay Each level has members

25 OLAP Repor5ng Principles Hierarchies The Products Dimension may be organized differently: by category and by brands Multiple Hierarchies may exist in a Dimension All brands All Products Electronics Beer General Electric Samsung Computers Lager Ale HomeAppliance Plus Pureview XX Lager Duvel Galaxy Chimay

26 OLAP Repor5ng Principles Wrap- up Products Beer Dimensions Members Hierarchies and Levels Music Movies Books Electronics Jan Feb Mar Apr May Jun Time Measures is another dimension Measures Q Q

27 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor5ng Principles OLAP Repor-ng in MicroStrategy OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor5ng Ques5ons and Answers 27

28 OLAP Repor5ng in MicroStrategy ODBO OLE DB for OLAP (Object Linking and Embedding, Database for Online Analytical Processing abbreviated ODBO) is Microsoft published specification and an industry standard for multi-dimensional data processing OLAP Provider ODBO MicroStrategy MSSAS Essbase TM1 SAP Catalog Schema Cube Dimension Hierarchy Level Schema (per DB Instance) Ignored MDX Cube Dimension Hierarchy Attribute Member Attribute Element Member Properties Attribute Forms ODBO Drivers SAP JCO Essbase C API MicroStrategy objects 28

29 OLAP Repor5ng in MicroStrategy ODBO - MSSAS Sharing: MDX cubes in a given Schema share the Dimensions, Hierarchies, Levels (attributes), as in the source. MSSAS ODBO MicroStrategy Database Catalog Schema (per DB Instance) N/A Schema Ignored Cube/Perspective Cube MDX Cube Dimension Dimension Dimension Hierarchy Hierarchy Hierarchy Level Level Attribute Member Member Attribute Element Member Properties Member Properties Attribute Forms MSSAS ODBO Driver MicroStrategy objects 29

30 OLAP Repor5ng in MicroStrategy ODBO - Essbase Measures as Dimension: Measures dimension can be treated as an attribute dimension (instead of as Metrics) Sharing: Each MDX cube has its own private Dimensions, Hierarchies, Attributes. Hierarchies: Essbase only exposes a single hierarchy per Dimension. Essbase ODBO MicroStrategy Application Catalog Schema (per DB Instance) N/A Schema Ignored Database Cube MDX Cube Dimension Dimension Dimension Hierarchy Hierarchy Hierarchy Level Level Attribute Member Member Attribute Element Member Properties (9.3+) Member Properties Attribute Forms Essbase Essbase C API MicroStrategy objects 30

31 OLAP Repor5ng in MicroStrategy ODBO SAP BW Certification: MicroStrategy is SAP-Certified: BW-OBI 2.0 External interface for OLAP client application Sharing: Dimensions/Hierarchies are shared across cubes in a Catalog (as in the Source) SAP BW ODBO MicroStrategy InfoCube Catalog Schema (per DB Instance) N/A Schema Ignored InfoCube/Query Cube MDX Cube Characteristic Dimension Dimension Hierarchy Hierarchy Hierarchy Virtual Level Level Attribute Characteristic Value Member Attribute Element Display Attributes Member Properties Attribute Forms SAP BW SAP JCO (OLAP BAPI) MicroStrategy objects 31

32 OLAP Repor5ng in MicroStrategy ODBO TM1 Sharing: Dimensions/Hierarchies are shared across cubes in a Catalog (as in the Source) TM1 ODBO MicroStrategy Server Catalog Schema (per DB Instance) N/A Schema Ignored Cube Cube MDX Cube Dimension Dimension Dimension Hierarchy Hierarchy Hierarchy Level Level Attribute Element Member Attribute Element Attribute Member Properties Attribute Forms TM1 ODBO Driver MicroStrategy objects 32

33 OLAP Repor5ng in MicroStrategy Making OLAP Cube Available in MicroStrategy Corresponding MicroStrategy attributes, hierarchies and metrics. Cube Structure 33

34 OLAP Repor5ng in MicroStrategy Configura5on SeRngs - Hierarchy Proper5es: Ragged Hierarchies Treats hierarchies as ragged for display purposes only Subtotals are still internally aggregated by Analytical Engine (planned enhancement) 34

35 OLAP Repor5ng in MicroStrategy Configura5on SeRngs - Hierarchy Proper5es: Ragged Hierarchies Rows when Hierarchy is Balanced Rows when Unbalanced Hierarchy setting set Hierarchies marked as unbalanced/ragged = Keeping all rows even if some do not have corresponding elements in all levels 35

36 OLAP Repor5ng in MicroStrategy Configura5on SeRngs - Hierarchy & Level Proper5es: Source Order Retrieves & saves member sort order If enabled, recommendation is to update hierarchy structure regularly with changing data. Setting also available for Hierarchy Levels For example: charts of accounts make sense in certain order only. 36

37 OLAP Repor5ng in MicroStrategy Configura5on SeRngs - Measures: Addi5onal Metrics Compound Metrics based on imported measures. Custom MDX Expressions as calculated members of Measures dimension (useful for transformations, conditional metrics, etc.) 37

38 OLAP Repor5ng in MicroStrategy Configura5on SeRngs - MDX VLDB SeRngs Control MDX syntax or features For example: Cell Level Formatting Non empty keyword Date format 38

39 Demo Modeled OLAP Configura5on SeRngs

40 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor5ng OLAP Repor5ng in MicroStrategy OLAP vs. Rela-onal Repor-ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor5ng Roadmap Ques5ons and Answers 40

41 Rela5onal Repor5ng Schema based on Tables Objects Mapped to table columns Attributes Facts Transformations

42 OLAP Repor5ng Schema based on Cubes OLAP Cubes contain business/reporting logic Attributes, Hierarchies, Metrics represent semantics of OLAP cube

43 Rela5onal Repor5ng Applica5on Objects Application objects contain business/reporting logic (e.g. how data is aggregated) Application objects determine what and how to get data from databases

44 OLAP Repor5ng Applica5on Objects Application objects only list what to retrieve from the cube (not how)

45 Rela5onal Repor5ng Query Language SQL is generated based on reporting logic in application objects SQL says what and how data is retrieved from relational sources

46 OLAP Repor5ng Query Language MDX says only what is retrieved from OLAP sources Report Report: MDX View

47 OLAP vs. Rela5onal Repor5ng How do OLAP and Rela5onal repor5ng compare? Schema Objects ROLAP Attributes Facts Transformations Hierarchies Others (Partition Map,etc.) -- MOLAP Attributes Hierarchies -- Metrics Application Objects Metrics Filters Prompts Consolidations Custom Groups Derived Elements Reports Documents Etc. Metrics Filters Consolidations Custom Groups Prompts Derived Elements Reports Documents Etc.

48 OLAP vs. Rela5onal Repor5ng Rela5onal and OLAP Repor5ng Together App Objects Schema Objects City Store Discount Data Sources ROLAP MOLAP MOLAP Self- Service Project Schema MDX Schema MDX Schema * Very simplified view

49 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor5ng OLAP Repor5ng in MicroStrategy OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela-onal Repor-ng Data Import vs. Modeled OLAP Repor5ng Roadmap Ques5ons and Answers 49

50 Blending OLAP and Rela5onal Repor5ng Map OLAP cube to Project AUributes Multi-source scenario App Objects Schema Objects City Store Discount Data Sources ROLAP MOLAP MOLAP Self- Service Project Schema MDX Schema MDX Schema

51 Blending OLAP and Rela5onal Repor5ng Map OLAP cube to Project AUributes Go to MDX Cube Catalog Right-mouse click on object, choose Map Refresh Schema 51

52 Blending OLAP and Rela5onal Repor5ng Map OLAP cube to Project AUributes Mapping to Project ANributes Mul5- source AUributes: reports with project auributes and metrics from database or OLAP cubes Standalone Filters Security Filter Custom Groups Consolida5ons Common selectors, groupings in Report Services documents 52

53 Blending OLAP and Rela5onal Repor5ng Mapping Objects between OLAP Cubes Cube A Choose a Year Query A Var1 Var 2 Var1 Query B

54 Blending OLAP and Rela5onal Repor5ng Map OLAP cube to Project AUributes Mapping to Other Cubes Avoiding redundant prompts: SAP BW Variables Switching cubes in a report 54

55 Demo Mapping OLAP cube to Project Schema and Mul5source

56 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor5ng OLAP Repor5ng in MicroStrategy OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor-ng Roadmap Ques5ons and Answers 56

57 Data Import vs. Modeled OLAP Repor5ng Configura5on Feature Modeling Data Import Needs MDX Cube Provider (non-sap) Needs SAP JCO libraries in Intelligence Server (SAP) Supports Kerberos Authentication (MSSAS, TM1, SAP only) Database Instance need to be configured in Developer 57

58 Data Import vs. Modeled OLAP Repor5ng Func5onality Feature Modeling Data Import Ragged Hierarchy Support Configurable Automatic Source Order Functionality Configurable Unexposed Compound Metrics Pass-through MDX Calculated Members Configurable Unexposed VLDB Settings (Non empty, Cell-level Formatting, etc.) VLDB settings are set at Database Instance and Report levels Configurable Configurable for DB Instance Multi-source reporting / Data Blending Attribute Mapping Visual Insight Attr. Linking 58

59 Demo OLAP Repor5ng from VI with Data Blending

60 Data Import vs. Modeled OLAP Repor5ng Recommenda5ons Use Data Import workflows preferably: End user experience is better Improvements will appear first in Data Import Use modeled way if there are needs for advanced features (pass-through metrics, source order, etc.) there is a need to load data to Intelligent Cubes 60

61 Agenda Overview: Connec5ng to OLAP Sources OLAP Repor5ng OLAP Repor5ng in MicroStrategy OLAP vs. Rela5onal Repor5ng Blending OLAP and Rela5onal Repor5ng Data Import vs. Modeled OLAP Repor5ng Roadmap Ques5ons and Answers 61

62 Roadmap Overview Short-Term Mid-term Long-term Hierarchical Attribute on template (better support of ragged/unbalanced hierarchies) Subtotals from source (support non-additive measures in MDX) Filter Panel (for hierarchical attribute) Incremental Fetch (Server-to-Client) Derived Elements (on Hierarchical Attribute) / Custom Sorting Calculated members (pass-through DEs)

63 Questions and Answers MicroStrategy World

An Architectural Review Of Integrating MicroStrategy With SAP BW

An Architectural Review Of Integrating MicroStrategy With SAP BW An Architectural Review Of Integrating MicroStrategy With SAP BW Manish Jindal MicroStrategy Principal HCL Objectives To understand how MicroStrategy integrates with SAP BW Discuss various Design Options

More information

Oracle OLAP 11g and Oracle Essbase

Oracle OLAP 11g and Oracle Essbase Oracle OLAP 11g and Oracle Essbase Mark Rittman, Director, Rittman Mead Consulting Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman Mead Consulting Oracle BI&W Project

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Course Outline Module 1: Introduction to Business Intelligence and Data Modeling This module provides an introduction to Business

More information

Essbase Integration Services Release 7.1 New Features

Essbase Integration Services Release 7.1 New Features New Features Essbase Integration Services Release 7.1 New Features Congratulations on receiving Essbase Integration Services Release 7.1. Essbase Integration Services enables you to transfer the relevant

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J ODTUG Kaleidoscope Conference June 2009, Monterey, USA Oracle Business Intelligence

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Implementing Data Models and Reports with Microsoft SQL Server

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

More information

Data Warehousing OLAP

Data Warehousing OLAP Data Warehousing OLAP References Wei Wang. A Brief MDX Tutorial Using Mondrian. School of Computer Science & Engineering, University of New South Wales. Toon Calders. Querying OLAP Cubes. Wolf-Tilo Balke,

More information

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES OBIEE 11G: CREATE ANALYSIS AND DASHBOARDS: 11.1.1.7 DURATION: 4 DAYS Course Description: This course provides step-by-step instructions for creating analyses and dashboards, which compose business intelligence

More information

HYPERION ESSBASE SYSTEM 9

HYPERION ESSBASE SYSTEM 9 HYPERION ESSBASE SYSTEM 9 ESSBASE INTEGRATION SERVICES RELEASE 9.3.1 DATA PREPARATION GUIDE Integration Services Data Preparation Guide, 9.3.1 Copyright 1998, 2007, Oracle and/or its affiliates. All rights

More information

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server Extending Hyperion BI with the Oracle BI Server Mark Ostroff Sr. BI Solutions Consultant Agenda Hyperion BI versus Hyperion BI with OBI Server Benefits of using Hyperion BI with the

More information

arcplan Enterprise in SAP Environments

arcplan Enterprise in SAP Environments [ Deliver Intuitive and Inclusive BI Solutions That Complete the Picture and Inspire Action 2009 arcplan, Inc. Real Partnership Since its inception in 1993, arcplan has been the Business Intelligence software

More information

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

More information

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5

More information

IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance

IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance Data Sheet IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance Overview Multidimensional analysis is a powerful means of extracting maximum value from your corporate

More information

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Joshua Jeyasingh Senior Technical Account Manager WW A&C Partner Enablement Objective & Audience Objective Help you prepare

More information

1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing

1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing 1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing 2. What is a Data warehouse a. A database application

More information

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston Christian Ah-Soon and David François Gonzalez SAP BusinessObjects BI Security Bonn Boston Contents at a Glance 1 Introduction to Security in SAP Business Objects Business Intelligence 4.0... 23 2 Administration

More information

Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70

Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70 Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70 Legal Disclaimer 2014 SAP SE or an SAP affiliate company. All rights reserved. Customer 2 Agenda Overview Convergence

More information

Reporting and Analysis with SAP BusinessObjects

Reporting and Analysis with SAP BusinessObjects Ingo Hilgefort Reporting and Analysis with SAP BusinessObjects Bonn Boston Contents at a Glance 1 Introduction to the SAP BusinessObjects Reporting and Analysis Tools... 19 2 Customer Requirements and

More information

The Right BI Tool for the Job in a non- SAP Applica9on Environment

The Right BI Tool for the Job in a non- SAP Applica9on Environment September 9 11, 2013 Anaheim, California The Right BI Tool for the Job in a non- SAP Applica9on Environment Speaker Name(s): Ty Miller Full Spectrum Business Intelligence Self Service Dashboards and Apps

More information

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server Length 5 days Price $4070.00 (inc GST) Version C Overview The focus of this five-day

More information

Anwendersoftware Anwendungssoftwares a. Data-Warehouse-, Data-Mining- and OLAP-Technologies. Online Analytic Processing

Anwendersoftware Anwendungssoftwares a. Data-Warehouse-, Data-Mining- and OLAP-Technologies. Online Analytic Processing Anwendungssoftwares a Data-Warehouse-, Data-Mining- and OLAP-Technologies Online Analytic Processing Online Analytic Processing OLAP Online Analytic Processing Technologies and tools that support (ad-hoc)

More information

Business Intelligence In SAP Environments

Business Intelligence In SAP Environments Business Intelligence In SAP Environments BARC Business Application Research Center 1 OUTLINE 1 Executive Summary... 3 2 Current developments with SAP customers... 3 2.1 SAP BI program evolution... 3 2.2

More information

CS2032 Data warehousing and Data Mining Unit II Page 1

CS2032 Data warehousing and Data Mining Unit II Page 1 UNIT II BUSINESS ANALYSIS Reporting Query tools and Applications The data warehouse is accessed using an end-user query and reporting tool from Business Objects. Business Objects provides several tools

More information

Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex,

Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex, Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex, Inc. Overview Introduction What is Business Intelligence?

More information

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.3 4. SAP BW 7.3 Cubes, DSO's,Multi Providers, Infosets 5. Business

More information

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The

More information

SAP BUSINESS OBJECTS BO BI 4.1 amron

SAP BUSINESS OBJECTS BO BI 4.1 amron 0 Training Details Course Duration: 65 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

SAP Business Objects BO BI 4.1

SAP Business Objects BO BI 4.1 SAP Business Objects BO BI 4.1 SAP Business Objects (a.k.a. BO, BOBJ) is an enterprise software company, specializing in business intelligence (BI). Business Objects was acquired in 2007 by German company

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

Cognos 8 Best Practices

Cognos 8 Best Practices Northwestern University Business Intelligence Solutions Cognos 8 Best Practices Volume 2 Dimensional vs Relational Reporting Reporting Styles Relational Reports are composed primarily of list reports,

More information

70-467: Designing Business Intelligence Solutions with Microsoft SQL Server

70-467: Designing Business Intelligence Solutions with Microsoft SQL Server 70-467: Designing Business Intelligence Solutions with Microsoft SQL Server The following tables show where changes to exam 70-467 have been made to include updates that relate to SQL Server 2014 tasks.

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Length: 5 Days Audience:

More information

<Insert Picture Here> Enhancing the Performance and Analytic Content of the Data Warehouse Using Oracle OLAP Option

<Insert Picture Here> Enhancing the Performance and Analytic Content of the Data Warehouse Using Oracle OLAP Option Enhancing the Performance and Analytic Content of the Data Warehouse Using Oracle OLAP Option The following is intended to outline our general product direction. It is intended for

More information

SAP BW Connector for BIRT Technical Overview

SAP BW Connector for BIRT Technical Overview SAP BW Connector for BIRT Technical Overview How to Easily Access Data from SAP Cubes Using BIRT www.yash.com 2011 Copyright YASH Technologies. All rights reserved. www.yash.com 2013 Copyright YASH Technologies.

More information

SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization. MicroStrategy World 2016

SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization. MicroStrategy World 2016 SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization MicroStrategy World 2016 Technical Integration with Microsoft SQL Server Microsoft SQL Server is

More information

How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy. Ani Jain January 29, 2014

How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy. Ani Jain January 29, 2014 How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy Ani Jain January 29, 2014 Agenda Case Studies Why BusinessObjects and Cognos Customers Upgrade to MicroStrategy Demo:

More information

Creating an Enterprise Reporting Bus with SAP BusinessObjects

Creating an Enterprise Reporting Bus with SAP BusinessObjects September 10-13, 2012 Orlando, Florida Creating an Enterprise Reporting Bus with SAP BusinessObjects Kevin McManus LaunchWorks Session : 0313 Learning Points By consolidating people, process, data and

More information

Oracle BI 11g R1: Create Analyses and Dashboards

Oracle BI 11g R1: Create Analyses and Dashboards Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 11g R1: Create Analyses and Dashboards Duration: 5 Days What you will learn This Oracle BI 11g R1: Create Analyses and

More information

MS 50511A The Microsoft Business Intelligence 2010 Stack

MS 50511A The Microsoft Business Intelligence 2010 Stack MS 50511A The Microsoft Business Intelligence 2010 Stack Description: This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-End business solutions using

More information

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston Ingo Hilget Integrating SAP Business Objects BI with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects BI and SAP NetWeaver Overview... 21 2 Installation and Configuration... 39 3 Semantic

More information

CS6905 - Programming OLAP

CS6905 - Programming OLAP CS6905 - Programming OLAP DANIEL LEMIRE Research Officer, NRC Adjunct Professor, UNB CS6905 - Programming OLAP DANIEL LEMIRE Research Officer, NRC Adjunct Professor, UNB These slides will be made available

More information

SQL Server Analysis Services Complete Practical & Real-time Training

SQL Server Analysis Services Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner SQL Server Analysis Services Complete Practical & Real-time Training Mode: Practical,

More information

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Length: Delivery Method: 3 Days Instructor-led (classroom) About this Course Elements of this syllabus are subject

More information

SAP BusinessObjects Business Intelligence (BOBI) 4.1

SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects BI (also known as BO or BOBJ) is a suite of front-end applications that allow business users to view, sort and analyze business

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Designing Business Intelligence Solutions with Microsoft SQL Server 2012

More information

SAS BI Course Content; Introduction to DWH / BI Concepts

SAS BI Course Content; Introduction to DWH / BI Concepts SAS BI Course Content; Introduction to DWH / BI Concepts SAS Web Report Studio 4.2 SAS EG 4.2 SAS Information Delivery Portal 4.2 SAS Data Integration Studio 4.2 SAS BI Dashboard 4.2 SAS Management Console

More information

ORACLE ESSBASE INTEGRATION SERVICES RELEASE 11.1.1 DATA PREPARATION GUIDE

ORACLE ESSBASE INTEGRATION SERVICES RELEASE 11.1.1 DATA PREPARATION GUIDE ORACLE ESSBASE INTEGRATION SERVICES RELEASE 11.1.1 DATA PREPARATION GUIDE Integration Services Data Preparation Guide, 11.1.1 Copyright 1998, 2008, Oracle and/or its affiliates. All rights reserved. Authors:

More information

SQL SERVER TRAINING CURRICULUM

SQL SERVER TRAINING CURRICULUM SQL SERVER TRAINING CURRICULUM Complete SQL Server 2000/2005 for Developers Management and Administration Overview Creating databases and transaction logs Managing the file system Server and database configuration

More information

Essbase Calculations: A Visual Approach

Essbase Calculations: A Visual Approach Essbase Calculations: A Visual Approach TABLE OF CONTENTS Essbase Calculations: A Visual Approach... 2 How Essbase Refers To Cells: Intersections and Intersection Names... 2 Global Calculation... 3 Relative

More information

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot www.etidaho.com (208) 327-0768 Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot 3 Days About this Course This course is designed for the end users and analysts that

More information

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced

More information

8. Business Intelligence Reference Architectures and Patterns

8. Business Intelligence Reference Architectures and Patterns 8. Business Intelligence Reference Architectures and Patterns Winter Semester 2008 / 2009 Prof. Dr. Bernhard Humm Darmstadt University of Applied Sciences Department of Computer Science 1 Prof. Dr. Bernhard

More information

SAP BO 4.1 Online Training

SAP BO 4.1 Online Training WWW.ARANICONSULTING.COM SAP BO 4.1 Online Training Arani consulting 2014 A R A N I C O N S U L T I N G, H Y D E R A B A D, I N D I A SAP BO 4.1 Training Topics In this training, attendees will learn: Data

More information

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review Business Intelligence for A Technical Overview WHITE PAPER Cincom In-depth Analysis and Review SIMPLIFICATION THROUGH INNOVATION Business Intelligence for A Technical Overview Table of Contents Complete

More information

SimbaO2X Business White Paper

SimbaO2X Business White Paper Contents Overview...1 What is XML for Analysis (XMLA)...2 What is OLE DB for OLAP (ODBO)...2 The Business Dilemma...2 SimbaO2X - ODBO to XMLA Bridge...3 A Standards-based Solution...4 SimbaO2X Features...4

More information

NEW FEATURES ORACLE ESSBASE STUDIO

NEW FEATURES ORACLE ESSBASE STUDIO ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

ORACLE BUSINESS INTELLIGENCE FOUNDATION SUITE 11g WHAT S NEW

ORACLE BUSINESS INTELLIGENCE FOUNDATION SUITE 11g WHAT S NEW ORACLE BUSINESS INTELLIGENCEFOUNDATION SUITE 11g DATA SHEET Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00 Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.

More information

OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting

OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting Alex Ladd Sr. Partner MindStream Analytics The Webinar will start at 12:05pm Agenda Introduction Audience Participation Today s Goals

More information

SAP BO Course Details

SAP BO Course Details SAP BO Course Details By Besant Technologies Course Name Category Venue SAP BO SAP Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark Opposite to

More information

SAP BusinessObjects Dashboards

SAP BusinessObjects Dashboards SAP BusinessObjects Dashboards Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader

Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader Oracle Business B Intelligence Products Roadmap Ljiljana Perica, Oracle Business Solution Team Leader 1 Oracle is the Worldwide Leader in Business Analytics Oracle BI Applications #1 in Analytic Applications

More information

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects Web Intelligence and BI Launch Pad 4.0 Introducing Web Intelligence BI launch pad: What's new in 4.0 Customizing BI launch

More information

SAP BusinessObjects BI Clients. January 2016

SAP BusinessObjects BI Clients. January 2016 SAP BusinessObjects BI Clients January 2016 SAP Analytics and BI Strategy SAP Analytics Strategy SAP Cloud for Analytics Provide new SaaS Analytics capabilities All analytics capabilities in one product

More information

IBM Cognos Business Intelligence Version 10.1.1. Dynamic Query Guide

IBM Cognos Business Intelligence Version 10.1.1. Dynamic Query Guide IBM Cognos Business Intelligence Version 10.1.1 Dynamic Query Guide Note Before using this information and the product it supports, read the information in Notices on page 21. Product Information This

More information

Leveraging BI Tools & HANA. Tracy Nguyen, North America Analytics COE April 15, 2016

Leveraging BI Tools & HANA. Tracy Nguyen, North America Analytics COE April 15, 2016 Leveraging BI Tools & HANA Tracy Nguyen, North America Analytics COE April 15, 2016 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components Excel Excel OLAP features and limitations Pivot tables, charts, named sets, cube formulas, online/offline cubes and so much more Best of combined PowerPivot with Analysis Services cubes Demo: Excel with

More information

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Server Administration Guide Version 10.1.3.2 December 2006 Part Number: B31770-01 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software

More information

The IBM Cognos Platform for Enterprise Business Intelligence

The IBM Cognos Platform for Enterprise Business Intelligence The IBM Cognos Platform for Enterprise Business Intelligence Highlights Optimize performance with in-memory processing and architecture enhancements Maximize the benefits of deploying business analytics

More information

An Oracle White Paper June 2012. Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes

An Oracle White Paper June 2012. Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes An Oracle White Paper June 2012 Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes Introduction Oracle Business Intelligence Enterprise Edition version 11.1.1.5 and later has the

More information

Monitoring Genebanks using Datamarts based in an Open Source Tool

Monitoring Genebanks using Datamarts based in an Open Source Tool Monitoring Genebanks using Datamarts based in an Open Source Tool April 10 th, 2008 Edwin Rojas Research Informatics Unit (RIU) International Potato Center (CIP) GPG2 Workshop 2008 Datamarts Motivation

More information

Salesforce.com and MicroStrategy. A functional overview and recommendation for analysis and application development

Salesforce.com and MicroStrategy. A functional overview and recommendation for analysis and application development Salesforce.com and MicroStrategy A functional overview and recommendation for analysis and application development About the Speaker Prittam Bagani Director, Product Management Prittam started working

More information

dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Copyright 2008, Vlamis Software Solutions, Inc.

dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Copyright 2008, Vlamis Software Solutions, Inc. Building Cubes and Analyzing Data using Oracle OLAP 11g ODTUG 08 Session: 7 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Vlamis Software Solutions, Inc.

More information

Microsoft Business Intelligence for Teradata. General Manager SQL Server BI

Microsoft Business Intelligence for Teradata. General Manager SQL Server BI Microsoft Business Intelligence for Teradata Tom Casey Microsoft General Manager SQL Server BI Todd Walter Teradata R&D CTO Microsoft/Teradata Collaboration Microsoft and Teradata are collaborating to

More information

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION 1 SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION What is BI? Microsoft SQL Server 2008 provides a scalable Business Intelligence platform optimized for data integration, reporting, and analysis,

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

More information

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September

More information

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Naomi Tomioka Phipps Principal Solution Advisor Business User South East Asia 22 nd April,

More information

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 Introduction This course provides students with the knowledge and skills necessary to design, implement, and deploy OLAP

More information

DATA CUBES E0 261. Jayant Haritsa Computer Science and Automation Indian Institute of Science. JAN 2014 Slide 1 DATA CUBES

DATA CUBES E0 261. Jayant Haritsa Computer Science and Automation Indian Institute of Science. JAN 2014 Slide 1 DATA CUBES E0 261 Jayant Haritsa Computer Science and Automation Indian Institute of Science JAN 2014 Slide 1 Introduction Increasingly, organizations are analyzing historical data to identify useful patterns and

More information

OLAP Is Different From What You Think. Rittman Mead BI Forum Spring 2012

OLAP Is Different From What You Think. Rittman Mead BI Forum Spring 2012 OLAP Is Different From What You Think Rittman Mead BI Forum Spring 2012 Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Dan Vlamis and Vlamis Software Solutions Vlamis Software

More information

Analytics with Excel and ARQUERY for Oracle OLAP

Analytics with Excel and ARQUERY for Oracle OLAP Analytics with Excel and ARQUERY for Oracle OLAP Data analytics gives you a powerful advantage in the business industry. Companies use expensive and complex Business Intelligence tools to analyze their

More information

SAP Business Planning & Consolidation 10.1. Discover its enhanced capabilities

SAP Business Planning & Consolidation 10.1. Discover its enhanced capabilities SAP Business Planning & Consolidation 10.1 Discover its enhanced capabilities 11/06/2016 Agenda element61 SAP BPC 10.1 Intro Demo of SAP BPC 10.1 (Planning focus) What we are about... What we are about...

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

Business Objects BI Platform 4.x with SAP NetWeaver

Business Objects BI Platform 4.x with SAP NetWeaver Ingo Hilgefort Integrating SAP Business Objects BI Platform 4.x with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects 4.x and SAP NetWeaver... 21 2 Installation and Configuration...

More information

50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards

50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards 50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials Outline Introduction

More information

Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition

Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition Milena Gerova President Bulgarian Oracle User Group mgerova@technologica.com Who am I Project Manager in TechnoLogica Ltd

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Creating BI solutions with BISM Tabular. Written By: Dan Clark

Creating BI solutions with BISM Tabular. Written By: Dan Clark Creating BI solutions with BISM Tabular Written By: Dan Clark CONTENTS PAGE 3 INTRODUCTION PAGE 4 PAGE 5 PAGE 7 PAGE 8 PAGE 9 PAGE 9 PAGE 11 PAGE 12 PAGE 13 PAGE 14 PAGE 17 SSAS TABULAR MODE TABULAR MODELING

More information

Štandardizácia BI na platforme Oracle. Gabriela Heč ková, Oracle Slovensko

Štandardizácia BI na platforme Oracle. Gabriela Heč ková, Oracle Slovensko Štandardizácia BI na platforme Oracle Gabriela Heč ková, Oracle Slovensko Oracle Business Intelligence Continued Investment & Innovation Embedded Business Intelligence Oracle Business Intelligence 11g

More information