INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH GREENPLUM DATABASE - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT)

Size: px
Start display at page:

Download "INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH GREENPLUM DATABASE - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT)"

Transcription

1 White Paper INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT) Abstract This paper presents interoperability of SAP Business Objects 4.0 with Greenplum. This paper also illustrates implementation of a Business Objects Universe creation, report execution and prompt function implementation as these are common tasks in the field. October 2011

2 Copyright 2011 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided as is. EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. Greenplum, EMC, SAP Business Objects and SAP are registered trademarks or trademarks of EMC and SAP in the United States and/or other jurisdictions. All other trademarks used herein are the property of their respective owners. Part Number h INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 2

3 Table of Contents Executive summary Audience...4 Organization of this paper Overview of Business Objects What is new in the Business Objects 4.0 version?...6 Overview of Greenplum Database Install the Greenplum Database Connectivity Tools... 9 Creating Business Objects Universe and running reports Designing Prompt function in WEBI and on Desktop Conclusion References INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 3

4 Executive summary SAP Business Objects is one the most sophisticated business intelligence reporting products available for using with databases such as EMC Greenplum Database. Business Objects is an integrated query, reporting and analysis tool, which makes it easy for the user to access and report information. The EMC Greenplum Database is capable of processing, managing, storing and analyzing Terabytes to Petabytes of data in data warehouses. SAP Business Objects 4.0 GA version is available from mid September 2011 [1] and only runs on 64 bit OS for Windows as well as other non-windows OS. As the product is not available in time for this doc, this paper is based on Business Objects 3.1 XI R3. Audience This white paper is intended for EMC field facing employees such as sales, technical consultants, support, as well as customers who are interesting in deploying SAP Business Objects for business intelligence and analytic applications. This is neither an installation guide nor an introductory material. It documents the connectivity and operation capabilities, and shows the readers how it can be used in conjunction with Greenplum Database to retrieve, transform and present data to users. Though the reader is not expected to have any prior SAP Business Objects knowledge, basic understanding of data warehouse (DW) and business intelligence (BI) concepts and reporting tools is assumed. Organization of this paper This paper covers the following topics: OBDC connectivity and configuration Overview of Business Objects universe Designing a simple Business Objects universe Running a simple report using Business Objects universe Prompt function implementation in both desktop and WEBI INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 4

5 Overview of Business Objects SAP Business Objects (BO) is arguably the most popular BI reporting tool at enterprise level. Compared to other enterprise BI reporting tools, Business Objects is easy and intuitive to use, and is widely accepted as a standard tool by a large user community. Business Objects Release 3.1 was the previous product that is well recognized by the IT community. With release of Business Objects 4.x. Some benefits that are derived from feature rich product: Ad hoc SQL custom reports. Work with reports without connectivity to BO universe or environment. Aggregate aware queries which can make use of aggregate tables automatically. Public folders for immediate access to reports. Scheduler that can run reports are predetermined times. Integration with social networking. Real time analytics with in-memory computing. Mobile platform support. A few important components of BO are compared below. These are listed below as quite a bit of confusion exists in the field related to role of these items. Component Web intelligence (popularly known as Webi ) Target users Business analysts Description Web browser based report with easy design and reporting capability. Desktop intelligence Power users Windows based tool that allows more powerful features. Dashboard Manager Infoview Executives for overall KPI Casual users of reports A typical dashboard Casual users or business admin staff who are interested in reports, not design of reports INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 5

6 Business Objects Universe: Business Objects uses universe as basic building blocks. Universe does not store any data and are pointers to inform where to find data for queries or reports. Data may get stored or cached at BO server side once a report is executed, depending on the configuration of BO server. This data does not stay within the repository rather BO universe maintains a pointer to the corresponding file on the file system. Domain for Business Objects Universe: Business Objects universe typically is designed for a domain or a subject area. In a retail shopping scenario, you may have two different universes, one for consumer & shopping and another for products and inventory. Note that both data may be coming from the same data mart or database, but for logical separation of business, you may decide to have two different universes. It is possible to connect reports from these two universes by using merge feature. Business Objects Reports: Business Objects reports are based on the universe that is created for a logical or a business area. What is new in the Business Objects 4.0 version? Quite significant improvements made in SAP Business Objects 4.0 compared to the previous version. Only those are popular or most applicable to Greenplum are mentioned below briefly [2]: Monitoring: Ability to monitor at server level as well as different reports and dashboard performance. One can set thresholds or triggers and include KPI for overall or individual component performance. Federated universes in which each universe can point to a different database or data source. Administration Tools: Explorer to quickly create what if scenarios, dashboard design, BI launch pad (previously known as Info view ). INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 6

7 SAP Business Objects Architecture [Source: SAP web site] The above diagram shows the SAP Business Objects architecture. ODBC at lower left corner allows us to connect to Greenplum database. Overview of Greenplum Database Greenplum Database is designed based on a share-nothing MPP (Massively Parallel Processing) architecture which facilitates Business Intelligence and analytical processing built on top of it using commodity hardware. Data is distributed across multiple segment servers in the Greenplum Database to achieve no disk-level sharing. The segment servers are able to process queries in a parallel manner in order to promote the high degree of parallelism and scalability. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 7

8 Highlights of the Greenplum Database: Dynamic Query Prioritization Provides continuous real-time balancing of the resources across queries. Self-Healing Fault Tolerance Provides intelligent fault detection and fast online differential recovery. Polymorphic Data Storage-MultiStorage/SSD Support Includes tunable compression and support for both row-and columnoriented storage. Analytics and Language Support Supports analytical functions for advanced in-database analytics. Health Monitoring and Alerting Provides integrated and SNMP notification for advanced support capabilities. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 8

9 Install the Greenplum Database Connectivity Tools Greenplum provides database drivers and a C API for connecting to Greenplum Database. A psqlodbc driver is included in this connectivity tools package which will be used to connect to Business Objects. psqlodbc is the official PostgreSQL ODBC driver. This driver is currently maintained in PostgreSQL project. Here are the steps to install the Greenplum Database Connectivity Tools [3]: 1) Download the greenplum-connectivity-4.x.x.x-winxp-x86-32.msi package from Powerlink or Subscribenet or from Greenplum [4]. 2) Double click the package to launch the installer 3) Click Next on the following welcome screen: 4) Click I Agree on the License Agreement Screen: 5) Select the components that you want to install. By default, all components will be installed. Click Next after you made the selection. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 9

10 6) Click Install 7) Click Finish to complete the installation and exit installer 8) After the installation, the Greenplum Connectivity Program will show up in the Add/Remove program: INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 10

11 Creating Business Objects Universe and running reports This is a very brief outline of steps involved in creating Business Objects reports. 1) Install Business Objects: Install Business Objects to make sure to get proper license keys and establish OS / Network level infrastructure. Ensure network access from within and from outside an organization. Make sure proper Business Object clients are installed, usually administered through Central Configuration Manager; typically, you will see a short cut on your web browser favorites as this is a web based interface. 2) ODBC connectivity: Get data source established; this is a typical ODBC data source connection. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 11

12 3) Business Objects Universe Designer: This is a Windows (possibly Linux as well) program, after starting Universe designer, you will see a blank IDE or main window frame. Either choose File / New or click on the left most icon on the tool bar to create a new universe. Note that we are choosing the same ODBC DSN that was created in the first picture (highlighted within the dialog box here). 4) Right clicking on the left frame window gives you 'Tables...', click on this and it will give you all the schema. Note that database selection is already done through DSN, here we choose schema within that database. We *strongly* suggest that you not to use upper case letter. For instance, 'Srini_Schema' may create problems when trying to run reports as Postgres upper case names are required quotes around them. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 12

13 I am choosing the first table within public schema. Note that this table has only two columns. Obviously, this is a very simplified case. On the left, we right clicked to add a class and even a sub class. These are like folders and sub folders. We have to add field names (namely, 'a' and 'b') to this sub folder (or folder) so that they appear in the desktop intelligence (or other tools) for designing INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 13

14 reports. To add these fields into folder or sub folder, just drag and drop. They will appear under that sub folder. Simply put, we are using universe designer to create universe. Desktop intelligence to run reports; you may use webi, etc. for reports. 5) Start 'Desktop Intelligence' and you choose a 'new' to create a new report. This will step you through a dialog box. Note that we are choosing the universe that we designed above. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 14

15 INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 15

16 As you can see 'a' and 'b' fields appear in the left frame. You may want to drag and drop them to the right. This is where fields are selected and they will apear in the report once run (see below). You may apply certain conditions on the bottom right frame, such as where clauses. 6) Report appears in the right frame. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 16

17 This is just a two minute step through Business Objects reports through Universe. Designing Prompt function in WEBI and on Desktop Following shows creating a prompt function in Business Objects for both WEBI interface and desktop intelligence. WEBI is easier to use compared to the windows desktop tool, they work in a similar way as one would expect. Steps, briefly: 1) Create a universe, if not already existing. Universe is based on Greenplum database using open source Postgres driver. 2) Use WEBI to generate prompt, see a couple of screen shots below. Note that above connection is utilized through Business Object universe; meaning, based on Postgres open source driver. Double click on the red button, an arrow is pointing downwards to this icon. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 17

18 Choose universe In my case, choose (this was created previously created; please see above section on how to create universe) "GP_101U". This opens a create query window: INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 18

19 For demonstration purpose, we chose 'Address' (from public.address table in Greenplum) and 'City' (from public.city table in Greenplum). We dropped 'Address' and 'City' from the left pane to the top right portion. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 19

20 Then, drop from top portion 'City' to the "Query Filter" area and constructed a prompt. Chose 'Equal to' from drop down, from the last list down portion, chose 'Prompt'. WEBI automatically fills in 'Enter City' (because 'City' is the name of the field, you can change text here). INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 20

21 You can click on the question icon (between 'Enter City:' and the drop down list icon), this presents you with additional controls for the prompt: INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 21

22 You need to choose 'set default values' to enter values below under 'Type a value'. Enter Dayton, Ipoh and a dummy name. Close this dialog box and 'Run Query' in the "Create Query" window. As you can, the default 'Dayton' is pre-populated, though you can choose from the list. Obviously, Ipoh and the others are not displayed, they are meant for multi-valued selection. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 22

23 3) For reference, my universe looks this way: tableau=# select city_id from city where city='dayton'; city_id (1 row) INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 23

24 tableau=# select * from address where city_id=140; address_id address address2 district city_id postal_code phone last_update Pudukkottai Lane Ohio :45:30 (1 row) Just to check that out on 'Desktop Intelligence' (windows based interface, WEBI's cousin), paste SQL from WEBI and then ran the same SQL code. One can copy SQL text and put in the desktop intelligence (cousin of WEBI). Click on right of refresh button on the top row of tool bar). (icon INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 24

25 Clicked on the "SQL" icon on the next window and pasted this text in that SQL window. IMPORTANT: Make sure to choose the check box 'Do not generate SQL before running'. This preserves the SQL just pasted, otherwise the new SQL is discarded. Run the query by choosing 'Run' button on the "Query Panel" window. This gave this window: INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 25

26 As you can see, Dayton is selected by default and the other values can be selected by choosing the 'Values." button. Conclusion In this white paper, the process of Greenplum connectivity, universe design and report execution and design of prompt function in both WEBI and Desktop are demonstrated. This doc also verifies that these features are supported through open source ODBC driver. INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 26

27 References 1) SAP Business Objects availability: generally-available/ 2) What is new in SAP Business Objects 4.0: w_en.pdf 3) Greenplum connectivity tools for windows: mentation/ pdf?mtcs=ZXZlbnRUeXBlPUttQ2xpY2tTZWFyY2hSZXN1bHRzRXZlbnQsZG9jdW 1lbnRJZD0wOTAxNDA2NjgwNTk0ZWM3LGRhdGFTb3VyY2U9RENUTV9lbl9VU18w 4) Greenplum connectivity package: mentation/ pdf?mtcs=ZXZlbnRUeXBlPUttQ2xpY2tTZWFyY2hSZXN1bHRzRXZlbnQsZG9jdW 1lbnRJZD0wOTAxNDA2NjgwNTk0ZWM3LGRhdGFTb3VyY2U9RENUTV9lbl9VU18w INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH 27

OBIEE 11g Analytics Using EMC Greenplum Database

OBIEE 11g Analytics Using EMC Greenplum Database White Paper OBIEE 11g Analytics Using EMC Greenplum Database - An Integration guide for OBIEE 11g Windows Users Abstract This white paper explains how OBIEE Analytics Business Intelligence Tool can be

More information

Using Attunity Replicate with Greenplum Database Using Attunity Replicate for data migration and Change Data Capture to the Greenplum Database

Using Attunity Replicate with Greenplum Database Using Attunity Replicate for data migration and Change Data Capture to the Greenplum Database White Paper Using Attunity Replicate with Greenplum Database Using Attunity Replicate for data migration and Change Data Capture to the Greenplum Database Abstract This white paper explores the technology

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

Working with the Cognos BI Server Using the Greenplum Database

Working with the Cognos BI Server Using the Greenplum Database White Paper Working with the Cognos BI Server Using the Greenplum Database Interoperability and Connectivity Configuration for AIX Users Abstract This white paper explains how the Cognos BI Server running

More information

Creating a universe on Hive with Hortonworks HDP 2.0

Creating a universe on Hive with Hortonworks HDP 2.0 Creating a universe on Hive with Hortonworks HDP 2.0 Learn how to create an SAP BusinessObjects Universe on top of Apache Hive 2 using the Hortonworks HDP 2.0 distribution Author(s): Company: Ajay Singh

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Greenplum Database 4.0 Connectivity Tools for Windows

Greenplum Database 4.0 Connectivity Tools for Windows The Data Computing Division of EMC P/N: 300-012-153 Rev: A01 Updated: March 8, 2011 12:02 Greenplum Database 4.0 Connectivity Tools for Windows Greenplum provides database drivers and a C API for connecting

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

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

EMC Smarts Network Configuration Manager

EMC Smarts Network Configuration Manager EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015

More information

The IBM Cognos Platform

The IBM Cognos Platform The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent

More information

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended)

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended) P/N: 300-014-087 Rev: A01 Updated: April 3, 2012 Welcome to Command Center Command Center is a management tool for the Big Data Platform. Command Center monitors system performance metrics, system health,

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Decision Support AITS University Administration. EDDIE 4.1 User Guide

Decision Support AITS University Administration. EDDIE 4.1 User Guide Decision Support AITS University Administration EDDIE 4.1 User Guide 2 P a g e EDDIE (BI Launch Pad) 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...

More information

CS WinOMS Practice Management Software Server Migration Help Guide

CS WinOMS Practice Management Software Server Migration Help Guide CS WinOMS Practice Management Software Server Migration Help Guide Checklist Prior to Beginning a Server Migration: A. The CS WinOMS install disk. Install files can be downloaded to server via FTP, contact

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

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS A Detailed Review ABSTRACT This white paper highlights integration features implemented in EMC Avamar with EMC Data Domain deduplication storage systems

More information

EMC NetWorker Module for Microsoft Exchange Server Release 5.1

EMC NetWorker Module for Microsoft Exchange Server Release 5.1 EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Documentum Business Process Suite

EMC Documentum Business Process Suite EMC Documentum Business Process Suite Version 6.5 SP1 Sample Application Tutorial P/N 300-008-170 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Documentum Repository Services for Microsoft SharePoint

EMC Documentum Repository Services for Microsoft SharePoint EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

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

This will open up a new window and take you to the BOXI home page

This will open up a new window and take you to the BOXI home page User Manual for the Business Objects Web Intelligence XI System (BOXI) Section 1: Getting Started with BOXI CONTENTS In this section you will learn how to log in to BOXI, find, open and view existing documents

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Parallel Data Warehouse

Parallel Data Warehouse MICROSOFT S ANALYTICS SOLUTIONS WITH PARALLEL DATA WAREHOUSE Parallel Data Warehouse Stefan Cronjaeger Microsoft May 2013 AGENDA PDW overview Columnstore and Big Data Business Intellignece Project Ability

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

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS Section 1: Getting Started with BI Suite In this section you will learn how to log in to BI Suite, find, open and view

More information

Using Tableau Software with Hortonworks Data Platform

Using Tableau Software with Hortonworks Data Platform Using Tableau Software with Hortonworks Data Platform September 2013 2013 Hortonworks Inc. http:// Modern businesses need to manage vast amounts of data, and in many cases they have accumulated this data

More information

User Guide. Analytics Desktop Document Number: 09619414

User Guide. Analytics Desktop Document Number: 09619414 User Guide Analytics Desktop Document Number: 09619414 CONTENTS Guide Overview Description of this guide... ix What s new in this guide...x 1. Getting Started with Analytics Desktop Introduction... 1

More information

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

Learn more about BI Monitoring

Learn more about BI Monitoring SAP BI Monitoring In todays BI scenarios it is critical to ensure that end users retrieve up-to-date information from the BI solution. This requires sufficient performance and availability of all involved

More information

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

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

Data processing goes big

Data processing goes big Test report: Integration Big Data Edition Data processing goes big Dr. Götz Güttich Integration is a powerful set of tools to access, transform, move and synchronize data. With more than 450 connectors,

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

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

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Add-In 2.1 for Microsoft Office: Getting

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes to Configure and Administer Avaya Aura Workforce Optimization Workforce Management R11.0 with Avaya Aura Contact Center R6.2 - Issue 1.0 Abstract

More information

HelpSystems Web Server User Guide

HelpSystems Web Server User Guide HelpSystems Web Server User Guide Copyright Copyright HelpSystems, LLC. Robot is a division of HelpSystems. HelpSystems Web Server, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

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

Sage 300 ERP 2012. What's New

Sage 300 ERP 2012. What's New Sage 300 ERP 2012 What's New This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

SQL Server Integration Services with Oracle Database 10g

SQL Server Integration Services with Oracle Database 10g SQL Server Integration Services with Oracle Database 10g SQL Server Technical Article Published: May 2008 Applies To: SQL Server Summary: Microsoft SQL Server (both 32-bit and 64-bit) offers best-of breed

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Accounts Payable Workflow Guide. Version 12.0

Accounts Payable Workflow Guide. Version 12.0 Accounts Payable Workflow Guide Version 12.0 Copyright Information Copyright 2014 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Using SolarWinds Log and Event Manager (LEM) Filters and Alerts

Using SolarWinds Log and Event Manager (LEM) Filters and Alerts Using SolarWinds Log and Event Manager (LEM) Filters and Alerts Introduction... 1 Definitions... 1 LEM Components and Architecture... 2 LEM Alerts A Peek Under the Hood... 3 Troubleshooting Agents and

More information

Course duration: 45 Hrs Class duration: 1-1.5hrs

Course duration: 45 Hrs Class duration: 1-1.5hrs Course duration: 45 Hrs Class duration: 1-1.5hrs USA : +1 9099998808 India : +91-9986411022 mail : ithuntersolutions@gmail.com SAP BO 4.0 Introduction Data warehouse concepts Difference between Versions

More information

EMC UNISPHERE FOR VNXe: NEXT-GENERATION STORAGE MANAGEMENT A Detailed Review

EMC UNISPHERE FOR VNXe: NEXT-GENERATION STORAGE MANAGEMENT A Detailed Review White Paper EMC UNISPHERE FOR VNXe: NEXT-GENERATION STORAGE MANAGEMENT A Detailed Review Abstract This white paper introduces EMC Unisphere for VNXe, a web-based management environment for creating storage

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November

More information

Backup and Recovery for SAP Environments using EMC Avamar 7

Backup and Recovery for SAP Environments using EMC Avamar 7 White Paper Backup and Recovery for SAP Environments using EMC Avamar 7 Abstract This white paper highlights how IT environments deploying SAP can benefit from efficient backup with an EMC Avamar solution.

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

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide Quest ChangeAuditor FOR ACTIVE DIRECTORY 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

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

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

QLIKVIEW INTEGRATION TION WITH AMAZON REDSHIFT John Park Partner Engineering

QLIKVIEW INTEGRATION TION WITH AMAZON REDSHIFT John Park Partner Engineering QLIKVIEW INTEGRATION TION WITH AMAZON REDSHIFT John Park Partner Engineering June 2014 Page 1 Contents Introduction... 3 About Amazon Web Services (AWS)... 3 About Amazon Redshift... 3 QlikView on AWS...

More information

Upon Installation, Soda

Upon Installation, Soda Upon Installation, Soda Prompts you to create your user profile to register for a new profile Note: Asks your for your particulars Prompts you to select a password. You would need to provide this password

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

EMC Documentum Business Activity Monitor

EMC Documentum Business Activity Monitor EMC Documentum Business Activity Monitor Version 6.5 SP1 Implementation Guide P/N 300-008-214 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

EMC ApplicationXtender Server

EMC ApplicationXtender Server EMC ApplicationXtender Server 6.0 Monitoring Guide P/N 300 008 232 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2009 EMC Corporation. All

More information

Sync Exchange for MS Access Conduit for Windows Version 4 Manual

Sync Exchange for MS Access Conduit for Windows Version 4 Manual Sync Exchange for MS Access Conduit for Windows Version 4 Manual Revision Date 11/30/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software

More information

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract BizTalk Server 2006 Business Activity Monitoring Microsoft Corporation Published: April 2005 Abstract This paper provides a detailed description of two new Business Activity Monitoring (BAM) features in

More information

EMC ApplicationXtender Server

EMC ApplicationXtender Server EMC ApplicationXtender Server 6.5 Monitoring Guide P/N 300-010-560 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2010 EMC Corporation. All

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

Netwrix Auditor for Windows Server

Netwrix Auditor for Windows Server Netwrix Auditor for Windows Server Quick-Start Guide Version: 7.0 7/7/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

Informatica Cloud & Redshift Getting Started User Guide

Informatica Cloud & Redshift Getting Started User Guide Informatica Cloud & Redshift Getting Started User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

Polar Help Desk 4.1. User s Guide

Polar Help Desk 4.1. User s Guide Polar Help Desk 4.1 User s Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0

Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0 Abstract These Application Notes describe

More information

Creating a System DSN for Crystal Reports to Access a Sentinel Server Database. Configuration Guide Version 1.0

Creating a System DSN for Crystal Reports to Access a Sentinel Server Database. Configuration Guide Version 1.0 Creating a System DSN for Crystal Reports to Access a Sentinel Server Database Configuration Guide Version 1.0 July 2007 Configuration Guide Part Number: 62-14332000, V1.0 Copyright 1995-2007 Ringdale

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher Enterprise Server Application Sentinel for SQL Server Installation and Configuration Guide Application Sentinel 2.0 and Higher August 2004 Printed in USA 3832 1097 000 . Enterprise Server Application Sentinel

More information

IBM Configuring Rational Insight 1.0.1.1 and later for Rational Asset Manager

IBM Configuring Rational Insight 1.0.1.1 and later for Rational Asset Manager IBM Configuring Rational Insight 1.0.1.1 and later for Rational Asset Manager Rational Insight and Rational Asset Manager...4 Prerequisites...5 Configuring the XML data configuration for Rational Asset

More information

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: =======================

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= Now Business Objects is part of SAP. SAP bought BO Types of data and

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth

Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth SQL Server Technical Article Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth Technical Reviewer: Dan Jones Published: August 2009 Applies to: SQL Server 2008 R2, August CTP Summary:

More information

Netwrix Auditor. Administrator's Guide. Version: 7.1 10/30/2015

Netwrix Auditor. Administrator's Guide. Version: 7.1 10/30/2015 Netwrix Auditor Administrator's Guide Version: 7.1 10/30/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix Corporation

More information

How To Upgrade Your System With Bib 4.6.1.1

How To Upgrade Your System With Bib 4.6.1.1 Best Practices and Methodologies for Upgrading SAP BusinessObjects Enterprise to SAP BusinessObjects BI 4.0 Disclaimer This presentation outlines our general product direction and should not be relied

More information

SourceForge Enterprise Edition 4.4 SP1 User Guide

SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4, Service Pack 1 Part Number: 98-0063 Last Revision: January 2008 Copyright 2008 CollabNet, Inc. All rights reserved.

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

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

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

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