How To Write A Report On An Html With A Microsoft Powerbook (Aq) On A Microcube (Apl) On An Ipa (Aipa) On Your Computer Or Your Computer (Apt

Size: px
Start display at page:

Download "How To Write A Report On An Html 5.1.1 With A Microsoft Powerbook (Aq) On A Microcube (Apl) On An Ipa (Aipa) On Your Computer Or Your Computer (Apt"

Transcription

1 Best Practices for Web Intelligence Report Developers Terry Smith Technical Director, ATT.com

2 Background - Presenter Terry Smith At att.com since years working with Business Objects Former certified BO trainer Many user conferences Steering committee Seattle Area BO User Group 2

3 Synopsis Business Objects works like a giant playground. When everyone follows the same guidelines, everyone can get along and have a great time. This presentation reviews the overall guidelines and best practices for report creators, developed and used at ATT.com with BO XI 3.1. Useful for both new and advanced users, we ll share the tips we ve developed for webi developers to be able to easily create and test reports that run efficiently. Tips range from start small and use a template to understanding the differences between query filters and report filters. 3

4 Learning Points Before you start, make sure you understand the audience, and how the report will be distributed and used. When building a report, make sure you understand the data first. Review the data in a table, before including in a complex crosstab or chart. Start with a template for something similar if possible, and develop your report with a small timeframe for quick query time, and faster development. Instead of having multiple queries, each with a different filter, combine into one query, and use different filters in your report. The report will run much faster if it only has to run one query. 4

5 Report Development Typical Plan.. Develop Deploy in Production 5

6 Report Life Cycle The critical missing step. Design Develop/ Test/ Review/ Iterate Deploy in Production 6

7 Report Life Cycle The complete cycle Design Develop/ Test/ Review/ Iterate Deploy in Production Revise Retire 7

8 Best Practices for Web Intelligence Report Developers REPORT DESIGN 8

9 Report Design Overall Look and Feel Where to start Know your audience. Who? Report Purpose? What are they looking for? What further work will be done with the data? Presentation preference? Frequency? 9

10 Report Design - Distribution Plan report access and distribution. Understand Data Privacy and Security Requirements Report Distribution Infoview Sharepoint Dashboard Mobile platform Output Format PDF Webi Excel 10

11 Report Design - Standards Plan (or obtain) report design standards Report Naming Conventions TPS0245 Weekly Inventory Surplus Report Format Standards Goal: Same look and feel Appropriate to output format and distribution technique Standard elements Header/Footer From/To Date Date Run Report Title, Tab Title Page Number x of x 11

12 Report Design Plan the Testing Before you re done.. How to KNOW it s right? Know your key metrics Report review checklist Column names Totals, calculations Averages double check in total lines! No partial results Format, etc. follows standards (template) Do peer review or supervisor review of final results 12

13 Ready to Start Development.. Template Design Start with a template. Don t start from scratch! Real Templates are NOT supported yet in XI 3.1, must copy a template report, as basis for new report. Some companies have turned off the create new report function, forcing users to start with an existing report. Why a template? Ensures a correct starting point for the data being queried. Gives your reports a consistent look and feel. Report Info tab gives user information about the report and the queries. Make a copy of the template and save it to your own folder before modifying it. Also copy report tabs to get standard formatting. 13

14 Ready to Start Development.. Template Design Start with a template. Report Tab: Report Title Tab Name Date Refreshed Data From/To Dates Page Number x of x Confidentiality Statement Standard Colors, Fonts 14

15 Ready to Start Development.. Template Design Start with a template. Report Info Tab: Report Title Universe Name Date Refreshed Report Data Source Confidentiality Statement Data Provider Names & Number of rows Query Time Report Description Report Change Log Modified SQL Report Comments for Maintenance 15

16 Ready to Start Development..Template Design 16

17 Best Practices for Web Intelligence Report Developers QUERY DESIGN 17

18 Designing the Query Overall Architecture Aggregation (sum, count, etc.) Universe Data warehouse Report Aggregation s Request Data View, Format, Slice & Dice Data Your data (microcube) Data base Aggregation 18

19 Designing the Query General Rules Use only what you need Extra dimensions can create a MUCH larger set of data! Always include a measure Database aggregation is your friend! 19

20 Designing the Query Do it again and again so start small.and fast! If you have long query times.(or are impatient) Develop reports faster and with less frustration when you have a quick refresh turn-around time. Limit your result set during development Use a date range or date filter to query a short date range. Use a limited number of values. 20

21 Designing the Query KISS Keep It Simple, Silly! Start Small! Get to know the data If your report requires a large number of objects, start with the highest-level objects and add only a few at a time. Ensure that they are producing results as expected. If so, then keep adding more objects down to the level of detail you need. If all your objects are added at once and the query produces unexpected results, it will be harder to determine which object caused the issue than if you just added a few at a time. Keep an eye on the grand totals as you keep adding more objects. If that number changes as you add more objects, there may be an issue with the universe joins. 21

22 Designing the Query Crazy for queries?? Don t always be! Use multiple queries only when necessary. Using multiple queries adds processing overhead to both your report and the database. It is a common mistake to create multiple queries for subsets/ aggregations of the same basic data. Instead, use Report-Level filters & aggregation when possible. 22

23 Designing the Query Query Filters vs. Report-Level Filters Request Data Universe Data warehouse Query Filters Report Filters View, Format, Slice & Dice Data Your data (microcube) 23

24 Designing the Query Query Filters vs. Report-Level Filters Query Filters limit the result set returned from the database by your query. Report-Level Filters are applied to the result set to limit what is shown on the report, but the full result set still exists behind the scenes of the report. 24

25 Designing the Query Use webi Aggregation and Filtering Different views of the same data or different sections of data Examples Summary and detail tabs Different Regions Different Product Lines 25

26 Designing the Query Smart Query Filters - Recap Don t use multiple queries if you can use Report-Level filters to show data in the different ways you need. Don t use multiple queries if you can apply different aggregations to show the data in the different ways you need. Make your query more complex with Query Filters and/or additional objects to get the data you need, then apply Report- Level filters. 26

27 Design the Query Save frequently while creating the report. Save before running a new query by switching to View Report view, then saving, then switching back to Query view to refresh the query.

28 Design the Query Common Query Filters If you manually create the same filter across multiple reports, talk with your universe designer about creating it as a condition object. Examples: Date Range Prompt for Order Number Order Type 28

29 Designing the Query Review the data Keep a simple table view of data Verify looks right Verify totals 29

30 Partial Results Some common reasons Forgot to include key filters (date, product) Asking for data at very specific level (account level) Using objects that don t belong together (but available in universe) Universe error 30

31 Best Practices for Web Intelligence Report Developers REPORT FORMATTING AND VARIABLES 31

32 Working with the Results KISS Keep It Simple, Silly Don t get into the fancy formatting (charts, cross-tabs, breaks, sections, styles, etc) until you are sure that the query itself is returning what you need. When you re ready to get fancy, keep one tab with the original results in the plain table format. This provides easy way to check overall results. Like what you see? Save your work often! 32

33 Working with the Results Turn on the Formula Toolbar Check for the partial results icon. If your report contains the Report Info tab, the number of rows returned are also shown there. If you keep getting partial results, but you feel that your query is valid, talk with your universe designer to determine if the universe row limitation should be raised. 33

34 Working with the Results If your report requires a chart, make a copy of the result table. Turn the copy into the chart. This will allow your users to view the data behind the chart. 34

35 Format the Report Follow formatting standards Column header alignment Standard colors, font, etc. Rename Columns Only When Necessary Standard, Consistent Names = fewer questions Use the template 35

36 Develop Report Variables Why Use Variables? Perform Calculations Group Similar Data Decode Data Ask: Should this logic be in the report or in the universe? (or in the data?) Give each variable a meaningful name Can be used in other variables Can be used in multiple report tabs (within this report) Build simple variables that build on top of each other rather than one huge complex formula 36

37 Develop Report Variables Averages and other division-based calculations Average is defined in report Cannot sum an average Instead, calculate average of sums =sum(order dollar amount]) / sum([order quantity]) Not =sum(average order amount) 37

38 Best Practices for Web Intelligence Report Developers TESTING THE REPORT 38

39 Testing the Report Remove temporary filters and run report Verify no Partial Results Verify totals and averages are correct Save with desired output format (pdf, Excel, etc.) and tweak (in webi) as necessary for correct viewing Follow plan made during report design to ensure correct results

40 Prep for Production Once you ve completed your development and formatting of the final report Remove any unnecessary objects. Change the query filter(s) to what you ll use for production. Perform a final test and final formatting review with the complete data set. Determine if the nature of your reporting/overhead requires the report to be saved with data. If not, purge the queries before saving the report. This will save space on your server. 40

41 Ready for Production Congratulations! You have created a report without having gone through the fuss and frustration you may have encountered if you didn t follow these Best Practices. Now go forth and report! 41

42 Best Practices for Web Intelligence Report Developers PRODUCTION AND MAINTENANCE 42

43 Production and Maintenance Ad hoc requests. Don t proliferate Don t make many copies of the same report with only minor changes in each. Keep ONE version of each report. If you need to run an ad-hoc with an extra field or two, great, but don t keep it as another version of the report.

44 Organizing Folders and Reports in InfoView Have a folder dedicated to report templates so they are easy to find. If you have users across different business areas, create a folder for each business area under Public Folders. Create user sandboxes under each business area so that personal reports and under-construction reports are separate from the main folder. Remember that reports stored in the My Favorites folder cannot be seen by other people (including administrators). If it needs to be used/supported by others, be sure to store it under Public Folders. 44

45 Best Practices for Web Intelligence Report Developers MULTIPLE DATA PROVIDERS 45

46 Working With Multiple Data Providers Why use multiple data providers (queries)? Easy comparisons of different slices of same data.i.e. Current vs. Historical values Current month vs. last month Totals by day vs same day Avg for past 2 months Budget vs actuals Different data needed in same report 46

47 Working With Multiple Data Providers Working with multiple data providers Are you sure you need them? Analyze what is being requested to see if a single data provider can be used instead. Rename your queries with meaningful names. Don t keep them as Query 1, Query 2, etc. Don t refresh them all every time. Only refresh the one you are working on. 47

48 Working with Multiple Data Providers Depending on your queries, it may be easier to work with them when the Data tab is arranged by Query instead of Alphabetic. 48

49 Working with Multiple Data Providers Do you need to merge data from multiple data providers? Examine the data for each data provider alone. Determine totals for each. Specify the dimensions to be merged. Merge rules: Only dimensions can be merged. Merged Dimensions do not have to be from the same universe or have the same name. Merged Dimensions must have the same format and exactly matching values. 49

50 Best Practices Working with Multiple Data Providers Do you need to merge data from multiple data providers? (con t) Combine the data from the two (or more) data providers in one block. Make sure measures are correct, with correct totals, with no duplicating values. Repeating values indicates that the Business Objects cannot determine how to combine the data. Have the merged dimensions been specified? After you have validated the merged data, create variables as appropriate. Variables can reference measures from both data providers. 50

51 Working With Multiple Data Providers Working with multiple data providers Turn off Automatic Merging in Report Properties Merge dimensions as needed Create variables using measures across Data Providers For example, Current Period Data Provider Previous Period Data Provider Create Variables to show difference as between Current and Previous for dollar amount and percent change 51

52 Best Practices for Web Intelligence Report Developers SUBQUERIES 52

53 Best Practices Creating Sub-Queries Avoid subqueries if possible. Poorly defined subqueries can severely impact performance of not only your report, but also other reports running at the same time. If you must use a subquery, keep the following tips in mind: Don t try it unless you know what you re doing or get coaching. Use complete filters, including date filters, for both the primary query AND the subquery. Set the Do Not Retrieve Duplicate Rows parameter on the query. 53

54 Best Practices for Web Intelligence Report Developers OTHER BEST PRACTICES 54

55 Partnership.. Report Developer and Universe Designer Great Universe requires feedback! Query filters Decoding values Frequent calculations Default format of numbers Object descriptions Folder organization Dimensions for grouping or buckets Complex variables used in multiple reports Difficulties getting right data 55

56 Clean Up Retire reports no longer needed. Keep reports well organized 56

57 Web Intelligence Operations Webi is very picky about Java version Turn off Java updates Set extra Java memory &highlight=java+memory Sometimes, if have trouble with IE, try Firefox Always logout of Infoview. If a session is not logged out of properly, it can persist in the server. 57

58 Key Learnings Spend time on report design to understand requirements Use template to speed development and improve conformity Iterate Consider the entire life cycle 58

59 Other Sessions by att.com Group Maximizing Query Performance in a High-Volume Environment Session Code: 9002 Day and Time: Monday 10:45 AM - 11:45 AM Best Practices for Web Intelligence Report Developers Session Code: 2003 Day and Time: Monday 1:30 PM - 2:30 PM Cross Channel Analytics Session Code: 0113 Day and Time: Wednesday 10:30 AM - 11:30 AM 59

60 ] Thank you for participating. Please remember to complete and return your evaluation form following this session. For ongoing education on this area of focus, visit the Year- Round Community page at [ SESSION CODE:

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training.

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training. Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1 We provide online instructor led Business Objects Training. BUSINESS OBJECTS XI 3.1 TRAINING CONTENT: Oracle (Basics) Universe

More information

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

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

More information

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

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

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0 Building Reports Using the Web Intelligence Java Report Panel First edition: July 2008 Legal and notice information Copyright

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

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

More information

BusinessObjects Enterprise InfoView User's Guide

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

More information

Business Insight Report Authoring Getting Started Guide

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

More information

Data Warehouse. Business Objects

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

More information

COGNOS Query Studio Ad Hoc Reporting

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

More information

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

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

More information

BI 4.1 Quick Start Guide

BI 4.1 Quick Start Guide BI 4.1 Quick Start Guide BI 4.1 Quick Start Guide... 1 Introduction... 4 Logging in... 4 Home Screen... 5 Documents... 6 Preferences... 8 Setting Up Preferences to Display Public Folders... 10 Web Intelligence...

More information

Business Objects Reports Influenza Vaccinations User Guide

Business Objects Reports Influenza Vaccinations User Guide Business Objects Reports Influenza Vaccinations User Guide IT@JH Enterprise Applications Updated: August 2, 2013 Page 1 of 19 Table of Contents Report Viewer:... 4 Business Objects Reporting Website...4

More information

Building reports using the Java Report Panel

Building reports using the Java Report Panel Building reports using the Java Report Panel BusinessObjects Enterprise XI 3.0 Copyright 2008 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may cover products

More information

Together we can build something great

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

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

BI 4.1 Quick Start Java User s Guide

BI 4.1 Quick Start Java User s Guide BI 4.1 Quick Start Java User s Guide BI 4.1 Quick Start Guide... 1 Introduction... 4 Logging in... 4 Home Screen... 5 Documents... 6 Preferences... 8 Web Intelligence... 12 Create a New Web Intelligence

More information

Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012

Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012 Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012 Presented by: Arun K. Chaturvedi Business Intelligence Architect AST Corporation Agenda 01. Overview

More information

ReceivablesVision SM Getting Started Guide

ReceivablesVision SM Getting Started Guide ReceivablesVision SM Getting Started Guide March 2013 Transaction Services ReceivablesVision Quick Start Guide Table of Contents Table of Contents Accessing ReceivablesVision SM...2 The Login Screen...

More information

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with.

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with. Microsoft Dynamics GP 2010 Reporting Create and manage business reports with Dynamics GP David Duncan Christopher Liley [ PUBLISHING J enterpri se - BIRMINGHAM MUMBAI Preface 1 Chapter 1: Meeting the Reporting

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies

Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies 2012 Wellesley Information Services. All rights reserved. In This Session Demonstrate

More information

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

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

More information

ICIS Reporting User Manual for Business Intelligence 4.1. May 2014

ICIS Reporting User Manual for Business Intelligence 4.1. May 2014 ICIS Reporting User Manual for Business Intelligence 4.1 May 2014 Table of Contents Business Objects Environment User Guide 1 What s New in BI 4.1?... 1 2 BI Launch Pad... 2 2.1 Access ICIS BI Launch Pad...

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

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

More information

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM

More information

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.3 4. SAP BW 7.3 Cubes, DSO's,Multi Providers, Infosets 5. Business

More information

Business Objects Enterprise version 4.1. Report Viewing

Business Objects Enterprise version 4.1. Report Viewing Business Objects Enterprise version 4.1 Note about Java: With earlier versions, the Java run-time was not needed for report viewing; but was needed for report writing. The default behavior in version 4.1

More information

North Carolina Community Colleges Business Intelligence Reporting System

North Carolina Community Colleges Business Intelligence Reporting System North Carolina Community Colleges Business Intelligence Reporting System College User Manual Accessing Reporting System Contact Info To log in to Business Intelligence system: https://bi.nccommunitycolleges.edu

More information

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

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

More information

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

DBMS / Business Intelligence, Business Intelligence / Big Data

DBMS / Business Intelligence, Business Intelligence / Big Data DBMS / Business Intelligence, Business Intelligence / Big Data Orsys, with 30 years of experience, is providing high quality, independant State of the Art seminars and hands-on courses corresponding to

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management Using Excel as a Management Reporting Tool with your Minotaur Data with Judith Kirkness These instruction sheets will help you learn: 1. How to export reports from Minotaur to Excel (these instructions

More information

Microsoft SQL Server is great for storing departmental or company data. It. A Quick Guide to Report Builder - 2013. In association with

Microsoft SQL Server is great for storing departmental or company data. It. A Quick Guide to Report Builder - 2013. In association with In association with A Quick Guide to Report Builder - 2013 Simon Jones explains how to put business information into the hands of your employees thanks to Microsoft SQL Server is great for storing departmental

More information

SAP BusinessObjects Dashboards

SAP BusinessObjects Dashboards SAP BusinessObjects Dashboards Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license

More information

Talis Decisions InfoView and Web Intelligence

Talis Decisions InfoView and Web Intelligence Talis Decisions InfoView and Web Intelligence Katharine Spellman Business Specialist katharine.spellman@talis.com Introduction Start and end times Lunch Toilets Mobile Phones Fire Documentation Evaluation

More information

SECURE UNIVERSES USING RESTRICTION SETS

SECURE UNIVERSES USING RESTRICTION SETS SECURE UNIVERSES USING RESTRICTION SETS Dallas J. Marks BREAKOUT INFORMATION Secure Universes Using Restriction Sets Do you need to tailor universe security to specific users or groups within your organization?

More information

SAP BO 4.1 Online Training

SAP BO 4.1 Online Training WWW.ARANICONSULTING.COM SAP BO 4.1 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 BO 4.1 Training Topics In this training, attendees will learn: Data

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

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

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

More information

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

MIP Ad Hoc Reporting System (MARS) Training

MIP Ad Hoc Reporting System (MARS) Training MIP Ad Hoc Reporting System (MARS) Training 1 Overview of MIP Ad Hoc Reporting System Purpose Provide selected MIP users with the ability to create ad hoc reports on demand Pilot - Deployed Rapid Query

More information

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

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

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW

Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW Orange County Convention Center Orlando, Florida May 15-18, 2011 Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW Deepu Sasidharan ] [ Agenda Introduction System Landscape Advanced

More information

Business Portal for Microsoft Dynamics GP 2010. Key Performance Indicators

Business Portal for Microsoft Dynamics GP 2010. Key Performance Indicators Business Portal for Microsoft Dynamics GP 2010 Key Performance Indicators April 2, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

ecw Weekly Users Tip: My Settings: Template-Friendly Settings & My Favorites: Templates

ecw Weekly Users Tip: My Settings: Template-Friendly Settings & My Favorites: Templates ecw Weekly Users Tip: My Settings: Template-Friendly Settings & My Favorites: Templates Templates, regardless of how basic or how comprehensive, can make your notes overwhelming and visually harder to

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...

More information

Microsoft Access 2010 handout

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

More information

BRIO QUERY FUNCTIONALITY IN COMPARISION TO CRYSTAL REPORTS

BRIO QUERY FUNCTIONALITY IN COMPARISION TO CRYSTAL REPORTS BRIO QUERY FUNCTIONALITY IN COMPARISION TO CRYSTAL REPORTS Category Downstream Analysis Nested Queries Brio Functionality Ability to create data sets Ability to create tables and upload tables Available

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Maximizing value through business insight Business Intelligence White Paper November 2011 The information contained in this document represents the current view of Microsoft Corporation

More information

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

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

More information

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

QAD Business Intelligence Data Warehouse Demonstration Guide. May 2015 BI 3.11 QAD Business Intelligence Data Warehouse Demonstration Guide May 2015 BI 3.11 Overview This demonstration focuses on the foundation of QAD Business Intelligence the Data Warehouse and shows how this functionality

More information

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

INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH GREENPLUM DATABASE - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT) White Paper INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT) Abstract This paper presents interoperability of SAP Business Objects 4.0 with Greenplum.

More information

REP200 Using Query Manager to Create Ad Hoc Queries

REP200 Using Query Manager to Create Ad Hoc Queries Using Query Manager to Create Ad Hoc Queries June 2013 Table of Contents USING QUERY MANAGER TO CREATE AD HOC QUERIES... 1 COURSE AUDIENCES AND PREREQUISITES...ERROR! BOOKMARK NOT DEFINED. LESSON 1: BASIC

More information

ESSBASE ASO TUNING AND OPTIMIZATION FOR MERE MORTALS

ESSBASE ASO TUNING AND OPTIMIZATION FOR MERE MORTALS ESSBASE ASO TUNING AND OPTIMIZATION FOR MERE MORTALS Tracy, interrel Consulting Essbase aggregate storage databases are fast. Really fast. That is until you build a 25+ dimension database with millions

More information

Kyubit Business Intelligence OLAP analysis - User Manual

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

More information

How To Learn To Write A Report In A Database On A Microsoft Powerbook

How To Learn To Write A Report In A Database On A Microsoft Powerbook Crystal Reports XI: Level 1 Course Specifications Course number: 085517 Software: Crystal Reports? Course length: 2.0 day(s) Course Description Crystal Reports XI: Level 1 is the primary recommended course

More information

Building Ad Hoc Reports

Building Ad Hoc Reports Building Ad Hoc Reports Cognos enables you to build custom ad hoc reports that you may share with other Cognos users. Cognos This guide explains the basic process of creating and saving a report using

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

More information

How to Create Dashboards. Published 2014-08

How to Create Dashboards. Published 2014-08 How to Create Dashboards Published 2014-08 Table of Content 1. Introduction... 3 2. What you need before you start... 3 3. Introduction... 3 3.1. Open dashboard Example 1... 3 3.2. Example 1... 4 3.2.1.

More information

WEBFOCUS QUICK DATA FOR EXCEL

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

More information

Introduction to Business Reporting Using IBM Cognos

Introduction to Business Reporting Using IBM Cognos Introduction to Business Reporting Using IBM Cognos Table of Contents Introducing Reporting... 1 Objectives... 1 Terminology... 2 Cognos Users... 2 Frequently Used Terms... 3 Getting Started... 4 Gaining

More information

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

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

More information

Pastel Evolution BIC. Getting Started Guide

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

More information

Decision Support AITS University Administration. EDDIE 4.1 User Guide

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

More information

Business Intelligence Getting Started Guide

Business Intelligence Getting Started Guide Business Intelligence Getting Started Guide 2013 Table of Contents Introduction... 1 Introduction... 1 What is Sage Business Intelligence?... 1 System Requirements... 2 Recommended System Requirements...

More information

Talent Management and Acquisition Training

Talent Management and Acquisition Training Talent Management and Acquisition Training Performance Management July 2011 Dashboard Upon logging into the Talent Management system, the first screen is called the Dashboard. It is the HOME page for this

More information

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects Speaker: Kevin McManus Founder, LaunchWorks Learning Points Eliminate effort and delay of moving data to the cloud

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant What We ll Cover 1. Enabling database connections through Microsoft Excel 2. Accessing the data stored in the SQL Database via the

More information

Logi Ad Hoc Reporting System Administration Guide

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

More information

COGNOS 8 Business Intelligence

COGNOS 8 Business Intelligence COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can

More information

SAP BUSINESS OBJECTS BO BI 4.1 amron

SAP BUSINESS OBJECTS BO BI 4.1 amron 0 Training Details Course Duration: 65 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

Vendor: Brio Software Product: Brio Performance Suite

Vendor: Brio Software Product: Brio Performance Suite 1 Ability to access the database platforms desired (text, spreadsheet, Oracle, Sybase and other databases, OLAP engines.) yes yes Brio is recognized for it Universal database access. Any source that is

More information

Web Intelligence Rich Client User's Guide

Web Intelligence Rich Client User's Guide Web Intelligence Rich Client User's Guide Web Intelligence Rich Client User's Guide Copyright 2008 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may cover

More information

Why A/ B Testing is Critical to Email Campaign Success

Why A/ B Testing is Critical to Email Campaign Success Why A/ B Testing is Critical to Email Campaign Success A / B Testing By systematically running controlled campaigns, A/B testing helps you determine which message or offer will resonate best with your

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Create an Excel BI report and share on SharePoint 2013

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

More information

Teamstudio USER GUIDE

Teamstudio USER GUIDE Teamstudio Software Engineering Tools for IBM Lotus Notes and Domino USER GUIDE Edition 30 Copyright Notice This User Guide documents the entire Teamstudio product suite, including: Teamstudio Analyzer

More information

Treasury and Trade Services Global Payments. Citi Payment Analytics User Guide

Treasury and Trade Services Global Payments. Citi Payment Analytics User Guide Treasury and Trade Services Global Payments Citi Payment Analytics User Guide Table of Contents 1. Accessing Payment Analytics 2. Dashboard Overview Getting to the Citi Payment Analytics Dashboard Overview

More information

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

Topic: Running ACE Reports

Topic: Running ACE Reports Introductions and General Information Page 3 o Organization of this Document Page 3 o Introductions to the ACE Reports Tool Page 3 o Software Set Up and Requirements Setting Preferences Page 5 Verifying

More information

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

To determine the fields in a table decide what you need to know about the subject. Here are a few tips: Access Introduction Microsoft Access is a relational database software product that you can use to organize your data. What is a "database"? A database is an integrated collection of data that shares some

More information

Web Intelligence 3.1 New Features ]

Web Intelligence 3.1 New Features ] Web Intelligence 3.1 New Features ] Jevan Choo Quan Senior Consultant Xenon Consulting Inc. [ CHAVONE JACOBS ASUG INSTALLATION MEMBER MEMBER SINCE: 2003 ALLAN FISHER [ ASUG INSTALLATION MEMBER MEMBER SINCE:

More information

2. Metadata Modeling Best Practices with Cognos Framework Manager

2. Metadata Modeling Best Practices with Cognos Framework Manager IBM Cognos 10.1 DWH Basics 1 Cognos System Administration 2 Metadata Modeling Best Practices With Cognos Framework Manager 3 OLAP Modeling With Cognos Transformer (Power Play Tranformer) 4 Multidimensional

More information

RIFIS Ad Hoc Reports

RIFIS Ad Hoc Reports RIFIS Ad Hoc Reports To retrieve the entire list of all Ad Hoc Reports, including the Base reports and any additional reports published to your Role, select Ad Hoc for the Type under Filter Report By and

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

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

More information

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows.

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. WOWS of Word Office brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. gfruth@wm.edu Templates Click on the Office Button PDF and select New. You can now change

More information

Getting Started Guide SAGE ACCPAC INTELLIGENCE

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

More information

Stored Documents and the FileCabinet

Stored Documents and the FileCabinet Stored Documents and the FileCabinet Introduction The stored document features have been greatly enhanced to allow easier storage and retrieval of a clinic s electronic documents. Individual or multiple

More information

Microsoft Dynamics GP. Collections Management

Microsoft Dynamics GP. Collections Management Microsoft Dynamics GP Collections Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Business Relationship Manager Version 01.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred

More information

easyjob 5 new functions 2012 by protonic software GmbH 1

easyjob 5 new functions 2012 by protonic software GmbH 1 easyjob 5 new functions 2012 by protonic software GmbH 1 Contents Contents... 2 Introduction... 7 General... 8 Direct access from the Windows 7 start menu... 8 Improved auto refresh... 8 New roadmap...

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE Cal Answers Analysis Training Part I Creating Analyses in OBIEE University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Getting Around OBIEE... 2 Cal Answers

More information