SAP Analytics Cloud Best Practices for BI Platform Live Universes

Size: px
Start display at page:

Download "SAP Analytics Cloud Best Practices for BI Platform Live Universes"

Transcription

1 NOTE: Delete the yellow stickers when finished. See the SAP Image Library for other available images. Once the custom image is inserted, click Format Send Backward Send to Back, so the motion band is on top of the image. SAP Best Practices for BI Platform Live Universes Matthew Shaw, SAP March, 2018

2 Best Practices Live Universe

3 Create dedicated (derived) universe Create Model in SAP Analytics Cloud Modify the universe so there s one universe per FACT table Hide objects Create measures in the root folder Create new filters, inc. filters on measures Edit list of values and prompts SAP, for live access, has requirements that basically means dedicated universes are needed Model creation Group dimensions into folders Ready for consumption for SAP Validate for performance 3

4 universe for SAP Performance is key for live access Orientate Universe towards dashboard use-cases, not reporting Need to simplify the universe Easily re-use existing Universes by creating a linked universe Business and Data Security Profiles are not inherited when linking universes May need to re-create such Profiles on the Linked universe 4

5 Create a dedicated Universe folder Enables SAP to list only Universes held in this folder (and subfolders) Benefit is improved ease-of-use within SAP 5

6 Universe Hide objects so that only one run-time context is used No need to delete objects, just hiding them is enough Only a single run-time context is currently supported There must be no context is supported and multiple contexts can be used for these objects, just ensure there s no context prompt! Multiple contexts resolved with JOIN_BY_SQL are not currently supported Any Business Layer Security Profiles are ignored to determine the use of contexts when creating the model Typically need to create multiple linked universes, one for each fact table Remember, live universe models cannot currently be linked to other models in a story 6

7 Universe Hide objects with unsupported data types: date, date/time Instead may need to create year, month, day numeric objects Hide objects with unsupported projection types: count, count without empty For these objects, create sum objects that sum 1s All other projection types are supported, including Database Delegated Easily change state of many objects with multi-select 7

8 Universe Hide objects That contain just text in the SELECT without a TABLES value All objects must be able to run on their own in order for the list of values to be generated It is the objects SELECT that generate the list of values within the Data Explorer interface as well as when adding filters to stories or input controls, rather than the associated List of Values List of values are supported This object has no tables lists in Tables. It fails the requirements as the object will not run on its own, it requires another object to generate tables for the FROM clause. (@Aggregate_Aware objects also have no tables listed, but that is ok as they are calculated at run-time) 8

9 Measures Must have at least 1 measure in the universe Move measures to the root folder Measures within SAC appear with their full path and this can be distracting Need to create new measures in the Universe root folder Hide the original measure objects No need to specify object descriptions as they are ignored in SAC Ensure all measures use an SQL aggregation function (sum, count, avg, max etc.) Don t forget to set the correct Projection Function on the new measures to re-use the SQL of the original objects 9

10 Measures Measures appear in their folders within SAP which is a little distracting: Before objects are moved to the root Story Model definition Data View 10

11 Measures Recreating measures in the root makes them easier to consume in SAP : After measures have been moved to the root Story Model definition Data View 11

12 Measures Display Formats Are currently ignored by SAP All measures have a decimal format 0.00 As an example Rows could only be a whole number and never a decimal SAP has number formatting options at the Story level as shown above that may present the values in a more meaningful manner 12

13 Advanced Object Properties Both Results and Conditions must be enabled to avoid an error within SAP If using a derived universe, then hide the object and create a new object Objects ignored Detail objects If these are needed, create new dimension objects 13

14 Predefined Filter objects Since there is (currently) no query panel for live connectivity there s no opportunity to use the filter objects Input Controls and Advanced Page Filters provide the means to build complex filters, but these still may be short of existing Universe filters Multiple universes, with fixed complex filters, may be needed to fulfil complex filter functions Filtering on measures requires a universe prompt Input Control Advanced Filter (can be story or page level) 14 AND/OR, Include/Exclude, Equals/Does not equal

15 Predefined Filter objects Mandatory Filters with Prompts are currently not supported Includes mandatory filters defined with Native SQL and Business Layer prompts Means that optional prompts are currently not possible Mandatory Filters without Prompts are supported Enables a universe to filter on a particular dataset or business use-case 15

16 @Prompts Since there is (currently) no query panel for live connectivity so there s no opportunity to define prompts Instead they must all be defined in the SQL Business Layer (SELECT, WHERE) or in the Data Foundation Limitations: Cannot use a formula to set dynamic default value Cannot use Index Awareness or List of Values based on Objects with Primary Keys 16

17 @Prompt Limitations continued: Single values answers, not multiple, for Hardcoded list of values (so the selection mode is always mono, multi is ignored) When constrained mode is Free Applies to Business Layer and Data Foundation ApplicationType.Application_Type_Name AppType','A, {'CMC','BI launch pad }, Multi,Constrained,Persistent) If multiple values are needed, use a list of values on an object For multiple free text entry use multiple prompts with OR in the SQL ApplicationType.Application_Type_Name AppType','A',,Multi,Free,Persistent) 17

18 List of Values referred to Needed to provide multiple value answers All the type of List of Values are supported Limitations: no hierarchy, no multi-column, no delegated search etc. Best Practices for List of Values Keep the list short to provide good performance in the user interface ApplicationType.Application_Type_Name AppType','A','Characteristics\lov',Multi, Constrained,Persistent) Multiple Answers Single Answer ApplicationType.Application_Type_Name AppType','A','Characteristics\lov,Mono, Constrained,Persistent) 18

19 Prompt datatypes All types are supported: Alphanumeric (A), Number (N), Date (D) and Datetime (DT) Date provides a calendar pop-up Datetime requires data entry For ease of use, use Date over Datetime Datetime Date 19

20 Universe Prompts are visible in the SAP modeller Select Variables Currently no options available 20

21 How Prompts work within a Story Upon creating a new story, all universe prompts are shown 21

22 Set a visualisation to use either story or chart variables Allows for different visualisations to use different variables 22

23 Dynamic text can be added to show prompt/variable settings Works at both Story and Visualisation levels 23

24 Result is two visualisations, each using a different prompt/variable No need to create a model per set of variable values, rather re-use the existing model and change the variable on the story/visualisation 24

25 Multiple models using the same Variables will result in a prompt for each Linking Variables is currently not supported for live universes Tooltip shows Remote systems are not compatible 25

26 Validate universe Run an integrity check on the universe before publishing Resolve any issues 26

27 Validate universe With either BI Launchpad or Web Intelligence Rich Client Login as the user you will use from SAP Create a new Web Intelligence document & new query off the Universe Add every object into the query panel with no filters Check the SQL has only 1 query with no multiple paths shown 27

28 Validate universe performance Add the Query Summary to see the duration and number of rows returned The query time shown is for all the objects and no filters, so its likely to be the worst performance from the perspective of an SAP user To mimic a more typical query, build new queries with just measures and a few dimensions It s critical the query duration is as small as possible (10 seconds max) If query duration is too high need to tune 28

29 Universe Performance Considerations Restrict the universe to a limited time period, or to a particular use-case Add filters/prompts as needed until desired performance is obtained Optimisation features you ve not yet implemented, such as: Use of summary tables In-line derived tables with BOUNDARY_WEIGHT_TABLE These add a filter to tables before then being joined to other tables Limitations Can t be used at the same time Can t be used on a derived universe, need to include the universe so to set table rows count Move WHERE clauses into the FROM with FILTER_IN_FROM 29

30 Validate BI Platform authorisations Save the document into Favorites Folder A BOELiveProviderTempFolder folder will be create here by SAP This folder is used to store temporary Web Intelligence documents created through SAP workflows to access data The name of the folder is defined in boe.properties: boe.temporarydocumnetfolder=boeliveprovidertempfolder Delete the document 30

31 Model Creation Give the model a meaningful name and description No spaces for model names allowed! Use a naming convention to help identify what connection is which 31

32 Dimension Setting Define Groups for objects, so to group the objects making it easier for users No spaces in group names allowed! 32

33 Grouping result shown in user interface Grouping in modeller 33

34 - summary Create dedicated (derived) universe Create Model in SAP Analytics Cloud Dedicated universe Designed for SAP consumption only Performance of the Universe and underlying database is critical for ease-of-use, usability and adoption Typically focused on single use-case and for dashboarding, not reporting 34

35 Step-by-step example

36 Step-by-step example An example boe.properties Information Design Tool Universe folder for SAP Universes Call the folder 'SAP ' or another name. The name should correspond to the boe.compatibleuniversefolderproperty held in the boe.properties file. The boe.compatibleuniversefolder property, if set, will limit the universes listed within SAP to only those in that folder and subfolders. Restart the webapp cs_ina_agent once the boe.properties file has been updated. i.e. restart Tomcat. 36

37 Step-by-step example Create a linked universe off the universe you d like to consume in SAP This example uses the BI Platform Audit Analysis Universe Right click to select 'Create Linked Universe Select Next to use the same connection with the core universe Select a folder to store your project Provide a Business Layer Name, Data Foundation Name and a Description Press Finish 37

38 Step-by-step example Only a single run-time context is supported Hide all the objects that generate more than 1 context Hide universe folders: Specific Event Types (multiple values per event), Audit Details (multiple values per event), Advanced Query Objects Hide objects using unsupported data-types 'Start datetime' 38

39 Step-by-step example Hide all the original measure objects Create new measure objects in the root For each new measure object provide the name and in the SELECT to reference the original measure The result will be a set of measures all defined in the root of the universe folder, but all based off, the now hidden, original measure objects 39

40 Step-by-step example Publish the Universe to the folder you created earlier, 'SAP ' in this example Resolve any issues identified with the integrity checkthird level 40

41 Step-by-step example Either: Logon to BI Launchpad and login as the user you will use later to connect to the BI Platform from within SAP. Select Applications-Web Intelligence, to launch Web Intelligence Or Start Web Intelligence Rich Client Select new document 41

42 Step-by-step example Select the universe you published in an earlier step and press OK Add all the objects (every single object, all measures and all dimensions) into the Results Objects pane Ensure there are no filters applied Press the 'show script' to show the SQL Validate the SQL is a single statement and it has NO 'multiple paths' (i.e. no join and no merging of separate SQL statements). If the are multiple paths then the universe will not be compatible for consumption with SAP live universe connector. Press Close 42

43 Step-by-step example Run query without any filters 43

44 Step-by-step example Add a new report (tab) by selecting 'Page Setup' - 'Add Report In the new report, add the 'Query Summary', by selecting 'Report Elements' - 'Cell' - 'Query Summary' and then adding that into the report by clicking on it Validate the query duration and number of rows returned 44

45 Step-by-step example Press the Save icon Select the 'Favorites Folder', give the document a name and press Save Delete the document after you have saved it If you are unable to successfully save the document then SAP will generate errors to the user 45

46 Step-by-step example Login to SAP, but very importantly: If you are using a reverse proxy (which will require a 'PATH' connection) then you must login via the Reverse Proxy. If you are using CORS (which will require a 'DIRECT' connection) then you can login directly to the cloud application. Be sure to login with a user that has administration rights to create connections and models Select 'Connections' from the menu Add a connection by selecting '+' - 'Live Data Connection' - 'SAP Universe' Give the connection a name and description. Importantly note, the name cannot be changed once created Select the Connection Type, either 'Path' (for use with a Reverse Proxy), or 'Direct' when using CORS 46

47 Step-by-step example If using a Reverse Proxy, the name of the Path Prefix must match that of the path statement as defined in the Apache httpd.conf file. The application will add a '/' to the path if one is not entered. So in this example 'mybip' and '/mybip' are both valid and have the same effective value. Select Authentication Method 'User Name and Password' and enter the corresponding details. The username and password are not stored. Press OK, to save the connection. Process Flows for creating a connection are available 47

48 Step-by-step example Select 'Create' - 'Model Select 'Use a datasource' and then 'Live Data connection' 48

49 Step-by-step example Select the 'System' to the connection you created earlier Select the Universe you published earlier Give the model a name and description Press OK The model will be created (the Universe metadata is uploaded to the Cloud) 49

50 Step-by-step example Select the spanner icon and then 'Dimension Settings Remove the folder name ('Time' in this example') from the 'Description' of each object, and add it to the 'Group' column You will notice a folder structure appearing on the right hand side 50

51 Step-by-step example Once all the objects have been Grouped the result will be shown Save the model Process flow for creating a new model are available 51

52 Step-by-step example Create a new story 52

53 Step-by-step example Select the option Data acquired from an existing model 53

54 Step-by-step example Select the model you created earlier Select at least one measure and add dimensions as you see fit Use the Explorer interface to filter, sort, rank, change chart types, add/remove measures and to look at the data by different dimensions Copy the visualisation to a Story Page 54

55 Step-by-step example 55

56 Step-by-step example 56

57 Step-by-step example 57

58 Step-by-step example Within a few minutes you can build yourself a dashboard with an input control to filter the charts as you please 58

59 Thank you. Matthew Shaw Analytics Product Management, SAP

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

SAP Analytics Cloud Process Flows

SAP Analytics Cloud Process Flows Process Flows Matthew Shaw, SAP February, 1 Process Flows Live Consumption Create New Live Connection with PATH (via ) Create new live universe connection with path mybip and click save 1 2 Catalog lication

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

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

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

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

4 BSM FOUNDATION BOOTCAMP

4 BSM FOUNDATION BOOTCAMP Lab 4 BSM FOUNDATION BOOTCAMP BMC Analytics Using and Installing BMC Analytics Table of Contents Part I: Part II: Simple Report Creation Converting table to chart; switching the dimension. Part III: How

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Bpm online sales. Team Package User Guide

Bpm online sales. Team Package User Guide Bpm online sales Team Package User Guide User guide Contents 1. Bpm online sales overview... 6 2. Bpm online interface... 8 2.1. Bpm'online interface overview... 9 2.2. Bpm online home page... 12 2.3.

More information

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad Module 1.Introduction to Business Objects New features in SAP BO BI 4.0. Data Warehousing Architecture. Business Objects Architecture. SAP BO Data Modelling SAP BO ER Modelling SAP BO Dimensional Modelling

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

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course

Innovations in Business Solutions. SAP Analytics, Data Modeling and Reporting Course SAP Analytics, Data Modeling and Reporting Course Introduction: This course is design to cover SAP Analytics, Data Modeling and Reporting course content. After completion of this course students can go

More information

Bpm online customer service. User guide

Bpm online customer service. User guide Bpm online customer service User guide User guide Contents 1. Bpm online customer service overview... 6 2. Bpm online interface... 8 2.1. Bpm'online interface overview... 9 2.2. The command line... 12

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

SAS. Information Map Studio 3.1: Creating Your First Information Map

SAS. Information Map Studio 3.1: Creating Your First Information Map SAS Information Map Studio 3.1: Creating Your First Information Map The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Information Map Studio 3.1: Creating Your

More information

Course Contents: 1 Business Objects Online Training

Course Contents: 1 Business Objects Online Training IQ Online training facility offers Business Objects online training by trainers who have expert knowledge in the Business Objects and proven record of training hundreds of students Our Business Objects

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 10.3 Last Updated: August 2012 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous. SAP BusinessObjects Web Intelligence. The Comprehensive Guide. S Galileo Press.

Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous. SAP BusinessObjects Web Intelligence. The Comprehensive Guide. S Galileo Press. Jim Brogden, Heather Sinkwitz, Dallas Marks, Gabriel Orthous SAP BusinessObjects Web Intelligence The Comprehensive Guide S Galileo Press Bonn Acknowledgments 21 Foreword 23 1.1 Features of Web Intelligence

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Reviewing Hidden Content during Native Review

Reviewing Hidden Content during Native Review Reviewing Hidden Content during Native Review Introduction When conducting a native file review it is important to note that certain files can have hidden content. These are features of certain software

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes. Gina Dowling

Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes. Gina Dowling Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes Gina Dowling 01.01.2014 Table of Contents 1.0 Release Notes 3 Introduction 3 2.0 New Features 4 New Report Designer 4 2.1.1 Task Pane

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

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

A Case Study Building Financial Report and Dashboard Using OBIEE Part I

A Case Study Building Financial Report and Dashboard Using OBIEE Part I A Case Study Building Financial Report and Dashboard Using OBIEE Part I This is a 1 st document in the series of building financial reports and dashboard taking Essbase as Data Source. This document briefs

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

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 12 July 2016 Page 2 Table of Contents INTRODUCTION... 4 APPLICATION ARCHITECTURE... 5 DOCUMENT OVERVIEW... 6 GENERAL USER INTERFACE... 7 CONTROLS...

More information

DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software.

DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. ActiveFlow Release Date: May 12, 2008 Page 1 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. The information

More information

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE 11 2015 CONTENTS INTRODUCTION... 3 USERS... 4 FUNCTION ROLES AND DATA ROLES... 5 FUNCTION ROLES... 5 Create a Function Role... 8

More information

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

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

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Information Design Tool 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,

More information

On-Premises v7.x Installation Guide

On-Premises v7.x Installation Guide On-Premises v7.x Installation Guide 1 Table of Contents ControlUp s On Premises Server Installation Wizard...3 ControlUp On-Premises Server s prerequisites...3 End-User License Agreement...4 Insights On-Premises

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

Import Data Connection to an SAP ERP System

Import Data Connection to an SAP ERP System Import Data Connection to an SAP ERP System SAP Analytics Cloud allows you to import data from supported versions SAP ERP Central Component. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

SAP BO/BI Course Content

SAP BO/BI Course Content SAP BO/BI Course Content Module -1: Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts OLTP vs. OLAP Types of OLAP Multi-Dimensional Modeling Of SAP BW 7.3 SAP BW 7.3 Cubes, DSO's,Multi Providers,

More information

OSR Composer 3.7 User Guide. Updated:

OSR Composer 3.7 User Guide. Updated: OSR Composer 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this manual...

More information

What s new in SAP Lumira ?

What s new in SAP Lumira ? What s new in SAP Lumira 1.0.12? After a 4 month hiatus from the monthly release schedule for SAP Lumira and SAP Predictive Analysis, SAP released version 1.0.12 of Lumira on October 2, 2013. This Lumira

More information

Web Intelligence Rich Client Getting Started Business Objects 4.1

Web Intelligence Rich Client Getting Started Business Objects 4.1 User Guide Web Intelligence Rich Client Getting Started Business Objects 4.1 Web Intelligence Rich Client Getting Started User Guide Contents Purpose of this Guide... 3 About Web Intelligence 4.1... 3

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1.

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1. UNITED STATES AGENCY FOR INTERNATIONAL DEVELOPMENT TABLE OF CONTETABLE OF CONT PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) LIBERIA STRATEGIC ANALYSIS DASHBOARD USER MANUAL Version 1.0 PERFORMANCE INDICATOR

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Custom Reports User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

COGNOS BI I) BI introduction Products Introduction Architecture Workflows

COGNOS BI I) BI introduction Products Introduction Architecture Workflows COGNOS BI I) BI introduction Products Architecture Workflows II) Working with Framework Manager (Modeling Tool): Architecture Flow charts Creating Project Creating Data Sources Preparing Relational Metadata

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

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

OnePlac User Guide 6.4

OnePlac User Guide 6.4 OnePlaceMail User Guide 6.4 Overview Manage SharePoint Locations Save items from Outlook to SharePoint Send and save emails to SharePoint 6.4 Further configuration options Insert from SharePoint Open from

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

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

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

How to make a Recap Mobile Recording on ios devices

How to make a Recap Mobile Recording on ios devices How to make a Recap Mobile Recording on ios devices Introduction This guide tells you how to make a Mobile Recording in Recap using the Panopto app on your mobile or tablet. Panopto are the provider of

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

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

Getting Started with Performance Manager

Getting Started with Performance Manager Getting Started with Performance Manager BusinessObjects Performance Manager Windows Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns the following U.S. patents,

More information

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide SAP Roambi 2017-10-31 SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide 1 Table of Contents I. Overview Introduction How it Works II. Setup Requirements Roambi Requirements Created a Roambi

More information

Version 9 Client Workflow Interface (Dashboard) Quick Start Guide

Version 9 Client Workflow Interface (Dashboard) Quick Start Guide Version 9 Client Workflow Interface (Dashboard) Quick Start Guide Client Workflow Interface (Dashboard) Quick Start Guide The Quick Start Guide will walk you through the initial steps of using the Progeny

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

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel Breeding Guide Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel www.phenome-netwoks.com Contents PHENOME ONE - INTRODUCTION... 3 THE PHENOME ONE LAYOUT... 4 THE JOBS ICON...

More information

Briefcase ios Release Notes

Briefcase ios Release Notes Briefcase ios 3.5.2 Release Notes Technical Requirements Devices Supported NOTE: All devices require IOS6 or higher ipad (2 nd generation and above) and ipad Mini iphone (3GS and above) ipod Touch (4 th

More information

Getting started with the Teradata connector

Getting started with the Teradata connector Getting started with the Teradata connector This document provides instructions to quickly get you up and running connecting to Teradata in TIBCO Spotfire, using the Spotfire Teradata connector. The Spotfire

More information

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands.

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands. Quick Start Guide Microsoft Excel 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Add commands to the Quick Access Toolbar Keep favorite commands

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow Pipeline Integration Services Creating an ETL Solution with SSIS Module Overview Introduction to ETL with SSIS Implementing Data Flow Lesson 1: Introduction to ETL with SSIS What Is SSIS? SSIS Projects

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Business Insight. Best Practices. Version: 7.0.x

Business Insight. Best Practices. Version: 7.0.x Business Insight Best Practices Version: 7.0.x Written by: Product Knowledge, R&D Date: August 2016 2015 Perceptive Software. All rights reserved. Lexmark and Perceptive Software are trademarks of Lexmark

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git USER GUIDE MADCAP FLARE 2017 r3 Source Control: Git Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

USING JOINED REPORTS

USING JOINED REPORTS USING JOINED REPORTS Summary Use the joined report format to create multiple views of the data contained in a single report. You can add multiple report types to a joined report, create standard and cross-block

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

IT Access Portal User Guide (Employees)

IT Access Portal User Guide (Employees) IT Access Portal User Guide (Employees) Introduction The University of Salford IT Access Portal provides University employees with secure, off-campus access to core IT applications and resources; for example:

More information

AvePoint Permissions Manager

AvePoint Permissions Manager User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About...5 Supported Browsers...7 Submit Documentation Feedback to AvePoint...8 Integrate with AvePoint Online Services...9 AvePoint

More information

Best Practices: Crystal Reports with SAP BW

Best Practices: Crystal Reports with SAP BW Best Practices: Crystal Reports with SAP BW Applies to: SAP BusinessObjects BI 3.x, Crystal Reports 2008 and SAP BI NetWeaver 2004s. For more information, visit the EDW homepage. Summary Crystal Reports

More information

VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS

VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS Introduction VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS This reference guide is aimed at VHIMS Administrators who will be responsible for maintaining your VHIMS system configuration and

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

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Query Objects Intellicus Enterprise Reporting and BI Platform ` Intellicus Technologies info@intellicus.com www.intellicus.com Working with Query Objects i Copyright 2012 Intellicus Technologies

More information

setup.exe file must be run locally. The setup.exe file was easy to find, in the LumiraTeamServer subfolder.

setup.exe file must be run locally. The setup.exe file was easy to find, in the LumiraTeamServer subfolder. Lumira Edge Install As a moderately experienced user of SAP Lumira Desktop, I am knowledgeable in the utility and functionality that it provides. It is ideal for manipulating, editing, and formatting data

More information

Building Queries with SAP BusinessObjects Web Intelligence Query - HTML

Building Queries with SAP BusinessObjects Web Intelligence Query - HTML Building Queries with SAP BusinessObjects Web Intelligence Query - HTML SAP BusinessObjects XI 3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Upload, Model, Analyze, and Report

Upload, Model, Analyze, and Report May / June 2016 Upload, Model, Analyze, and Report by Mark Rittman Quickly load information to Oracle Business Intelligence Cloud Service and share the reporting with your coworkers. Oracle Business Intelligence

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

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces 12d Synergy V4 Release Notes V4 contains a large number of features. Many of these features are listed in this document, but this list may not be exhaustive. This document also contains pre-requisites

More information

Using the Prime Performance Manager Web Interface

Using the Prime Performance Manager Web Interface 3 CHAPTER Using the Prime Performance Manager Web Interface The following topics provide information about using the Cisco Prime Performance Manager web interface: Accessing the Prime Performance Manager

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS Introduction This reference guide is aimed at RiskMan Administrators who will be responsible for maintaining your RiskMan system configuration and also to use some of the System Tools that are available

More information