SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide

Size: px
Start display at page:

Download "SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide"

Transcription

1 SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide 1

2 Table of Contents I. Overview Introduction How it Works II. Setup Requirements Roambi Requirements Created a Roambi View to be used as a template Install and configure RoambiScript Business Objects Enterprise (BOE) Requirements Roambi Configuration Creating API Key Setting up RoambiScript III. How to Use Step 1: Create the Template Step 2: Set up the Profile Create Profile Step 3: Create Publication Review the Publication Summary Sending the Publication to Enterprise Recipients Add Plugin to BOE Appendix A: Troubleshooting and Common Issues Appendix B: Resources I. Overview Introduction The Roambi Publisher Extension simplifies the process of updating a Roambi report with data coming from a Web Intelligence report. Additionally, with a publication, you can schedule the delivery of reports and create personalized data for different recipients. SAP Business Objects Enterprise Publisher Extension has provided a framework for 3rd party developers to execute scripts during the publication process. This Roambi publication extension is leveraging Roambi API (SAP Roambi Publisher SDK) behind the scenes. SAP Roambi will respect the row level data permissions as specified in BOE. 2

3 The key benefit of using this publication extension, is the report creator will not need to script its own API, but leverage the existing BOE interface and entities to deliver Web Intelligence reports as Roambi views. How it Works 1. An initial Roambi Report Template is published. 2. A Publication against the source Web Intelligence generates an XLS file for RoambiScript. 3. RoambiScript uses the source file and the Roambi Report Template to generate personalized version of the report to the recipient. 4. The new version of the SAP Roambi Analytics downloaded/synced to the device. II. Setup Requirements SAP Roambi Cloud Configuration Requirements 1. Administrator access to SAP Roambi Cloud 2. Create an Roambi Cloud API Token. 3. Invite BOBJ end-user(s) into the Roambi Cloud Account 4. Publish a Roambi report to be used as a template SAP BusinessObjects Enterprise (BOE) Configuration Requirements 1. SAP BOE version 4.0, 4.1 or Permissions to add BOE plugins (need folder access to the BOE server installation path) 3

4 3. Install and configure RoambiScript (Roambi Pub SDK) 4. Install Roambi BOE Publication Extension 5. Administrator access to BOE Central Management Console (CMC) 6. BOBJ end-user details has correct address Roambi Configuration Creating a new API Token SAP Roambi BOE Publication Extension leverages the Roambi Cloud API to facilitate the creation of Roambi Cloud reports. No programming or API knowledge is required to use the components, but you do need to create an API token. 1. Go to View Account > API Tokens 2. Give it a name and click + 3. Copy the token and store it somewhere secure Note: This is the only time you will see the token. 4

5 Get the Account UID 1. Go to Invite Users > Info 2. Copy the Account UID Invite BOBJ end-user(s) into the Roambi Cloud Account Recipients of the Roambi reports will need to be members of the Roambi Cloud Account in order for them to have access. To invite new users or groups: 1. Login as an administrator to your Roambi Account 2. Tap the "Invite Users" icon, available from the home screen 3. Navigate to "People" within the administration console 4. Tap on the + button to reveal and select the "Invite Single User" or Invite Multiple Users option 5. For Single User invites, fill out the form while ensuring that the address matches the user s address in BOE. Tap the "Invite" button in the upper right corner. 5

6 For Multiple Users, click the download link to get a CSV template to fill out and upload here. Publish a Roambi report to be used as a template The Roambi BOE Publication Extension generates personalized Roambi reports to your recipients by using an existing Roambi report as a template. If you have not created a Roambi Report before, please review our Getting Started material and select a Roambi Template to create your first report. Tips on creating the Roambi report template is covered in Step 2 of the How to Use section. SAP BOE Configuration To enable the Roambi BOE Publication Extension, it requires placing two jar files on the BOE server: SAP Roambi Pub SDK (RoambiScript): roambi-api-cli.jar An API utility that the BOE publication will use to communicate to Roambi Cloud. Roambi BOE Publication Extension: roambi-boe-14-x-publicationextension jar BOE Publication extension to set Roambi delivery options 6

7 Setting up RoambiScript 1. For more information on RoambiScript, see RoambiScript Publishing SDK. 2. Download the SAP Roambi Pub SDK from SAP Service Marketplace. 3. Create a folder on the BOE Server that can be easily referenced. In this documentation, the roambi-api-cli.jar (SAP Roambi Pub SDK) is saved in the C:\roambiscript folder. 4. In the terminal or command prompt, navigate to the location of roambiapicli.jar (eg. C:\roambiscript ) and run the following command to generate a properties file: java -jar roambi-api-cli.jar configure (Note: JAVA_HOME/bin folder must be in the Path environment variable) 5. After executing the above command, answer the prompts based on the details from your API client in Roambi. This will create a roambi-api-cli.properties file: If your network uses a proxy to connect to internet, then you will need to add additional parameters to the properties file. Follow the instructions in this KBase. Please note the roambi-api-cli.jar installation path (in this example it is C:\roambiscript). The publisher extension will need to reference this directory path. 7

8 6. Test RoambiScript to ensure that it is working properly before applying the BOE Publication Extension. In the command prompt, navigate to the roambi-api-cli.jar install path (eg. C:\roambiscript ) Run the following command: java -jar roambi-api-cli.jar ls --folder <admin > <admin > should be the address of the admin account used to configure RoambiScript. This will list the contents of the Admin s personal folder and will display Run: 1. Failure: 0 on the last line to indicate the command was successful. If you receive Failure: 1 then check the /logs folder in the RoambiScript installation path for more details (eg. C:\roambiscript\logs) Setting up Roambi Publisher Extension 1. Download the Roambi BOE Publication Extension from the SAP Service Marketplace. Depending of your version of BOE, this is the Roambi BOE Publication Extension jar file you need to use: BOE 4.0: roambi-boe-14-0-publication-extension jar BOE 4.1: roambi-boe-14-1-publication-extension jar BOE 4.2: roambi-boe-14-1-publication-extension jar (same jar as BOE 4.1). 2. Move the Roambi BOE Publication Extension jar file into BOE s publishingplugins folder: C:\Program Files (x86)\sap BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\publishingPlugins Note: This will depend on your BOE installation path. The above folder path is the default path for BOE 4.0) 3. Restart BOE Server Intelligence Agent. a. Open Central Configuration Manager: 8

9 b. Restart Server Intelligence Agent. Wait a few minutes until all services are up and running. You can monitor this by clicking the Manage Servers icon in the toolbar. III. How to Use We will use an example to illustrate all the steps you need to perform to create a personalized Roambi report for your recipients powered by BOE. Here we will cover the process in 4 steps: 1. Establish the Use Case. 2. Create the Roambi Report Template 3. Create a Profile 4. Create a Publication Step 1: Establish the Use Case Our sales team have been requesting to visualize and review their sales reports. While they can get by on creating their own Excel charts on the desktop, it is inefficient, not standardized, and not the best use of the sales team time. Additionally, with sales team traveling most of the time, easy mobile access is a must. The IT team identified SAP Roambi as a suitable solution. They can transform each Web Intelligence reports into Roambi reports. However, they recognize this is not scalable especially with how quickly the sales team is growing, and each sales rep have different level of data access. They want to avoid having to create multiple Web Intelligence reports and multiple Roambi reports. Additionally, they gathered the following requirements: 9

10 Sales want to see revenue, profitability, and sales by state and product lines. Wants a dashboard like presentation, and not spreadsheet Reports should be updated daily Sales reps should only be able to see the metrics for their respective state (e.g. Tony, the Account Rep in Texas, should only see data from Texas) Sales manager should be able to see all the states under their supervision (e.g. Ally, the US Sales Manager, will see data from All the states) Managers should have the ability to filter data to specific states Step 2: Create the Template When creating a Roambi report as a template, the general workflow is: 1. Determine the data to be shared with your recipients. Decide if all recipients will get the same data or it will be filtered by specific category, product, or country. 2. Create or select a Web Intelligence report that contains the data. As a best practice, remove any header, footer, and additional formatting from the report. 3. Export the report as Excel file. 4. Upload to SAP Roambi Cloud and create your Roambi report. 5. Review and refine the Roambi View As with all design processes, creating a Roambi report will take few iterations and practice. General recommendation is to work through the steps outlined here, and get early feedback from recipients before investing on perfecting the smaller details. In regards to the example use case for the sales team, the first step is to gather the necessary sales data by state. The IT team created a Web Intelligence report that contains the following dimensions and measures 10

11 Sample Web Intelligencentelligence Report for Sales Team The report contains all states that have sales presence including (California, Colorado, Texas, etc.). The most important metric, Sales Revenue, is available. Additionally, IT team added Margin to help calculate profitability and included other common sales metrics. This report contains all the requested information to create a Roambi Dashboard. The report is downloaded as an Excel report and uploaded to SAP Roambi Cloud. 11

12 Screenshot of creating a Sales Team Dashboard in Roambi Publisher Since the desired presentation is a dashboard, choosing the Card View is an appropriate choice as the deliverable. Once you import the Web Intelligence reports, the dimensions and measures are available to create charts and visualizations. In this case, single value object, comparison charts, bar charts, area charts, and pie chart are used to display the requested information. Additionally, a filter dimension is applied on state, so that individual state data can be viewed separately. Once the design is complete, publish the Roambi View and save it in an easily accessible folder. In this case, the file will be published to a folder called Templates. Review the Roambi on the device and collect feedback on whether the data and visualizations are meaningful and address the sales team s needs. 12

13 Screenshot of creating a Sales Team Dashboard on the ipad Once the template is finalized, the remaining steps are to personalize the Roambi reports and deliver them. These steps are all configured within the BOE interface. The following steps assume you have no experience with BOE Publication. If you are already familiar with BOE publications, please skip to Step 5: Adding Roambi Publication Extension. Step 3: Create Profile To personalize the data for recipients, SAP BOE uses an object called Profile to facilitate the mapping of the data. From SAP BOE Introduction to Publishing: Profiles are objects in the SAP BusinessObjects Enterprise system that let you classify users and groups. They work in conjunction with publications to personalize the content that users see. Profiles link users and groups to profile values, which are values used to personalize data within a report. 13

14 This section outlines the steps to create profiles. It assumes that users or groups have been created already. It is important to note that the users will need to match the used in SAP Roambi Cloud. If using groups, the Group Name must match the Group name in SAP Roambi Cloud. 1. Login to Central Management Console (CMC). 2. Choose Profiles. 3. Select Manage > New > New Profile. 4. Create a name for the Profile (example: Publication Demo Profile) 5. Select Profile Targets and click Add. 6. Select the appropriate universe and object that will be used as a filter for the publication. In this case it is the efashion universe and Object State. 14

15 7. Select Profile Values and determine the users and/or groups that will receive the publication. When choosing a specific user, you can define the data value for personalization. In this case, Chris California will receive data only from California. Whereas Daniel Sutoyo will receive data from a subset of states. Once the steps are completed in creating a profile, it can be used to create personalized publication for any Web Intelligence documents based on this universe and selected object. Step 4: Create Publication Publication is a SAP BOE entity that enables you to schedule personalized reports. It leverages the users and profiles that you created in the previous steps. 1. Login to BI Launch Pad or CMC. 2. Select a folder where the publication will be generated. In this case Public > Publication Demo. 3. Click New > Publication to create the Publication. 4. Provide a title for the publication. In this example, it is State Sales. 15

16 5. Select a Web Intelligence report as a source document. This should be the same report you used to create your Roambi template. 16

17 6. In Enterprise Recipients add all the users or groups you want to receive the publication. These should be the users or groups you have included in the profile and must match the list of users/groups that are in Roambi Cloud 7. In Personalization select the local profile and object that the publication should be filtered on. In this example, select State as the query and Publication Demo Profile as the Enterprise Recipient Mapping. 8. In Formats, at the minimum you will need to select Microsoft Excel as output format. 17

18 9. In Destinations, select BI Inbox and check the Deliver objects to each user option. 10. In Roambi Cloud Publication Extension, you will need to add the Roambi Cloud Business Objects Publication Extension. Please refer to the table below for instructions on the parameters. 18

19 Field Publication Extension Name Class Name Parameter Value RoambiBusiness (can be a custom title) com.mellmo.roambi.businessobjects.publication.pu blicationextension templatepath=<path to RBI template>&roambiscriptfolder=<path to RoambiScript>&destinationFolder=<path to destination folder in Roambi File System>&title<name of the Roambi file>&cleaninbox<true or false> Important Notes templatepath (required): Roambi Cloud path to the Roambi Report Template file roambiscriptfolder (required): The local path of the RoambiScript jar file. destinationfolder (optional): A valid, existing folder in the Roambi File System (RFS) to which the Roambi file will be published. If not specified, the Roambi file will be published to users personal folder. title (optional): The Roambi file s name. If not specified, the title will be the publication name. The title can be a static title like Sales Report or it can be a dynamic title like 'Sales Report {State - Query 1}'. In this case, the variable name enclosed in {} will be replaced by the plugin with the value(s) used to generate the report. The variable name must be the same as shown in the Report Field configured in the Personalization step of the publication. cleaninbox (optional): If this parameter is true, the plugin will not create a copy of the excel file in users inboxes. If not specified it will default to false. The parameter values highlighted in yellow must be URL Encoded (or the whole parameter can be URL encoded): 19

20 templatepath=<path to RBI template>&roambiscriptfolder=<path to RoambiScript>>&destinationFolder=<path to destination folder in Roambi File System>&title<name of the Roambi file>>&cleaninbox<true or false> Example Parameter Values: templatepath= /Template/State Sales roambiscriptfolder= c:/roambiscript destinationfolder= /Roambi Files title= Sales Report cleaninbox= true Final Parameter to be entered: templatepath=%2ftemplate%2fstate%20sales&roambiscriptfolder=c%3a%2froambi script&destinationfolder=%2froambi%20files&title=%20report&cleaninbox=true In the latest version, the whole parameter can be URL Encoded. You can encode with this URL encoder here. Note: Strongly encourage you to store the source and url encoded parameter path in a document for your own reference. Once the publication extension is added, BOE does not let you edit it. You will have to remove and reinsert again. 11. The publication extension must be added in the list Before Publication Delivery 20

21 12. In Schedule, select the desired frequency to deliver the publication. You can select Run Now, to send the personalized reports. 13. Open Roambi Analytics and review the reports are correctly filtered for recipients. 21

22 Appendix A: Troubleshooting and Common Issues Where do I find RoambiScript, BOE Publication Extensions, and API Key? RoambiScript: Find it in SAP Service Marketplace Roambi BOE Publication Extension: Link Roambi API Key: Please refer to How do I create a Roambi API client? No reports are created after the Publication completes The Publication needs to be successful before RoambiScript is executed to generate any content. Delete the contents in the C:\roambiscript\logs directory Run the Publication again First check the Publication history to confirm that was successful without errors. If it failed, review the log provided for further details. If successful, then check the C:\roambiscript\logs to see if a new log was created. This indicates that RoambiScript may have encounted an error. Check the log for further details. How do I obtain log files? There are two log files you can pull for troubleshooting purposes: For BOE log files, right click on the BOE publication and click on History. 22

23 This will open a new pane of previous job runs. Clicking on the run entry will allow you to view the log files and other exported files (if you specified in your destination). For RoambiScript log file, go to the folder where you installed RoambScript. There is a folder called log and will contain the latest events. I am getting empty data set in my Roambi file Please check the following items 1. You provisioned the right users, and you are using a provisioned user to test the RBI contents 23

24 2. Check that your source report matches the dimensions used in the Roambi Report. 3. The profile values and filters for the user actually matches the data in the source report. Make sure you do not have additional query filter that restrict the data than intended 4. Make sure the data entry matches your filter (e.g. Texas_ ). You can check this by looking at the exported Web Intelligence or Excel report in the user s BOE inbox. Profile mapping and query needs to be accurate. It uses an AND clause Check that your RBI template can be accessed I get an invalid path in log The RBI is stored in the user s My Documents folder. And the My Documents folder is specific to the user s address. Please Double check that the user address is the same in BOE and in Roambi Cloud. I get an invalid template path in log Double check the user credential you are using for the api client key has access to the RBI template and the folder that stores the RBI My BOE log says it is complete, but I don t see anything Please check whether you have specified Excel as a format in the publication properties. At the minimum, the Excel format must be selected. How can I check if my data issue is a BOE issue or a Roambi Issue? In the destination tab of the publication properties, select where you want to review the exported file. For easy reference in BOE, select User InBox, and the in the format tab select both Excel and Web Intelligence report. This way, you can complete the Roambi RBI process and also look at the underlying data report in both Excel and Web Intelligence report. I still have issues with the plugin Please contact support. Please be sure to provide the following information: - BOE version - Brief summary of what you are trying to accomplish - Time of publication event - RoambiScript Log (This can be found in the folder where you installed RoambiScript) - The publishing parameters you used - Screenshot of Enterprise Recipients - Screenshot of Profile Values 24

25 25

26 Appendix B: Resources Introduction to BOE Platform Publication General overview of BOE publication extension and how it can be used to personalize data Personalization in SAP BOE Publication A more detailed step by step guide with additional screenshots and illustrations BOE Introduction to Publishing (PDF) An in depth guide to leveraging the publishing platform in BOE Adding a Publication Extension to your Publication Basic steps on adding a BOE publication extension Understanding Publication bursting modes This is a useful article if you have specific concerns on your database performance 26

27 27

The SAP Roambi Cloud SSRS Delivery Extension simplifies the process of updating a Roambi report with data coming from a SSRS reports.

The SAP Roambi Cloud SSRS Delivery Extension simplifies the process of updating a Roambi report with data coming from a SSRS reports. 1 Table of Contents I. Overview Introduction II. Setup Requirements Roambi Requirements Created a Roambi View to be used as a template SAP Roambi Cloud API Token Install and configure RoambiScript SSRS

More information

ROAMBI SCRIPT SYNTAX...

ROAMBI SCRIPT SYNTAX... INTRODUCTION... 2 API CLIENT... 2 PROPERTIES FILE... 2 ROAMBI SCRIPT SYNTAX... 4 COMMON COMMANDS... 4 UPLOAD... 4 UPDATE... 5 PUBLISH... 5 PUBLISH WITH FILE... 6 ALL COMMANDS... 7 Introduction RoambiScript

More information

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher Table of Contents Chapter 1: Getting Started 7 Roambi workflow 7 System requirements and specifications 8 Supported versions of IBM Cognos 8 Single sign-on support 8 Setting up an IBM Cognos portal 8 Chapter

More information

Roambi Pulse Quick Start Guide V

Roambi Pulse Quick Start Guide V Roambi Pulse Quick Start Guide V4.4.0.0 Table of Contents ROAMBI PULSE OVERVIEW 3 FEATURES 3 DATA SOURCES 4 CREATING A ROAMBI PULSE 5 STEP 1: CHOOSE PULSE FROM THE CAROUSEL 5 STEP 2: IMPORT YOUR DATA 7

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

User Guide EDDIE. Enterprise Data Delivery Information Environment. Business Objects 4.1

User Guide EDDIE. Enterprise Data Delivery Information Environment. Business Objects 4.1 User Guide EDDIE Enterprise Data Delivery Information Environment Business Objects 4.1 2 P a g e EDDIE 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...

More information

BusinessObjects LifeCycle Manager User's Guide

BusinessObjects LifeCycle Manager User's Guide BusinessObjects LifeCycle Manager User's Guide BusinessObjects Enterprise XI 3.1 Service Pack2 windows Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects,

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

Portal Integration Kit User s Guide for Microsoft SharePoint

Portal Integration Kit User s Guide for Microsoft SharePoint Portal Integration Kit User s Guide for Microsoft SharePoint BusinessObjects Enterprise XI 3.1 windows Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns the following

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

BusinessObjects Polestar Error Message Guide

BusinessObjects Polestar Error Message Guide BusinessObjects Polestar Error Message Guide BusinessObjects Polestar XI 3.1 windows Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns the following U.S. patents,

More information

HarePoint Analytics. For SharePoint. User Manual

HarePoint Analytics. For SharePoint. User Manual HarePoint Analytics For SharePoint User Manual HarePoint Analytics for SharePoint 2013 product version: 15.5 HarePoint Analytics for SharePoint 2016 product version: 16.0 04/27/2017 2 Introduction HarePoint.Com

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

ER/Studio Enterprise Portal User Guide

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

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

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

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

More information

SAP C_BOWI_42 Exam Questions and Answers (PDF) SAP C_BOWI_42 Exam Questions C_BOWI_42 BrainDumps

SAP C_BOWI_42 Exam Questions and Answers (PDF) SAP C_BOWI_42 Exam Questions C_BOWI_42 BrainDumps SAP C_BOWI_42 Dumps with Valid C_BOWI_42 Exam Questions PDF [2018] The SAP C_BOWI_42 SAP Certified Application Associate - SAP BusinessObjects Web Intelligence 4.2 Exam exam is an ultimate source for professionals

More information

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

D&B Optimizer for Microsoft Installation Guide

D&B Optimizer for Microsoft Installation Guide D&B Optimizer for Microsoft Installation Guide Version 2.0 July 13, 2018 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING SUPPORT... 4 2. GETTING STARTED... 4 MICROSOFT LICENSING CHECKLIST...

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors First-hand knowledge. Reading Sample In this sample chapter, you l l start in Chapter 2 by creating your first document and query in SAP BusinessObjects BI. In this process, we ll explore the query panel,

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019 D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics VERSION: 2.3 PUBLICATION DATE: February, 2019 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING

More information

Virtual Office. Virtual Office Analytics An Overview. Version 1.0. Revision 1.0

Virtual Office. Virtual Office Analytics An Overview. Version 1.0. Revision 1.0 Virtual Office Virtual Office Analytics An Overview Version 1.0 Revision 1.0 Copyright 2015, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof

More information

User Manual For SmartRoom Managers

User Manual For SmartRoom Managers User Manual For SmartRoom Managers Table of Contents 1.0 Login 2.0 Confidentiality Agreement 3.0 Software Installation 4.0 Dashboard 5.0 Document Review and Index Maintenance 5.1 View by Index 5.1.1 Index

More information

Vela Web User Guide Vela Systems, Inc. All rights reserved.

Vela Web User Guide Vela Systems, Inc. All rights reserved. The Vela Systems Web application is designed to enable the administration, management, and reporting of the Vela Field Management Suite, as well as give project teams the ability to collaborate on issues,

More information

C_TBI30_74

C_TBI30_74 C_TBI30_74 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 Where can you save workbooks created with SAP BusinessObjects Analysis, edition for Microsoft Office? (Choose two) A. In an Analysis iview

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2

Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

A User Guide. Besides, this Getting Started guide, you ll find the Zoho Campaigns User Guide and many other additional resources at zoho.com.

A User Guide. Besides, this Getting Started guide, you ll find the Zoho Campaigns User Guide and many other additional resources at zoho.com. A User Guide Welcome to Zoho Campaigns! This guide will help you create and send your first email campaign. In addition to sending an email campaign, you ll learn how to create your first mailing list,

More information

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

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

More information

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 Administrator Manual DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 P/N 15V-090-00054-100 Revision A SKF is a registered trademark of the SKF Group. All other trademarks

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Concord Print2Fax. Complete User Guide. Table of Contents. Version 3.0. Concord Technologies

Concord Print2Fax. Complete User Guide. Table of Contents. Version 3.0. Concord Technologies Concord Print2Fax Complete User Guide Table of Contents Version 3.0 Concord Technologies 2018 1 Concord Technologies concordfax.com premiumsupport@concordfax.com Copyright 2017 CONCORD Technologies. All

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT

TREENO ELECTRONIC DOCUMENT MANAGEMENT TREENO ELECTRONIC DOCUMENT MANAGEMENT User Guide February 2012 Contents Introduction... 5 About This Guide... 5 About Treeno... 6 Navigating Treeno EDM... 7 Logging in to Treeno EDM... 7 Changing Your

More information

VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X

VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X ADVANCED REPORTING TOOL (ART 3X) VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X 2012 Bowman Systems L.L.C. All Rights Reserved. This document and the information contained herein are the property of Bowman Systems

More information

s i m p l y w o r k s

s i m p l y w o r k s CARA is an ergonomically designed, fast, web user interface and business rules engine, currently released for the following platforms: Documentum (alternative to Webtop or D2) Oracle WebCenter Alfresco

More information

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Contents What is DoQ Integrator?... 3 Features of DoQ Integrator... 4 Auto-Cloud Upload... 4 Manual

More information

Genesys Interactive Insights Deployment Guide. Genesys Interactive Insights 8.5.0

Genesys Interactive Insights Deployment Guide. Genesys Interactive Insights 8.5.0 Genesys Interactive Insights Deployment Guide Genesys Interactive Insights 8.5.0 2/12/2018 Table of Contents Genesys Interactive Insights 8.5 Deployment Guide 3 New In This Release 4 Overview: What is

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

AppsWatch. Automai, Corp.

AppsWatch.   Automai, Corp. AppsWatch www.automai.com Automai, Corp. Contents INTRODUCTION... 3 PURPOSE... 3 PERFORMANCE MONITORING PROCESS OVERVIEW... 4 GETTING STARTED... 6 CREATE USER SCENARIO... 6 open SSRDPMANAGER... 7 Create

More information

Comodo cwatch Network Software Version 2.23

Comodo cwatch Network Software Version 2.23 rat Comodo cwatch Network Software Version 2.23 Administrator Guide Guide Version 2.23.060618 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Comodo cwatch

More information

F5 Analytics and Visibility Solutions

F5 Analytics and Visibility Solutions Agility 2017 Hands-on Lab Guide F5 Analytics and Visibility Solutions F5 Networks, Inc. 2 Contents: 1 Class 1: Introduction to F5 Analytics 5 1.1 Lab Environment Setup.......................................

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

JAMS 7.X Getting Started Guide

JAMS 7.X Getting Started Guide Table of Contents JAMS Overview 2 Working with Servers 3-4 The JAMS Client Interface 5 JAMS Scheduler Overview 6 Defining Folders and Jobs 7-10 1 2018 MVP Systems Software, Inc. All Rights Reserved. JAMS

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

Foxtrot Certified Expert Study Guide

Foxtrot Certified Expert Study Guide Foxtrot Certified Expert Study Guide Click for the Practice Exam Useful Terms: Client Machine Typically referred to as a user s machine that points to a License Path. Data Execution Prevention (DEP) A

More information

Fiorified Business Intelligence Launch Pad User Guide

Fiorified Business Intelligence Launch Pad User Guide PUBLIC SAP BusinessObjects Business Intelligence platform Document Version: 4.2 SP6 2017-12-15 Fiorified Business Intelligence Launch Pad User Guide 2018 SAP SE or an SAP affiliate company. All rights

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions. Version 5.

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions.   Version 5. SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager J System Solutions Version 5.0 JSS SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager Introduction...

More information

WebAnalyzer Plus Getting Started Guide

WebAnalyzer Plus Getting Started Guide WebAnalyzer Plus Getting Started Guide www.manageengine.com/web-analytics Contents 1 Introduction 4 2 3 4 5 WebAnalyzer Plus Overview Getting Started System Requirements Installation Starting and Accessing

More information

User Guide. Connect to: for use with SharePoint 2010 and 2013 version 1.0. June 2014 Issue 1.0

User Guide. Connect to: for use with SharePoint 2010 and 2013 version 1.0. June 2014 Issue 1.0 User Guide Connect to: for use with SharePoint 2010 and 2013 version 1.0 June 2014 Issue 1.0 Fuji Xerox Australia 101 Waterloo Road North Ryde NSW 2113 For technical queries please contact the Fuji Xerox

More information

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

More information

EventCenter Training SEPTEMBER CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR

EventCenter Training SEPTEMBER CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR EventCenter Training SEPTEMBER 2014 CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR www.crowdcompass.com Toll-free: +1.888.889.3069 Fax: +1.877.615.6699 Contents Familiarize Yourself... 3 Introduction...

More information

Interactive Analysis Getting Started Guide Interactive Analysis 1.0

Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other SAP

More information

Comodo Next Generation Security Information and Event Management Software Version 1.4

Comodo Next Generation Security Information and Event Management Software Version 1.4 rat Comodo Next Generation Security Information and Event Management Software Version 1.4 Administrator Guide Guide Version 1.4.101915 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE

INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE INSTITUTE BUSINESS SYSTEMS IMSS COGNOS REPORT STUDIO GUIDE Table of Contents Logging into Cognos... 3 Viewing Summary Information... 6 Running a Report... 6 Rerunning a Report... 9 Comparing Summary Information...

More information

Sticky Notes for Cognos Analytics by Tech Data BSP Software

Sticky Notes for Cognos Analytics by Tech Data BSP Software Sticky Notes for Cognos Analytics by Tech Data BSP Software Installation Guide Sticky Notes for Cognos Analytics is an easy to install extension that allows report authors to record notes directly from

More information

ER/Studio Enterprise Portal User Guide

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

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

3 Setting BI Launch Pad and Web Intelligence Preferences

3 Setting BI Launch Pad and Web Intelligence Preferences 3 Setting BI Launch Pad and Web Intelligence Preferences This session describes the various settings and preferences you can change (depending on permissions) to personalise your BI Launch Pad and Web

More information

Risk Intelligence. Quick Start Guide - Data Breach Risk

Risk Intelligence. Quick Start Guide - Data Breach Risk Risk Intelligence Quick Start Guide - Data Breach Risk Last Updated: 19 September 2018 --------------------------- 2018 CONTENTS Introduction 1 Data Breach Prevention Lifecycle 2 Choosing a Scan Deployment

More information

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3 2 TABLE OF CONTENTS Installation 3 Minimum system requirements 3 Download and installation on Windows 3 Download and installation on Linux 3 Mail server configuration 4 Out-of-the-box integrations 4 ServiceDesk

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Sage Construction Central Setup Guide (Version 18.1)

Sage Construction Central Setup Guide (Version 18.1) Sage 300 Construction and Real Estate Sage Construction Central Setup Guide (Version 18.1) Certified course curriculum Important Notice The course materials provided are the product of Sage. Please do

More information

32 Using Local Data Sources in Web Intelligence Documents

32 Using Local Data Sources in Web Intelligence Documents 32 Using Local Data Sources in Web Intelligence Documents We have used universes as data sources for queries created in Web Intelligence and in Web Intelligence Rich Client. 32.1 Local Data Sources in

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

BusinessObjects Enterprise / Crystal Reports Server XI R1 and R2

BusinessObjects Enterprise / Crystal Reports Server XI R1 and R2 BusinessObjects Enterprise / Crystal Reports Server XI R1 and R2 Overview Contents BusinessObjects Enterprise and Crystal Reports Server XI R1 and R2 do not currently have the capability to send objects

More information

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide UBC Workspace 2.0: VMware Content Locker v4.12 for ios User Guide Navigating Content Locker Content Locker centralizes all your enterprise data in a single container and integrates existing content repositories

More information

Sophos Mobile SaaS startup guide. Product version: 7.1

Sophos Mobile SaaS startup guide. Product version: 7.1 Sophos Mobile SaaS startup guide Product version: 7.1 Contents 1 About this guide...4 2 What are the key steps?...5 3 Change your password...6 4 Change your login name...7 5 Activate SMC Advanced licenses...8

More information

ELM Server Exchange Edition ArchiveWeb version 5.5

ELM Server Exchange Edition ArchiveWeb version 5.5 ELM Server Exchange Edition ArchiveWeb version 5.5 Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All

More information

Configuring External Links in Visual Discovery AE

Configuring External Links in Visual Discovery AE Copyright 2014 WebFOCUS Release 8.0 Version 08 July 2014 Technical Memo Information Builders Two Penn Plaza New York, NY 10121-2898 (212) 736-4433 TM4742 Configuring External Links in Visual Discovery

More information

Performance Evaluation Essentials

Performance Evaluation Essentials Performance Evaluation Essentials Program Outline Table of contents Quick Reference Guide Navigating the myua Dashboard... 3 Quick Reference Guide Create Performance Evaluation... 4 Quick Reference Guide

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Interstage Business Process Manager Analytics V12.1 Studio Guide

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

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

4 Introduction to Web Intelligence

4 Introduction to Web Intelligence 4 Introduction to Web Intelligence Web Intelligence enables you to create documents for reporting, data analysis, and sharing with other users using the BI Launch Pad environment. Querying The required

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

SAP BusinessObjects. Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team

SAP BusinessObjects. Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team SAP BusinessObjects Connecting to the Oracle Autonomous Data Warehouse Cloud Service using an Oracle Wallet August 2018 Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team erick.carlson@oracle.com

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

SAS Viya 3.3 Administration: Identity Management

SAS Viya 3.3 Administration: Identity Management SAS Viya 3.3 Administration: Identity Management Identity Management Overview................................................................. 2 Getting Started with Identity Management......................................................

More information

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes AirWatch v9.3 Have documentation feedback? Submit a Documentation

More information

Sophos Mobile. startup guide. Product Version: 8.1

Sophos Mobile. startup guide. Product Version: 8.1 Sophos Mobile startup guide Product Version: 8.1 Contents About this guide... 1 Sophos Mobile licenses... 2 Trial licenses...2 Upgrade trial licenses to full licenses... 2 Update licenses... 2 What are

More information

NETWRIX GROUP POLICY CHANGE REPORTER

NETWRIX GROUP POLICY CHANGE REPORTER NETWRIX GROUP POLICY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 November 2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Griffin Training Manual

Griffin Training Manual Griffin Training Manual Grif-WebI Orientation Class For View Only Users Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining & Accessing Web Intelligence...

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information