Xcelsius Gurus: Part 2 - Data Connectivity Series

Size: px
Start display at page:

Download "Xcelsius Gurus: Part 2 - Data Connectivity Series"

Transcription

1 Xcelsius Gurus: Part 2 - Data Connectivity Series When NOT to Utilize SAP Business Objects Enterprise for your Dashboard? Presented by: Mico Yuk & Ryan Goodman Date: June 10 th, 2009

2 Who are We? Mico Yuk Founder (popular weblog) Founder - Xcelsius Guru Network Xcelsius Trainer / Developer / Architect / Blogger/ Fanatic Ryan Goodman Founder (SAP Software Solution Partner) Xcelsius Evangelist / Blogger (ryangoodman.net/blog) SAP BOBJ Alumni

3 Quick Agenda Preview & Links Mico Introduction Recap of Part 1: Utilizing BOE Connections for Xcelsius Review Xcelsius 12 Connectivity Options (BOE vs. Non-BOE) Ryan Discusses XML Maps vs. XML Data Button vs. SOAP Web Service Connection Soap Web Services Mico discusses Excel XML Maps XML Data Ryan Closes Application Integration (Flash Vars, Custom Components) Custom Components (New data connectivity Option!) Stay Connected to the Xcelsius Gurus Network Slide 3

4 Part 1: Recap Webinar Highlights Webinar Part 1 (click to view) Use Live office when connecting to Webi and/or Crystal Reports as a Data Source Use Query as a Web Service when connecting to one or more Universes Live screenshots showing how to use both connections! Dashboard Builder provides new exciting options for Xcelsius Download the Presentation Slide 4

5 Xcelsius Data Manager Data Manger Houses Xcelsius 12 live data connectivity options. Users with Engage and Enterprise licenses are allowed to mix connection types in a single dashboard! Slide 5

6 Xcelsius 12 Connectivity Options Non-BO Enterprise vs. BO Enterprise Non - BO Enterprise Web Service Connection XML Data Portal Data LCDS Connection (Adobe) External Interface Connections Excel XML Maps (Add-on) Google Spreadsheet Connector BO Enterprise Query as a Web Service Live Office Crystal Report Data Consumer Flash Variables FS Commands Slide 6

7 Excel XML Maps vs. XML Data vs. Web Service Connections Side-by-Side Comparison Architecture Overview Developer Caveats Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

8 XML Connectivity - Comparison Web Service Invoke SOAP web services Configuration through WSDL XML Data Send or Load XML Specific XML schema Excel XML Maps Read Only XML Connection Use of Excel XML Maps feature Slide 8

9 XML Connectivity Design Time Data Middleware HTTP Client Development Published SOAP Web Service.NET/ J2EE Any XML structure Excel XML Maps Xcelsius SWF <row><column> structure XML Data Slide 9

10 XML Connectivity Run Time Data Middleware HTTP Published Web Service SOAP.NET/ J2EE Excel XML Maps Any XML Structure SWF XML Data <row><column> Structure Slide 10

11 XML Connectivity - Caveats Developer Caveats Both have the same data volume restrictions for Xcelsius Require additional skill sets to and knowledge of J2EE/.NET and web services SOAP Web services are difficult to write Xcelsius will not support all SOAP web service configurations. XML Data Button has non-flexible, flat <row><column> structure. Excel XML Maps requires lots of steps to set up, though XML structure is extremely flexible Database write back capabilities can only be accomplished with XML Data and Web Service connections Xcelsius Engage only allows 1 data connection Use Fiddler for troubleshooting: Slide 11

12 Ryan discusses Web Services Example Benefits DO s / DONT s (Scenarios) Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

13 Slide 13

14 Slide 14

15 Slide 15

16 Slide 16

17 Slide 17

18 Slide 18

19 Slide 19

20 Slide 20

21 Slide 21

22 Slide 22

23 Slide 23

24 Web Service Connector Benefits 4 Reasons to use Web Service Connections. 1. Non-technical Xcelsius designers can easily configure services using WSDL input and output nodes. 2. More structure and control over data output 3. Potential use for data base write-back 4. flynet Viewer eliminates writing web services from scratch (Included with Xcelsius 2008 Engage Server) Slide 24

25 flynet Viewer - Architecture Data Middleware IIS (.NET) HTTP Client Development Published WSDL Web Service Xcelsius SOAP Web Service SWF Publish Slide 25

26 flynet Viewer - Architecture Data Middleware IIS (.NET) Published SOAP Web Service Web Service SOAP SWF Slide 26

27 flynet Viewer Data Sources Connects to 30+ data sources Slide 27

28 Web Service Connection DO s 5 Scenarios 1. DO use separate tabs for each data source 2. DO use the Microsoft SOAP standard for building web services for Xcelsius 3. DO Use String data types 4. DO Use arrays 5. DO Take advantage of Flynet viewer Slide 28

29 Web Service Connection DON Ts 5 Scenarios. X DO NOT include data formatting characters ($, %,, ) X DO NOT trigger all queries to Refresh on Load X DO NOT place formulas in data output cells X DO NOT return more than 1,000 rows of data at a time X DO NOT use complex data types in SOAP web services Slide 29

30 Mico discusses using Excel XML Maps Example Benefits DO s / DONT s (Scenarios) Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

31 Slide 31

32 Slide 32

33 Slide 33

34 Slide 34

35 Slide 35

36 Slide 36

37 Slide 37

38 Slide 38

39 Slide 39

40 Slide 40

41 Slide 41

42 Excel XML Map Benefits 3 Reasons to use the Excel XML Map. 1. When you need to load an XML or XML stream directly into your dashboard 2. Already familiar with technology 3. Excel based and can be configured in Excel externally before importing spreadsheet into Excel Slide 42

43 Excel XML Map DO s 5 Scenarios 1. DO enable the task pane in Excel 2003 to access XML Maps window 2. DO enable the developer toolbar in Excel 2007 to access XML Maps window 3. DO Use XML Maps for read-only connectivity requirements 4. DO Delete Re-import your Excel XML Maps connection in Xcelsius when your XML structure changes 5. DO reference Xcelsius 2008 Best Practice Book, chapter 15 for more information (includes sample files) Slide 43

44 Excel XML Map DON Ts 6 Scenarios... X DO NOT use the home and student versions of Excel X DO NOT include data formatting characters ($, %,, ) X DO NOT create an excessive amount of queries X DO NOT trigger all queries to Refresh on Load X DO NOT place formulas in data output cells X DO NOT return more than 1,000 rows of data at a time Slide 44

45 Mico discusses the XML Data Connection Example Benefits DO s / DONT s (Scenarios) Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

46 XML Data Connection DO s Slide 46

47 XML Data Connection Benefits 3 Reasons to use the XML Data Connection. 1. Utilize the ASP.NET script in guide to connect 2. Simple and provides ability to write back to database 3. Ability to query database based on filters Slide 47

48 XML Data Connection DO s 5 Scenarios 1. DO specify XML version in header of output XML 2. DO use the Preview button to obtain exact XML structure 3. DO change IE setting to avoid caching of data or us a RAND() variable at the end of the URL 4. DO preview the service in the browser before importing into Xcelsius 5. DO Use Fiddler for troubleshooting Slide 48

49 XML Data Connection DON Ts 7 Scenarios. X X DO NOT include any data in the XML header DO NOT deviate from the specific <ROW><COLUMN> xml structure X DO NOT include data formatting characters ($, %,, ) X X X X DO NOT create an excessive amount of connections DO NOT trigger all connections to Refresh on Load DO NOT place formulas in data output cells DO NOT return more than 1,000 rows of data at a time Slide 49

50 Ryan discusses Application Integration Crossdomain.xml Portal Data LCDS Connections (Adobe) Flash Variables External Interface Connection Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

51 Crossdomain.xml Data Application/ Web Server Portal or Web Site.NET/ J2EE Web Service SWF Cross Domain.XML <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM " <cross-domain-policy> <allow-http-request-headers-from domain="*" headers="*" secure="false" /> <allow-access-from domain="*" secure="false" /> </cross-domain-policy> Slide 51

52 No Crossdomain.xml Data Application/ Web Server.NET/ J2EE No Crossdomain.xml file is required if: 1. If the SWF and service are located on the same application/web server 2. The URL for the web service is relative to the SWF 3. If the SWF is launched from your desktop SWF Slide 52

53 External Interface Connection Additional Features to take advantage of 1. Loading data into an Xcelsius SWF using JavaScript 2. Communicate with Java or active X controls in real-time HTML <SCRIPT language="javascript"> Dashboard (SWF) External Interface Connection Slide 53

54 Slide 54

55 Flash Variables Pass parameters to into a SWF on-load HTML FLASHVARS= abc123 Dashboard (SWF) abc123 Slide 55

56 LCDS Connection (Adobe) Slide 56

57 Portal Connections SWF to SWF communication in WebSphere and Sharepoint Xcelsius Portal Integration Kits are available with the Engage Server and Enterprise products WebSphere or SharePoint Portal Dashboard (SWF) Provider Dashboard (SWF) Consumer Slide 57

58 Ryan discusses Custom Connections Centigon NEW CSV Connector No more XML Add- on: Google Spreadsheet Connector Sometimes I wish that QaaWs could connect to Reports - Mico Yuk, Found of Xcelsius Gurus

59 CSV Connector Connect directly to CSV files from Xcelsius Dashboard (SWF) CSV Connector Slide 59

60 Slide 60

61 Google Spreadsheet Connect directly to Google spreadsheets Dashboard (SWF) Slide 61

62 Slide 62

63 Stay connected For more Guru tips, tricks, news, videos, etc. Visit: Mico Yuk Company: Everything Xcelsius Ryan Goodman Company: Centigon Solutions Join our popular Xcelsius Guru social communities &trk=hb_side_g Slide 63

Xcelsius 2008 Best Practices

Xcelsius 2008 Best Practices Xcelsius 2008 Best Practices Top Ten Best Practice Tips 1. Start Fresh 2. Mock It Up 3. Summarize Data 4. Minimize Excel Functions 5. Create a Company-Wide Labeling System 6. Maximize Interactivity 7.

More information

Xcelsius Gurus. Dashboard Design Essentials. Presented by: David Lai Date: September 15, 2010

Xcelsius Gurus. Dashboard Design Essentials. Presented by: David Lai Date: September 15, 2010 Xcelsius Gurus Dashboard Design Essentials Presented by: David Lai Date: September 15, 2010 Who are We? Xcelsius Gurus Network #1 source for Xcelsius community related information http://www.everythingxcelsius.com

More information

Going Live With Xcelsius - Options, Tricks, and Tips. Jackson Whitfield

Going Live With Xcelsius - Options, Tricks, and Tips. Jackson Whitfield Going Live With Xcelsius - Options, Tricks, and Tips Jackson Whitfield Learning Points Tips on designing an interactive, low maintenance dashboard. Understanding of various connection methods and security

More information

SAP BusinessObjects Xcelsius 2008 FP3.3 What's Fixed Xcelsius 2008 FP3.3

SAP BusinessObjects Xcelsius 2008 FP3.3 What's Fixed Xcelsius 2008 FP3.3 SAP BusinessObjects Xcelsius 2008 FP3.3 What's Fixed Xcelsius 2008 FP3.3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other

More information

CA Clarity PPM. CA Clarity-Xcelsius Implementation Guide. v

CA Clarity PPM. CA Clarity-Xcelsius Implementation Guide. v CA Clarity PPM CA Clarity-Xcelsius Implementation Guide v13.0.00 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager CA Clarity-Xcelsius Implementation Guide v12.1.0 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")

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

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

Enterprise Application Systems

Enterprise Application Systems INFORMATION TECHNOLOGY Enterprise Application Systems Argos Report Viewer Guide Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA 91789 Help Desk 909.274.4357

More information

ProLaw Summit Curriculum

ProLaw Summit Curriculum Summit Curriculum Feb 07, 2018 version Curriculum The following is the most current Summit at VANTAGE 2018 curriculum (updated on Feb 07, 2018). New sessions will be added over the next few weeks. Be sure

More information

SAP BusinessObjects Xcelsius 2008 User Guide

SAP BusinessObjects Xcelsius 2008 User Guide SAP BusinessObjects Xcelsius 2008 User Guide SAP BusinessObjects Xcelsius 2008 User Guide 2009-11-24 Copyright 2009 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP

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

Armor Training offers a 10 days SAP HANA course. The SAP HANA enables you to implement the main processes of HANA.

Armor Training offers a 10 days SAP HANA course. The SAP HANA enables you to implement the main processes of HANA. Exam: SAP HANA Duration: 10 days/5 weekends/2 Weeks For fee details write to :training@armorqualisys.com Training methods:classroom-cum-online Training. Introduction: Armor Training offers a 10 days SAP

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

Dashboard Reports Session II. Vikram Shanmugasundaram Sourcing CLM Center of Excellence Feb 2012

Dashboard Reports Session II. Vikram Shanmugasundaram Sourcing CLM Center of Excellence Feb 2012 Dashboard Reports Session II Vikram Shanmugasundaram Sourcing CLM Center of Excellence Feb 2012 Disclaimer The information in this document is confidential and proprietary to SAP and may not be disclosed

More information

INTRODUCTION BACKGROUND DISCOVERER. Dan Vlamis, Vlamis Software Solutions, Inc. DISCOVERER PORTLET

INTRODUCTION BACKGROUND DISCOVERER. Dan Vlamis, Vlamis Software Solutions, Inc. DISCOVERER PORTLET FRONT-END TOOLS TO VIEW OLAP DATA Dan Vlamis, Vlamis Software Solutions, Inc. dvlamis@vlamis.com INTRODUCTION Discoverer release 10g uses BI Beans to present Oracle OLAP data. It gets its power from BI

More information

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button:

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button: Totality 4 Import How to Import data into Totality 4. Totality 4 will allow you to import data from an Excel spreadsheet or CSV (comma separated values). You must have Microsoft Excel installed in order

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

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Building a Real-time Dashboard using Xcelsius and Data Integrator

Building a Real-time Dashboard using Xcelsius and Data Integrator Building a Real-time Dashboard using Xcelsius and Data Integrator Applies to: BusinessObjects Data Integrator XI (11.7) Summary This white paper shows how to use certain features of Data Integrator (DI)

More information

Getting started with WebSphere Portlet Factory V7.0.0

Getting started with WebSphere Portlet Factory V7.0.0 Getting started with WebSphere Portlet Factory V7.0.0 WebSphere Portlet Factory Development Team 29 September 2010 Copyright International Business Machines Corporation 2010. All rights reserved. Abstract

More information

FITECH FITNESS TECHNOLOGY

FITECH FITNESS TECHNOLOGY Browser Software & Fitech FITECH FITNESS TECHNOLOGY What is a Browser? Well, What is a browser? A browser is the software that you use to work with Fitech. It s called a browser because you use it to browse

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

Survey123 Deep Dive. Presented by: Sue Enyedy-Goldner Fall 2018

Survey123 Deep Dive. Presented by: Sue Enyedy-Goldner Fall 2018 Survey123 Deep Dive Presented by: Sue Enyedy-Goldner Fall 2018 Today s Agenda 1. Overview of Survey123 - getting stared with Web Designer 2. Create smarter surveys - using Survey123 Connect 3. Examine

More information

SAP HANA Leading Marketplace for IT and Certification Courses

SAP HANA Leading Marketplace for IT and Certification Courses SAP HANA Overview SAP HANA or High Performance Analytic Appliance is an In-Memory computing combines with a revolutionary platform to perform real time analytics and deploying and developing real time

More information

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365 SharePoint Designer 2010 - Customizing and Branding SharePoint 2010 and Office 365 55010; 3 Days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge

More information

<Insert Picture Here> Making the Most of PeopleSoft Query

<Insert Picture Here> Making the Most of PeopleSoft Query Making the Most of PeopleSoft Query Brent Mohl Applications Technology The following is intended to outline our general product direction. It is intended for information purposes

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

Welcome! Power BI User Group (PUG) Copenhagen

Welcome! Power BI User Group (PUG) Copenhagen Welcome! Power BI User Group (PUG) Copenhagen Connect to Data in Power BI Desktop Just Thorning Blindbæk Consultant, Trainer and Speaker Connect to Data in Power BI Desktop Basic introduction to data connectivity

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

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

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

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

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

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

Access Google Drive There are multiple ways to access Google drive.

Access Google Drive There are multiple ways to access Google drive. Introduction In the course we will discuss what a Google Drive is, what kind of applications they contain, and how we can work smarter. We will discuss how to start Google Drives, How to access the drives.

More information

SAP BW vs. SAP BusinessObjects Web Intelligence Functionalities

SAP BW vs. SAP BusinessObjects Web Intelligence Functionalities SAP BW vs. SAP BusinessObjects Web Intelligence Functionalities Applies to: SAP BW, SAP BusinessObjects. For more information, visit the Business Objects homepage. Summary This document discusses BW Bex/WAD

More information

NC User Conference Tips and Tricks for SAS FM June 16, 2009

NC User Conference Tips and Tricks for SAS FM June 16, 2009 NC User Conference Tips and Tricks for SAS FM June 16, 2009 Reporting 1. CDA Formula (Formatted Statement): To switch out the cell reference for the hardcoded member or dim name, you can go into the formula

More information

Using Xcelsius 2008 with SAP NetWeaver BW

Using Xcelsius 2008 with SAP NetWeaver BW Using Xcelsius 2008 with SAP NetWeaver BW Applies to: Xcelsius 2008 Enterprise Service Pack 02 (and higher) SAP NetWeaver BW 7.0 Enhancement package 01 Service Pack 05 (and higher) Summary In this short

More information

USING THE SHARE POD. Share My Screen allows you and your guests to share your desktop live with an audience. It is useful for:

USING THE SHARE POD. Share My Screen allows you and your guests to share your desktop live with an audience. It is useful for: USING THE SHARE POD The Share Pod allows hosts and presenters to share content in various ways. There are many uses for the Share Pod, but the two most popular are Share My Screen and Share Document. Share

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

SAP BI BO 4.0 Online Training

SAP BI BO 4.0 Online Training WWW.ARANICONSULTING.COM SAP BI BO 4.0 Online Training Arani consulting 2014 A R A N I C O N S U L T I N G, H Y D E R A B A D, I N D I A SAP BI BO 4.0 Training Topics Introduction Datwarehouse concepts

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

Creating Dashboards using Web Intelligence

Creating Dashboards using Web Intelligence September 9 11, 2013 Anaheim, California Creating Dashboards using Web Intelligence Session 8806 Alan Mayer Solid Ground Technologies Agenda Introduction Examining interactive features Graphing relationships

More information

Florida Safe Families Network Business Objects XI R 3.1 Overview Statewide Webinars April 17 and 18, 2012 Business Objects Enterprise Upgrade

Florida Safe Families Network Business Objects XI R 3.1 Overview Statewide Webinars April 17 and 18, 2012 Business Objects Enterprise Upgrade Florida Safe Families Network Business Objects XI R 3.1 Overview Statewide Webinars April 17 and 18, 2012 Business Objects Enterprise Upgrade April 17-18 Business Objects Enterprise Upgrade 1 Agenda Welcome,

More information

CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE TO FEATHR

CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE TO FEATHR CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE TO FEATHR YOUR VISION. YOUR WORLD VISION EXPO. CUSTOMER INVITATION PROGRAM + FEATHR Invite your customers and prospects to the Show using your custom co-branded

More information

Creating Dashboards using Web Intelligence

Creating Dashboards using Web Intelligence September 9 11, 2013 Anaheim, California Creating Dashboards using Web Intelligence Session 8806 Alan Mayer Solid Ground Technologies Agenda Introduction Examining interactive features Graphing relationships

More information

CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE

CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE CUSTOMER INVITATION PROGRAM 2018 EXHIBITOR GUIDE Invite your customers and prospects to the Show using your custom co-branded landing page that highlights you as a key partner of INTERPHEX. 1. FREE distribution

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

STEPS FOR USING TURNING POINT:

STEPS FOR USING TURNING POINT: STEPS FOR USING TURNING POINT: 1. Plug in the receiver. 2. Double click the Turning Point icon on the desktop. This will open up to the Turning Point window that has three panes. 3. You will be taken to

More information

Excel Vba Manually Update Links On Open File Ignore

Excel Vba Manually Update Links On Open File Ignore Excel Vba Manually Update Links On Open File Ignore Programming Excel with VBA.NET. Search in book The file to open. UpdateLinks. One of these If the workbook requires a password, this is the password

More information

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector and on ODE

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

JAWS for Windows Training Bundle Outline

JAWS for Windows Training Bundle Outline Introduction to the Training Overview of topics to be covered in the training JAWS for Windows Training Bundle Outline Introduction to the DAISY format and why it is being used PlexTalk Pocket Introduction

More information

Streaming Real-Time Data into Xcelsius Applications

Streaming Real-Time Data into Xcelsius Applications Streaming Real-Time Data into Xcelsius Applications Using the Xcelsius Connector for Adobe LiveCycle Data Services ES Todd Ruhl Adobe Solutions Architect COPYRIGHT 2008, BUSINESS OBJECTS S.A. AGENDA 1.

More information

Business Objects Integration Scenario 2

Business Objects Integration Scenario 2 SAP AG May 2010 - Prerequisites Abstract This presentation provides a step by step description how to create an Xcelsius dashboard based on a BI Query (using the SAP NetWeaver BW connection). Prerequisites

More information

Crystal Reports 2008 with Service Pack 0

Crystal Reports 2008 with Service Pack 0 Revision Date: September 19, 2007 2008 with Service Pack 0 Overview Contents This document lists specific platforms and configurations for Crystal Reports 2008 with Service Pack 0. INTRODUCTION...3 PRODUCTS...3

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

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius How To Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius SAP Product Name: SAP Business Planning and Consolidation, version for Microsoft Applicable

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

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

CA Clarity-Xcelsius Implementation Guide - On Premise. Release

CA Clarity-Xcelsius Implementation Guide - On Premise. Release CA Clarity-Xcelsius Implementation Guide - On Premise Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab Description IT Analytics has a diverse and powerful way of displaying data to your users. In this lab, you will learn how to

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

Griffin Training Manual Grif-WebI Intermediate Class

Griffin Training Manual Grif-WebI Intermediate Class Griffin Training Manual Grif-WebI Intermediate Class Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Setting Up My Computer for Successful Use of the Grif-WebI

More information

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2.

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2. 02671c01.qxd:02671c01 4/20/07 11:24 AM Page 1 Part I: Getting Started Chapter 1: Introducing Flex 2.0 Chapter 2: Introducing Flex Builder 2.0 Chapter 3: Flex 2.0 Basics Chapter 4: Using Flex Builder 2.0

More information

Getting started with WebSphere Portlet Factory V6.1

Getting started with WebSphere Portlet Factory V6.1 Getting started with WebSphere Portlet Factory V6.1 WebSphere Portlet Factory Development Team 29 July 2008 Copyright International Business Machines Corporation 2008. All rights reserved. Abstract Discover

More information

Leveraging The Power of Excel

Leveraging The Power of Excel Leveraging The Power of Excel Edmund Lin with Mission Objectives Provide insight through Excel functionality into improving BI360 templates and reports. Goal Everyone here leaves this presentation with

More information

How To... Build Fast and Efficient Dashboards Using the New NetWeaver BW Integration in SAP BusinessObjects Xcelsius

How To... Build Fast and Efficient Dashboards Using the New NetWeaver BW Integration in SAP BusinessObjects Xcelsius SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To... Build Fast and Efficient Dashboards Using the New NetWeaver BW Integration in SAP Applicable Releases: SAP NetWeaver BW 7.01 SP6 and higher,

More information

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+ SSRS 2016 for WITS Web Portal User Guide Applies to: WITS Version 18.0+ Microsoft SQL Server Reporting Services (SSRS) 2016 Last Updated June 1, 2017 Microsoft SQL Server 2016 Report Builder 3.0 Version

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E51528-01 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

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

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

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction PegaRULES Process Commander applications are designed to complement other systems and technologies that you already have in place for doing work. The Process Commander integration

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

ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES OVERVIEW

ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES OVERVIEW ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES OVERVIEW Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: About This Document

More information

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers).

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). CA Clarity PPM Servers The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). Oracle Solaris Microsoft Windows Hewlett Packard

More information

Qlik Sense Certification Exam Study Guide

Qlik Sense Certification Exam Study Guide Qlik Sense Certification Exam Study Guide Abstract This document contains information about what you need to study as you prepare for your Qlik Sense Certification Exam. It covers all three roles: System

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

IPFW IBM Cognos Connection User s Guide. Cognos Version

IPFW IBM Cognos Connection User s Guide. Cognos Version IPFW IBM Cognos Connection User s Guide Cognos Version 11.0.7 November 2017 Business Intelligence Competency Center References and text in this manual have been provided with permission by Purdue University,

More information

Building Mashups Using the ArcGIS APIs for FLEX and JavaScript. Shannon Brown Lee Bock

Building Mashups Using the ArcGIS APIs for FLEX and JavaScript. Shannon Brown Lee Bock Building Mashups Using the ArcGIS APIs for FLEX and JavaScript Shannon Brown Lee Bock Agenda Introduction Mashups State of the Web Client ArcGIS Javascript API ArcGIS API for FLEX What is a mashup? What

More information

All India Council For Research & Training

All India Council For Research & Training WEB DEVELOPMENT & DESIGNING Are you looking for a master program in web that covers everything related to web? Then yes! You have landed up on the right page. Web Master Course is an advanced web designing,

More information

How to Transfer Your Contact Information Into Microsoft Outlook 2010

How to Transfer Your Contact Information Into Microsoft Outlook 2010 How to Transfer Your Contact Information Into Microsoft Outlook 2010 Your Contacts Exported To an Excel Spreadsheet (CSV Format ) Now Located on a Device or Computer Then To Outlook 2010 on an L&F Computer

More information

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring Spreadsheet Training By Billy R. Williams, PhD, President The ability to understand and use the functionality of a spreadsheet is quickly becoming a lost art. Because of this, many businesses are spending

More information

XLCubed Version 9 QuickStart

XLCubed Version 9 QuickStart XLCubed Version 9 QuickStart 1 P a g e Contents Welcome... 3 Connecting to your data... 3 XLCubed for Pivot Table users... 3 Adding a Grid, and the Report Designer... 5 Working with Grids... 7 Grid Components...

More information

Applying Best Practices, QA, and Tips and Tricks to Our Reports

Applying Best Practices, QA, and Tips and Tricks to Our Reports Applying Best Practices, QA, and Tips and Tricks to Our Reports If we had to summarize all we have learned so far, put it into a nutshell, and squeeze in just the very best of everything, this is how that

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

Building Upon the Open Assessment Platform

Building Upon the Open Assessment Platform Building Upon the Open Assessment Platform Leveraging OData and web service APIs Steve Lay, Questionmark André Afdiss, UP Learning 2016 Dutch Users Conference Amsterdam 15 th November All rights reserved.

More information

The Power of Open. A deep dive into OData and the Open Assessment Platform. Q u e s t i o n m a r k C o n f e r e n c e

The Power of Open. A deep dive into OData and the Open Assessment Platform. Q u e s t i o n m a r k C o n f e r e n c e The Power of Open A deep dive into OData and the Open Assessment Platform Steve Lay, Product Manager for Delivery and Integrations, Questionmark All rights reserved. Questionmark is a registered trademark

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

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Load testing with WAPT: Quick Start Guide

Load testing with WAPT: Quick Start Guide Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

UW Profiles User Guide

UW Profiles User Guide UNIVERSITY OF WASHINGTON UW Profiles User Guide Note: This user guide covers information about working with the Tableau browser interface. Tableau Desktop information is not included. UW Profiles is accessible

More information

Enterprise Modernization for IBM System z:

Enterprise Modernization for IBM System z: Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System

More information