QAD Business Intelligence Data Warehouse Demonstration Guide. May 2015 BI 3.11

Size: px
Start display at page:

Download "QAD Business Intelligence Data Warehouse Demonstration Guide. May 2015 BI 3.11"

Transcription

1 QAD Business Intelligence Data Warehouse Demonstration Guide May 2015 BI 3.11

2 Overview This demonstration focuses on the foundation of QAD Business Intelligence the Data Warehouse and shows how this functionality supports the vision of the Effective Enterprise; where every business process is working at peak efficiency and perfectly aligned to the company s strategic goals. QAD Business Intelligence Data Warehouse Key Points Enabling the Effective Enterprise

3 Related Metrics Key Performance Indicators (KPIs) define what the Effective Enterprise means to your company, mapping your company s vision, strategy and goals to specific measurements that will help you drive efficiency and identify improvements in the business process. QAD gathers all the information needed to track the performance of your business in a Data Warehouse, providing dashboards that monitor a pre-defined set of metrics in ten key areas. Additional metrics and the relative importance of each one will depend on your definition of the Effective Enterprise. The Data Warehouse maintains all of the information you need to monitor your metrics and any aspect of business performance. It augments the information available in transaction-based operational systems, maintaining the historical information needed for analytical reports, identifying performance trends over time. Its elegant design simplifies the task of gathering, organizing and analyzing performance information from multiple sources. Data Warehouse Related Metrics Key Points Central repository, easy to manage, simple to extend Key Performance Indicator (KPI) Framework o 10 high level KPIs Standard metrics Importance varies by company

4 Enabling Solution The Business Intelligence Data Warehouse overcomes the challenge of getting information from across an extended global enterprise, aggregating data from multiple business units operating in different currencies using a mix of applications. The Data Warehouse manages issues like multiple entities, currencies and fiscal years, maintaining complete historical information for reporting. It takes operational system data and transforms it into table structures, optimized for reporting. Not only is this faster, it is set up with the needs of the business user in mind. Typically, business users will not need to develop many customized reports or queries because QAD delivers Business Intelligence with pre-defined data analysis for each functional area. However, if you need additional information, you can access performance-related information directly, usually without having to call a programmer. That is because the QAD Data Warehouse comes with complete documentation using easy-to-read English-language labels and descriptions; words that the business user understands. Moreover, it is easy to bring in data from other applications. With QAD, you do not have to design everything from scratch. The Data Warehouse uses a sophisticated extract, load and transform (ELT) process. You simply define the refresh intervals and routines. It automatically documents your extensions to the data warehouse, including complete where-used and source tracking for every data item, making it easy to analyze the impact of any change. Data Warehouse Enabling Solution Optimized for reporting - Multiple data sources - Multiple entities, currencies, fiscal years Focused on needs of business user - Pre-defined data analysis - Easy to read documentation Extensible to other data sources - Self-documenting - Where-used & source tracking

5 Key Points Aggregates data from multiple sources, entities, currencies, fiscal years Optimized for reporting; easily accessed by business users Self documenting; where-used and source tracking

6 Solution Components This graphic shows the scope of the Data Warehousing solution. Starting at the left, you can see that Data Warehouse content comes from QAD Enterprise Applications like Finance and Sales, as well as from other non-qad sources. It gathers and reformats the data using stored procedures that define how to load and transform the data into the data warehouse tables. A Meta Data repository describes the database tables. This automatically generates both user and technical documentation ensuring your documentation is never out of date. The scheduler keeps track of scheduled jobs and tasks related to maintaining the data warehouse, such as refresh intervals. The data itself is stored in a set of star schemas optimized for fast, simple access to performance information. Business users can access this information directly from the star schema using QAD s Business Intelligence application (or any other tool), or from cubes pre-defined for analytical reporting using Excel. Data Warehouse Solution Components Key Points The Data Warehouse itself is hosted in SQL server and consists of: o o o o Database Tables Data and Meta data Stored procedures Scheduled jobs (tasks)

7 Demonstration Summary In this demonstration, you will see how the QAD Data Warehouse supports the Effective Enterprise by giving you easy access to all of the information you need to make factbased decisions, fully documented and pre-loaded for use with the QAD Enterprise Application. Not only is it fast to implement and simple to use, you will also see how easy it is to extend the Data Warehouse to extract, transform and load data from QAD and non- QAD sources, automatically generating complete documentation. Data Warehouse Demonstration Summary User & technical documentation Pre-defined QAD Modules Extract, Transform & Load (ETL) - Fact tables & dimensions - Diagrams - Source tracking - Scheduler Key Points Complete user and technical documentation Pre-loaded for use with QAD Enterprise Application Easily extended to include non-qad sources Self-documenting

8 How QAD increases productivity Documentation Begin by looking at the on-line documentation for the Data Warehouse. This documentation is available for technical and business users usually the power users who want to use queries or custom reports to access specific subsets of data. This documentation is available right from the QAD Business Intelligence Portal. Here on the Welcome screen, you just click to select User Documentation. Demo 1. Switch to your Business Intelligence screen view 2. Click User Documentation Key Points Documentation works in any browser html-based User and Technical Optionally by Module or other sub-set Generated from metadata Metadata uses English-language column names and descriptions

9 Documentation automatically includes customer specific add-ons QAD and non-qad modules difference is transparent to user

10 User Documentation Comprehensive documentation is automatically maintained for the Data Warehouse generating two distinct views one for business users and one for technical users. User documentation is designed to show business people the structure and contents of the Data Warehouse all presented with easy-to-understand English labels with detailed descriptions; the same ones you would see if you are putting together a Query. For example, if you want to look up information about Bookings, you would be retrieving information from the Order Management Booking Fact Table. Here are all the pieces of data that are stored in this table Base Booking Amount, Base Commission Amount, and so on. Along with the data items, you can also see a diagram that explains how you can access these data items. The data warehouse is organized using star schemas built around the fact tables. The nodes on the star are called dimensions representing the various ways you might want to access information. For example, you might want to review the facts about bookings by salesperson, customer, channel or effective date. These are each dimensions. Demo 1. Expand All Modules > OMModule 2. Click Fact Tables 3. Click OM Order Bookings

11 4. Scroll down through table 5. Scroll down to Star Schema Diagram Key Points User documentation includes detailed descriptions & actual column names; English labels (used by the portal) Star schema; links to dimension detail

12 Navigation Tools The documentation is easy to navigate using the menu on the left and embedded hyperlinks. For example, you have identified that one of the dimensions you can use to look up bookings is the Customer Sold-To Dimension. But what does this dimension include? Just click the Dimension name and you will see all the details -- city, country, region, customer name, customer type, and so on these are all ways that you can retrieve and analyze booking details. Data 1. Scroll down to Dimensions 2. Click Customer Sold To Dimension Key Points Embedded hyperlinks for easy navigation

13 Technical Documentation Look at the same fact table order management bookings but this time look at the Technical Documentation. This view presents much more: the description of the table, what data is loaded into the table, the index, and how the data is managed. Here is a description of the data that is stored in this table along with the source. You can see here that it is a one to one match with the data in the QAD ERP system. This is used to generate the code stored procedures that identify how the tables are maintained. These are automatically created from the load table, but they can be modified if needed. See how clear and consistent this code is? Demo 1. In the blue header, click Technical Documentation 2. Expand All Modules > OMModule 3. Click Fact Tables 4. Click fact_om_booking 5. Page down

14 6. Click Columns 7. On left, click fact_om_booking to return to top 8. Page down 9. Click Procedures 10. Click update_fact_om_booking

15 11. (Optionally) scroll down through the code Key Points Additional information: o Purpose & Concept what is in this table o Grain - more detailed information abut the table contents o Stored procedures related to the table s maintenance o Indexes and database details Note the clean and consistent code o It s clear exactly how the data is being managed

16 How QAD reduces implementation time and cost Data Warehouse Designer Now look at the Data Warehouse Designer. From this desktop application, you can see the structure and manage the content of the data warehouse. It is from here that you direct the extract, transform, and load process extracting data from the QAD Enterprise Application or other operational sources; transforming it into structures more suitable for reporting; and loading it into the Data Warehouse. Pre-defined modules indicate how data is mapped from the QAD Enterprise Application to the Data Warehouse star schema for example, here s all the information for Order Management, Financials, Operations, and others. Demo 1. Maximize QAD BI Data Warehouse Designer 2. Expand All Modules 3. Expand OM Module

17 Key Points Data Warehouse Designer Desktop application o Modules (Order Management, etc) o Manages the extract, transform and load; mapping and scheduling Data Warehouse Designer Browser o Left Pane warehouse object browser o Right Pane source browser (ie. source ERP) Must be connected! o Center Pane details and actions

18 Data Warehouse Information Within each area, for example Order Management, you can see all the details including the loading and staging tables, and the procedures used by the extract, load and transform process. All of this is provided for the QAD Modules including required transformations for multiple entities, currencies and fiscal years. We have done all the heavy lifting for you! Here is an example a fact table, clearly identifying each data item, its source, type, and format, with a description of each item, in plain English, identifying where the data comes from. Extensive detail is maintained for each column and each table. You can even review the current content of the table and inspect the code that is used to populate the table. If you get data from other operational sources, they would be mapped in a similar way prior to loading. The structures are all in place here you just add the specifics relating to your data. And, see the Edit button? When operational data changes or if you want to add additional modules, you can easily do that here in the Data Warehouse Designer. There is one single repository for any needed transformation logic regardless of the source. Demo 1. Expand Fact Table 2. Click fact_om_booking 3. Scroll down 3-4 times

19 4. Double-click gross_margin_base 5. Close window 6. On left, right-click fact_om_booking

20 7. Select Properties

21 8. Close tab Key Points QAD Modules pre-defined o Accounts for multiple entities, currencies and fiscal years o We do the heavy lifting Easy to read Extensive detail o Easily extended to other sources o Don t need to start from scratch Data Warehouse Designer tools to enter mapping using this structure Easy to maintain (Note: we can t edit, the demo system is read only) o Easily extended as new Modules are added o Can start with just one or two, and add them as needed Quick to get going and less expensive

22 Data Warehouse Diagram Here is a model of the process. The result is a set of star schemas each made up of two sets of tables: Fact Tables and Dimensions. Fact Tables contain transaction-based data, usually numeric. For example, in Order Management the fact tables include order quantity, price, commission, and gross margin. Dimensions are ways you might look at the data in the Fact Table. For example, in Order Management, you may want to analyze sales information by product, salesperson, customer, region or date. Each dimension includes all of the attributes that you might need for sorting, grouping or ordering the information in the fact table. For example, the product dimension includes product line, type, group, item number, customer item, brand, product description, and other product attributes meaning you can easily retrieve and analyze order information based on any of these things, without needing to do any complex joins across multiple tables. Star schemas are generated using an extract, load and transform (ELT) process. Data is extracted from various data sources and loaded into tables; then the transformation generates another set of tables using a set of stored procedures that transform and normalize the data before populating the Data Warehouse star schemas. Demo 1. On the top, click Diagram tab 2. On the toolbar, click globe icon

23 Key Points Multiple Star Schemas in the Data Warehouse o One or more star schemas for each QAD BI Module Each Star Schema has: o o o one Fact Table multiple Dimensions Note: dimensions are shared across star schemas federated Extract, Load, Transform (ELT) o o o Extract data from one or more sources Loads the raw data in to the database into Load Tables Transform it according to rules/procedures using one or more Staging tables Populates the flattened star schema format resulting in Fact and Dimension tables

24 Star Schema Here is a diagrammatic view of the Data Warehouse. You can see the fact table at the core of the star schema. Fact tables contain the information and dimensions offer you different ways to look at and analyze this information. You do not have to create all this QAD has done that for you, generating star schemas for each of the main facets of the QAD Enterprise Application. We call these modules. QAD develops modules using our industry knowledge and our customer s guidance, based on industry standard structure. Easy to navigate and fast to use, these modules are readily used by the QAD Business Intelligence Collaborative Portal, as well as other third party products. Demo 1. Click Create a New Diagram icon 2. Use the drop-down to select fact_om_booking 3. Click OK

25 Key Points Facts information to analyze numeric Dimension criteria you can use to slice/dice Star schemas each one contains a fact table and multiple dimensions Our modules do the hard work to create the star schemas o o Industry standard structure Based on our knowledge of QAD data structure entities, currencies, calendars Readily used by our portal, or 3rd party products (ie. Cognos) Easy to navigate, fast to use

26 How QAD supports international implementations Date Dimension One important aspect of this is how the Data Warehouse manages dates. In a global organization with multiple fiscal calendars, it is vital that data not be pre-selected or aggregated by date. You need to be able to slice and dice information based on any date selection fiscal year, calendar quarter, financial month, effective date and more. All of the possibilities are pre-defined in the Date Dimension used to access data in any fact table and customizable to match your unique environment. Demo 1. Click Builder tab 2. Expand CommonModule > Dimension 3. Page down 4. Click dim_effective_date

27 Key Points Date Dimension is used to look into any fact table o One per domain QAD defines all the possibilities o Every day of the year, current year, financial year o We do this so they don t have to! Can be changed to reflect customer environment

28 How QAD simplifies on-going maintenance Source Table Tracking Within the data warehouse you can easily identify where the contents of each table comes from, using source table tracking. Complete track-back and track-forward information is critical for impact analysis, for example if there is a change in usage of data within your source application. Here we can see diagrammatically where the information in the Invoice Fact Table comes from. This shows each step in the data transformation process, from the load tables on the left which are simply copies of data from the transactional system through the intermediate staging tables, to the final fact or dimension table on the right. Data 1. Click Diagram tab 2. Click Create a New Diagram icon 3. In Select a Table to draw source tracking, enter fact_om_invoice 4. Click OK

29 5. Click Toggle view icon Key Points Track back and track forward for impact analysis o Diagram shows every step in transformation o Staging tables Procedures to load and transform data

30 How QAD automates routine activities Scheduler Lastly, look at the scheduler. Here you can see the various jobs scheduled to run either periodically or on demand. Each job consists of one or more tasks. These tasks are associated with the stored procedures that define how the data is to be loaded and then transformed. Some of these tasks may run concurrently, while others can t run until other tasks have completed. In the same way, some jobs can be run independently, while others may depend on the completion of other jobs. Scheduled jobs are run automatically as a Windows service, and a full history is maintained for every job along with each of the tasks it entailed. Demo 1. Click Scheduler tab 2. Click Scheduled icon 3. Page down 4 times 4. Right-click DAILY_TM_SHIPMENTS

31 5. Click Edit Tasks Key Points Scheduled o jobs that have been created o can be scheduled to run periodically or on demand Tasks o Multiple tasks per job o Dependence and sequence o Can run concurrently Scheduled activities run in the background as a Windows Service o Automatically runs scheduled jobs History is maintained in another view

32 Closing In closing, the QAD Data Warehouse simplifies the task of gathering, organizing, and analyzing performance information from across your global enterprise providing you one central repository for all extract, transform and load information that is fast to implement, easy to manage and simple to extend. With complete visibility into performance information from across your global enterprise, clearly documented for easy access, you will have everything you need to make the best possible fact-based decisions. QAD: Enabling the Effective Enterprise! Business Intelligence Closing Improved decision-making Faster implementation Enabling the Effective Enterprise! Key Points Enabling the Effective Enterprise Central repository Extends to non-qad sources Self-documenting, clear English-language descriptions Supports fact-based decisions

33

QAD Business Intelligence Dashboards Demonstration Guide. May 2015 BI 3.11

QAD Business Intelligence Dashboards Demonstration Guide. May 2015 BI 3.11 QAD Business Intelligence Dashboards Demonstration Guide May 2015 BI 3.11 Overview This demonstration focuses on one aspect of QAD Business Intelligence Business Intelligence Dashboards and shows how this

More information

QAD Business Intelligence Overview Demonstration Guide. May 2015 BI 3.11

QAD Business Intelligence Overview Demonstration Guide. May 2015 BI 3.11 QAD Business Intelligence Overview Demonstration Guide May 2015 BI 3.11 Overview This demonstration shows how QAD Business Intelligence supports the vision of the Effective Enterprise; where every business

More information

QAD Usability Dashboards Demonstration Guide. May 2015 EE2015

QAD Usability Dashboards Demonstration Guide. May 2015 EE2015 QAD Usability Dashboards Demonstration Guide May 2015 EE2015 Overview This demonstration focuses on one aspect of QAD Usability Dashboards and shows how this functionality supports the vision of the Effective

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

QAD Usability Customization Demo

QAD Usability Customization Demo QAD Usability Customization Demo Overview This demonstration focuses on one aspect of QAD Enterprise Applications Customization and shows how this functionality supports the vision of the Effective Enterprise;

More information

QAD Business Intelligence

QAD Business Intelligence QAD Business Intelligence QAD Business Intelligence (QAD BI) unifies data from multiple sources across the enterprise and provides a complete solution that enables key enterprise decision makers to access,

More information

SMB Intelligence. Reporting

SMB Intelligence. Reporting SMB Intelligence Reporting Introduction Microsoft Excel is one of the most popular business tools for data analysis and light accounting functions. The SMB Intelligence Reporting powered by Solver is designed

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

QAD Customer Relationship Management Demonstration Guide. May 2015 EE2015 / CRM 6.7

QAD Customer Relationship Management Demonstration Guide. May 2015 EE2015 / CRM 6.7 QAD Customer Relationship Management Demonstration Guide May 2015 EE2015 / CRM 6.7 Overview This demonstration shows how QAD Customer Relationship Management supports the vision of the Effective Enterprise;

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

QAD Fixed Assets Demonstration Guide. August 7, 2015 EAM 2015 / EE2015

QAD Fixed Assets Demonstration Guide. August 7, 2015 EAM 2015 / EE2015 QAD Fixed Assets Demonstration Guide August 7, 2015 EAM 2015 / EE2015 Overview This demonstration focuses on one aspect of QAD Enterprise Financials Fixed Assets and shows how this functionality supports

More information

CHAPTER 5: BUSINESS ANALYTICS

CHAPTER 5: BUSINESS ANALYTICS Chapter 5: Business Analytics CHAPTER 5: BUSINESS ANALYTICS Objectives The objectives are: Describe Business Analytics. Explain the terminology associated with Business Analytics. Describe the data warehouse

More information

QAD Enterprise Asset Management BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Enterprise Asset Management BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Enterprise Asset Management BI Metrics Demonstration Guide May 2015 BI 3.11 Overview This demonstration focuses on one aspect of QAD Enterprise Asset Management Business Intelligence Metrics and shows

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

Together we can build something great

Together we can build something great Together we can build something great Financial Reports, Ad Hoc Reporting and BI Tools Joanna Broszeit and Dawn Stenbol Education Track Boston Room Monday, May 2nd 2:40 pm Reporting Options with NAV ERP

More information

Sage ERP Accpac. Everything you Need to Know about Intelligence FAQ

Sage ERP Accpac. Everything you Need to Know about Intelligence FAQ Sage ERP Accpac Everything you Need to Know about Intelligence FAQ i WHAT IS SAGE ERP ACCPAC INTELLIGENCE? Sage ERP Accpac Intelligence is an exciting new product that empowers you to quickly and easily

More information

www.sryas.com Analance Data Integration Technical Whitepaper

www.sryas.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

Sterling Business Intelligence

Sterling Business Intelligence Sterling Business Intelligence Concepts Guide Release 9.0 March 2010 Copyright 2009 Sterling Commerce, Inc. All rights reserved. Additional copyright information is located on the documentation library:

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

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

Everything you Need to Know about Intelligence FAQ

Everything you Need to Know about Intelligence FAQ Everything you Need to Know about Intelligence FAQ What is Sage ERP Accpac Intelligence? Sage ERP Accpac Intelligence is an exciting new product that empowers you to quickly and easily obtain the information

More information

SAS BI Dashboard 3.1. User s Guide

SAS BI Dashboard 3.1. User s Guide SAS BI Dashboard 3.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide. Cary, NC: SAS Institute Inc. SAS BI Dashboard

More information

Business Intelligence & Product Analytics

Business Intelligence & Product Analytics 2010 International Conference Business Intelligence & Product Analytics Rob McAveney www. 300 Brickstone Square Suite 904 Andover, MA 01810 [978] 691 8900 www. Copyright 2010 Aras All Rights Reserved.

More information

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager Rational Reporting Module 3: IBM Rational Insight and IBM Cognos Data Manager 1 Copyright IBM Corporation 2012 What s next? Module 1: RRDI and IBM Rational Insight Introduction Module 2: IBM Rational Insight

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

QAD Field Service Scheduler Demonstration Guide. May 2015 EE2015

QAD Field Service Scheduler Demonstration Guide. May 2015 EE2015 QAD Field Service Scheduler Demonstration Guide May 2015 EE2015 Overview This demonstration focuses on one aspect of QAD SSM Field Service Scheduler and shows how this functionality supports the vision

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

www.ducenit.com Analance Data Integration Technical Whitepaper

www.ducenit.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms Page 1 of 30 SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms This FAQ is organized into the following categories of questions: Access and Security focus is on how users access the SWIFT

More information

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers 60 Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Data Warehouse. Business Objects

Data Warehouse. Business Objects Data Warehouse Business Objects Power User: Querying [DW POWER USER] The data warehouse, at Booth, is used to store, retrieve and create reports for data at Booth. The first release of the warehouse contains

More information

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits Sage ERP MAS Everything you want to know about Sage ERP MAS Intelligence What is Sage ERP MAS Intelligence? Sage ERP MAS Intelligence (or Intelligence) empowers managers to quickly and easily obtain operations

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

Dashboard Designer. Introduction Guide. Basic step by step guide to creating a Dashboard. June 2012 V1.2

Dashboard Designer. Introduction Guide. Basic step by step guide to creating a Dashboard. June 2012 V1.2 webkpi Dashboard Designer Introduction Guide Basic step by step guide to creating a Dashboard June 2012 V1.2 webkpi Dashboard Designer Introduction Guide Page 1 Table of Contents Introduction... 3 webkpi

More information

Business Insight Getting Started Guide

Business Insight Getting Started Guide Business Insight Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc. All other products

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

Business Intelligence, Analytics & Reporting: Glossary of Terms

Business Intelligence, Analytics & Reporting: Glossary of Terms Business Intelligence, Analytics & Reporting: Glossary of Terms A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ad-hoc analytics Ad-hoc analytics is the process by which a user can create a new report

More information

Salient Dashboard Designer 5.75. Training Guide

Salient Dashboard Designer 5.75. Training Guide Salient Dashboard Designer 5.75 Training Guide Salient Dashboard Designer Salient Dashboard Designer enables your team to create interactive consolidated visualizations of decision support intelligence,

More information

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary cockpit that is launched from the context menu of a

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your data quickly, accurately and make informed decisions. Spending

More information

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1 Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics

More information

QAD Mobile Field Service (MFS) Demonstration Guide. May 2015 EE2015 / MFS 3.7

QAD Mobile Field Service (MFS) Demonstration Guide. May 2015 EE2015 / MFS 3.7 QAD Mobile Field Service (MFS) Demonstration Guide May 2015 EE2015 / MFS 3.7 Overview This demonstration focuses on one aspect of QAD Service and Support Mobile Field Service and shows how this functionality

More information

AV TSS-05 Avantis.DSS 5.0 For Wonderware Intelligence

AV TSS-05 Avantis.DSS 5.0 For Wonderware Intelligence Slide 1 Slide 1 AV TSS-05 Avantis.DSS 5.0 For Wonderware Intelligence Functional and Technical Overview Mike Scholman Principal Customer Support Engineer 2013 Invensys. All Rights Reserved. The names,

More information

Automated Financial Reporting (AFR) Version 4.0 Highlights

Automated Financial Reporting (AFR) Version 4.0 Highlights Automated Financial Reporting (AFR) Version 4.0 Highlights Why Do 65% of North American CAT Dealers Use AFR? Without formal training, our CFO conducted quarterly statement reviews with all of our operating

More information

OLAP Cube Manual deployment and Error resolution with limited licenses and Config keys

OLAP Cube Manual deployment and Error resolution with limited licenses and Config keys Documented by - Sreenath Reddy G OLAP Cube Manual deployment and Error resolution with limited licenses and Config keys Functionality in Microsoft Dynamics AX can be turned on or off depending on license

More information

Dimodelo Solutions Data Warehousing and Business Intelligence Concepts

Dimodelo Solutions Data Warehousing and Business Intelligence Concepts Dimodelo Solutions Data Warehousing and Business Intelligence Concepts Copyright Dimodelo Solutions 2010. All Rights Reserved. No part of this document may be reproduced without written consent from the

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

More information

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

More information

DATA WAREHOUSE BUSINESS INTELLIGENCE FOR MICROSOFT DYNAMICS NAV

DATA WAREHOUSE BUSINESS INTELLIGENCE FOR MICROSOFT DYNAMICS NAV www.bi4dynamics.com DATA WAREHOUSE BUSINESS INTELLIGENCE FOR MICROSOFT DYNAMICS NAV True Data Warehouse built for content and performance. 100% Microsoft Stack. 100% customizable SQL code. 23 languages.

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

COGNOS Query Studio Ad Hoc Reporting

COGNOS Query Studio Ad Hoc Reporting COGNOS Query Studio Ad Hoc Reporting Copyright 2008, the California Institute of Technology. All rights reserved. This documentation contains proprietary information of the California Institute of Technology

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

User Guide QAD Business Intelligence. Using QAD BI, OpenEdge 10 Edition Using QAD BI, Progress 9 Edition Reference

User Guide QAD Business Intelligence. Using QAD BI, OpenEdge 10 Edition Using QAD BI, Progress 9 Edition Reference User Guide QAD Business Intelligence Using QAD BI, OpenEdge 10 Edition Using QAD BI, Progress 9 Edition Reference 78-0704A Business Intelligence 2.7 MFG/PRO 9.0 through QAD 2008 Standard and Enterprise

More information

Version 10.1.0 Getting Started

Version 10.1.0 Getting Started IBM Cognos Business Intelligence Version 10.1.0 Getting Started Product Information This document applies to IBM Cognos Version 10.1.0 and may also apply to subsequent releases. To check for newer versions

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012 2012 SAP Business Intelligence (BI 7) Reporting Training General Navigation Created by the Budget Office Bloomsburg University 2/23/2012 1 Contents Business Intelligence 7.0 (BI) Reports... 4 BI Logon...

More information

BUSINESS INTELLIGENCE

BUSINESS INTELLIGENCE BUSINESS INTELLIGENCE Microsoft Dynamics NAV BUSINESS INTELLIGENCE Driving better business performance for companies with changing needs White Paper Date: January 2007 www.microsoft.com/dynamics/nav Table

More information

NV301 Umoja Advanced BI Navigation. Umoja Advanced BI Navigation Version 5 1

NV301 Umoja Advanced BI Navigation. Umoja Advanced BI Navigation Version 5 1 NV301 Umoja Advanced BI Navigation Umoja Advanced BI Navigation Version 5 Last Copyright Modified: United 08-August-13 Nations 1 Agenda Course Introduction Module 1: Analysis Workspaces Module 2: Define

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

More information

Microsoft Consulting Services. PerformancePoint Services for Project Server 2010

Microsoft Consulting Services. PerformancePoint Services for Project Server 2010 Microsoft Consulting Services PerformancePoint Services for Project Server 2010 Author: Emmanuel Fadullon, Delivery Architect Microsoft Consulting Services August 2011 Information in the document, including

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

Create a Balanced Scorecard

Create a Balanced Scorecard Create a Balanced Scorecard SharePoint Business Intelligence Content Team Summary: Learn how to create scorecards and strategy maps across various measurements and display them in one dashboard by using

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

How To Improve Efficiency With Business Intelligence

How To Improve Efficiency With Business Intelligence I White Paper Table of Contents Executive Summary.. 3 Improving Operational Efficiency With BI Is A High Priority.. 3 Why BI Is Important.. 3 BI Incorporates Multiple Applications.. 4 Data Consolidation

More information

Intelligence Reporting Frequently Asked Questions

Intelligence Reporting Frequently Asked Questions 1. What is Sage 100 ERP Intelligence Reporting? Sage 100 ERP (formerly Sage ERP MAS 90 and 200) Intelligence Reporting empowers managers to quickly and easily obtain operations and strategic planning information

More information

Presented by: Jose Chinchilla, MCITP

Presented by: Jose Chinchilla, MCITP Presented by: Jose Chinchilla, MCITP Jose Chinchilla MCITP: Database Administrator, SQL Server 2008 MCITP: Business Intelligence SQL Server 2008 Customers & Partners Current Positions: President, Agile

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

www.ducenit.com Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper

www.ducenit.com Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper Shift in BI usage In this fast paced business environment, organizations need to make smarter and faster decisions

More information

Welcome To Today s Webinar: Dynamics Insights SM for Microsoft Dynamics AX

Welcome To Today s Webinar: Dynamics Insights SM for Microsoft Dynamics AX Welcome To Today s Webinar: Dynamics Insights SM for Microsoft Dynamics AX The presentation will begin in a few moments Participants will receive an email within 3 business days with access to their certificate

More information

Pastel Evolution BIC. Getting Started Guide

Pastel Evolution BIC. Getting Started Guide Pastel Evolution BIC Getting Started Guide Table of Contents System Requirements... 4 How it Works... 5 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Evolution (BIC) Reports...

More information

A technical paper for Microsoft Dynamics AX users

A technical paper for Microsoft Dynamics AX users s c i t y l a n a g n i Implement. d e d e e N is h c a o r Why a New app A technical paper for Microsoft Dynamics AX users ABOUT THIS WHITEPAPER 03 06 A TRADITIONAL APPROACH TO BI A NEW APPROACH This

More information

How To Use Microsoft Dynamics Gpa

How To Use Microsoft Dynamics Gpa Business intelligence with Microsoft Dynamics GP Microsoft Dynamics GP: The proven solution for efficiency and insight across your business. More than 40,000 customers use Microsoft Dynamics GP. And for

More information

SQL Server 2014 BI. Lab 04. Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server 2014. Jump to the Lab Overview

SQL Server 2014 BI. Lab 04. Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server 2014. Jump to the Lab Overview SQL Server 2014 BI Lab 04 Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved.

More information

Hamline University Administrative Computing Page 1

Hamline University Administrative Computing Page 1 User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...

More information

Getting Started Guide SAGE ACCPAC INTELLIGENCE

Getting Started Guide SAGE ACCPAC INTELLIGENCE Getting Started Guide SAGE ACCPAC INTELLIGENCE Table of Contents Introduction... 1 What is Sage Accpac Intelligence?... 1 What are the benefits of using Sage Accpac Intelligence?... 1 System Requirements...

More information

ER/Studio Enterprise Portal 1.0.2 User Guide

ER/Studio Enterprise Portal 1.0.2 User Guide ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes.

Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes. 2013 Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes. IBRAHIM HAMDY NILE.COM www.nilecom.com.eg Using Excel to create SCSM Reports In this guide we will see how to

More information

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved.

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved. SAS Financial Intelligence What s new Copyright 2006, SAS Institute Inc. All rights reserved. SAS Strategic Performance Management Gokhan Sevik Product Manager SAS EMEA Copyright 2006, SAS Institute Inc.

More information

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Microsoft Visio 2010 Business Intelligence

Microsoft Visio 2010 Business Intelligence Microsoft Visio 2010 Business Intelligence St. Louis SharePoint User Group Candy Parisi Microsoft Visio Solution Specialist April 10, 2012 Agenda Microsoft Business Intelligence Overview Visio Business

More information

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX INSIGHT Microsoft Dynamics AX Reporting and Business Intelligence in Microsoft Dynamics AX White Paper A roadmap for managing business performance with Microsoft Dynamics AX Date: September 2006 http://www.microsoft.com/dynamics/ax/

More information

Kyubit Business Intelligence OLAP analysis - User Manual

Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence www.kyubit.com Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence 2016, All

More information

Business Intelligence Tutorial: Introduction to the Data Warehouse Center

Business Intelligence Tutorial: Introduction to the Data Warehouse Center IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse Center Version 8 IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse

More information

Database Forms and Reports Tutorial

Database Forms and Reports Tutorial Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

SAS IT Resource Management 3.2

SAS IT Resource Management 3.2 SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

econtrol 3.5 for Active Directory & Exchange Administrator Guide

econtrol 3.5 for Active Directory & Exchange Administrator Guide econtrol 3.5 for Active Directory & Exchange Administrator Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Administrator Guide. This guide is for system administrators and

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

More information

Business Explorer (BEx)

Business Explorer (BEx) SAP Business Warehouse/Business Intelligence Reporting Business Explorer (BEx) Washington State HRMS Business Warehouse/Business Intelligence (BW/BI) BW/BI Power User Workshop Materials General Topics

More information