Web Intelligence Report Validation Tips and Techniques

Size: px
Start display at page:

Download "Web Intelligence Report Validation Tips and Techniques"

Transcription

1 September 9 11, 2013 Anaheim, California Web Intelligence Report Validation Tips and Techniques Michael Welter

2 Learning Points First, become familiar with what is right Carefully observe how your report divergences from right Categorize the divergence Systematically fix the problem 2

3 Return on Investment Time saved in validating and fixing reports Consumer confidence in reliable BI reports Proper business decisions based on correct analysis Reduced wear and tear on report developer(s) 3

4 Breakout Abstract Web Intelligence Report Validation Tips and Techniques Have you ever had unexpected results when developing a complex Web Intelligence report? This session is for Web Intelligence report designers and IT staff who support them, looking for some time saving pointers and frustration alleviating tools for troubleshooting and validating reports. See how to identify problems in the source data, in the universe, and in the report itself. Learn techniques for verifying accuracy, and explore the mysteries of calculation contexts in Web Intelligence. See these methods in action with live examples. 4

5 Agenda 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A 5

6 Why Are We Talking About Validation? 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A A fancy, beautiful report that s wrong is useless (or worse) 6

7 BusinessObjects Gives You the Power of Perspective Turn stored data into decisions Decision making is a maze We have a ground level perspective Need an aerial perspective Business decisions require access to information Flexible Dependable Accurate 7

8 A Big Job That Looks Easy Querying a database is not a trivial matter SQL can be complex Database designs are often complicated BusinessObjects Web Intelligence is a big lever Drag and drop to build complex queries Navigates the labyrinth for you Knows the rules of connecting database tables Knows when to separate statements for you You don t have to understand what happens behind the scenes Consistently correct results amazingly often! 8

9 Detect and Fix Errors Still plenty of room for error! One day to build; Two weeks to debug Errors can be elusive Often takes much longer to find and fix than original development Generally frustrating We need a way to find and fix these errors A systematic approach to detecting problems A map for when to fix and when to get help A set of tools for when it s time to dive in 9

10 Assumptions You have basic to intermediate Web Intelligence skills You are using Web Intelligence to report from data that Is believed to be correct Has some benchmarks (perhaps a previous report) You (or a colleague) know the data and the business it represents The database you are reporting from is either The same as the original work, or A data warehouse/mart based on the original database (and is valid) You have IT support (or skills) You have extract/transform/load support (if warehouse) You have universe support (or skills) You have some idea how to read SQL 10

11 What s Right? 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A What target are you trying to hit? 11

12 Start With What is Correct Define benchmarks first You ll save time if you know the answer If you don t know what correct is, you won t know when you hit or miss it Then analyze your report s deviation from the benchmark The following is a strategy for defining benchmarks 12

13 Collect Data Points From Business Expert(s) Collect benchmark data points from business experts Perhaps the person who was responsible for the previous version of a report you re replacing Someone who knows the subject and the data Someone who knows how it was done Collect data points at the lowest grain Most specific Example: Sales_Qty, Sales_Amt of Product 1059 on 8/1/2007 at Store 21 by Employee 99 and at various levels of aggregation Increasingly more summarized Across all dimensions involved in the report Example: Sales_Qty, Sales_Amt of all Products on 8/1/2007 at Store 21 by all employees 13

14 Discover How These Data Points Were Produced What elements were used? What calculations were used? How was time related? Any outside data sources? Is any data source required outside the database from which we re reporting? If so, how was that data related to the rest? Get the SQL If possible, get a copy of the SQL used Soft copy is best 14

15 Discovery Methods Interview There s no substitute for talking Do this in person if possible Observation Example 1: reports currently produced from Access Note what database, queries, macros (if any) they used Get a copy of the SQL used Note the processing flow: What steps and in what order? Note any temporary tables used Example 2: reports currently coming from ERP system Note the processing flow: What utilities/commands, in what order? Ask IT to explain how that app gets its report Ask IT for copy of SQL the app generates if possible 15

16 Verify Results Verify you or IT is able to duplicate results of benchmark SQL At all levels of aggregation provided in benchmark data points In same system as original report came from In data warehouse with analogous SQL Verify required SQL is present in universe Ask universe designer for help here Fragments similar to benchmark examples, or Analogous fragments built to work against data warehouse Duplicate benchmark numbers with simple reports Make bare bones Web Intelligence report Check SQL against benchmark SQL Get IT/designer help as necessary 16

17 What s Wrong? 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A How does your report deviate from the benchmarks? 17

18 Now You Can Start to See What s Wrong Canadian bank training technique Plumb line example Now we can start to see what s wrong We have some known good data points The more you know the source data, the more intuitive you ll be at spotting deviation 18

19 Your Business Objects Team Database problems go to IT Universe problems go to your universe designer A sermon/word of caution regarding your team When a problem is in another s area of expertise It s out of your hands (relief) Why didn t they catch that problem (frustration) By the way, it s, um, out of your hands (more frustration) You need the whole team Data problems are a reality in young data warehouses Avoid blame Resentment and defensiveness degrade teamwork quickly You work half speed with a sword in one hand 19

20 The Tools The cure is often easy once you know what s wrong The tools The following strategy helps focus your efforts The following techniques give you leverage The approach Group possible issues by symptom Work through the possibilities 20

21 Number Values Consistently Too High or Too Low Report or block filter There s a filter in place that isn t obvious Demo Too low condition only Query condition isn t right You may have too many or too few where statements You may be filtering on the wrong elements Wrong universe measure (units instead of dollars?) Measure is defined incorrectly or imprecisely Ex: booked orders vs. revised bookings Semantic problem needs to be addressed in the business and in the universe 21

22 Check Filters Show filter pane View structure 22

23 Check Filters Select filters on maps tab 23

24 Check Filters Click through report elements to find filters... Aha... found one! 24

25 Check Query Conditions Look for unintended conditions 25

26 Wrong Universe Measure? Should have $ instead of units 26

27 Object Defined Incorrectly Check for what correct is... 27

28 Object Defined Incorrectly Check the SQL your object is generating 28

29 Number Values Consistently Too High or Too Low Wrong aggregation type on a universe measure Unusual, but possible Use object in bare bones report Check the math on aggregation Use object in table block footer (no agg function) Compare to object used in footer w/aggregate function Designer addresses in universe 29

30 Wrong Aggregation Type Value seems too low Especially the total 30

31 Wrong Aggregation Type ID the miscreant object Make a simple doc with it 31

32 Wrong Aggregation Type Insert a sum on your simple table 32

33 Wrong Aggregation Type... but with no aggregate function 33

34 Wrong Aggregation Type That looks more like an average than a sum... 34

35 Wrong Aggregation Type Ah, the bare object is projecting as an average Ask universe designer to fix the measure s aggregation function 35

36 Number Values Are Inconsistently Wrong Symptom: some values are too high, others too low Universe is connected to test data You may know by date, or some other telltale data Ask universe designer to check this Wrong date key in fact table joined to date table Many data warehouses have a date lookup Fact table may have many dates designer picked one Example: Sales by date should use order date, not ship date When view by date, some months are too high, others too low Review SQL to see what date is being used 36

37 Wrong Date Key Results are too low some quarters, too high others 37

38 Wrong Date Key Examine SQL statement: it appears to use a ship date Ask designer to fix the date 38

39 Some Values Too High by Even Multiples Symptom Some values too high, others may be correct When too high, it s by an even multiple of the correct value This suggests a SQL (fan/chasm) trap in the universe ID the offending object(s) by systematically pulling objects out of the query until the values are correct Share findings with your universe designer so they can fix 39

40 Some Values Too High by Even Multiples Some values too high Those that are too high are so by even multiples ($190,174 * 2 = $380,348) 40

41 Some Values Too High by Even Multiples To ID a SQL trap, start pulling objects out of the query Is it Showroom Town? 41

42 Some Values Too High by Even Multiples To ID a SQL trap, start pulling objects out of the query Is it Showroom Town? No. Is it Showroom? 42

43 Some Values Too High by Even Multiples To ID a SQL trap, start pulling objects out of the query Is it Showroom? Nope. How about Sale Qty? 43

44 Some Values Too High by Even Multiples To ID a SQL trap, start pulling objects out of the query BINGO! Now add Showroom objects back in 44

45 Some Values Too High by Even Multiples To ID a SQL trap, start pulling objects out of the query Revenue still looks good Now go tell your universe designer: Sales Revenue is too high for some customers By even multiples When you add Sales Qty to the query You suspect a fan or chasm trap they ll be impressed (or annoyed) 45

46 History by Certain Dimension is Wrong Example TY/LY sales by line is wrong for last year (but total is OK) When you compare TY/LY sales by state, everything is fine 46

47 History by Certain Dimension is Wrong Totals are right, but two lines are wrong for last year 47

48 History by Certain Dimension is Wrong May be slowly changing dimension in data warehouse Discuss with business and IT Maybe some products have changed Lines since last year Business must decide to view by current or historical alignment Solution is in data warehouse (if extract/transform/load person is able to change behavior) 48

49 Missing Dimension Values Where Nothing Happened Example Sales by product lacks no sale products 49

50 Missing Dimension Values Where Nothing Happened Inner join used in universe, but for good reason We need to see all customers, sales or no sales You can cheat: Demo Force report side outer join 50

51 Missing Dimension Values Where Nothing Happened Add query: full list of dimension values (list items only) 51

52 Missing Dimension Values Where Nothing Happened Add table: full product list 52

53 Missing Dimension Values Where Nothing Happened Verify dimension(s) merged 53

54 Missing Dimension Values Where Nothing Happened Make merged table Use dimension from 2 nd query or the merged dimension 54

55 Calculated Variables Are Wrong 1. Wrong calculation (check arguments) 2. Objects used by variable rendering wrong results Duplicate report using referenced objects Work through the too low/high section 3. Calculation context is incorrect Example: calculated column value not computed right Requires specific output context Demo of calculation contexts 55

56 Calculated Variables Are Wrong Well, THAT s not right 56

57 Calculated Variables Are Wrong Click cell notice it contains a variable 57

58 Calculated Variables Are Wrong Edit variable (Hmm formula looks OK) But let s check help anyway 58

59 Calculated Variables Are Wrong Help > FormatDate > Index to Date & Number Formats Argument should be MM/dd/yyyy (not mm/dd/yyyy ) 59

60 Calculated Variables Are Wrong Fix the variable s formula 60

61 Calculated Variables Are Wrong That s better! 61

62 Objects Used by Calculation are Wrong Business analyst says margin goal calculation is too low Margin goal calculation logic looks OK 62

63 Objects Used by Calculation are Wrong What about the underlying object? Margin goal s variable s formula is =[Margin w]*1.1 Is the margin w measure giving us the right values? Let s test it: 63

64 Objects Used by Calculation are Wrong Ah: margin w is not giving correct results: Calculation is wrong because underlying object is wrong Follow previous steps to diagnose problem with this object 64

65 Wrong Calculation Context Stores should be classified based on years open Young, average or old, relative to the average for all stores But all of ours say average something is amiss... 65

66 Wrong Calculation Context Store class column is empty 66

67 Wrong Calculation Context An alerter populates the column 67

68 Wrong Calculation Context The alerter s logic depends on variables 68

69 Wrong Calculation Context which depend on other variables 69

70 Wrong Calculation Context Let s see what s going on with.avg Years Open Duplicate the report, and place an average on Years Open The average store has been open 14.6 years at this time 70

71 Wrong Calculation Context Let s look at our.avg Years Open object in the table:.avg Years Open is calculating the average of each row 71

72 Wrong Calculation Context What we want is for each row to have a value of 14.6 The average of all rows in the block Just like our formula sitting in the footer of the block By default, BusinessObjects measures: Consider all the dimensions they see (in their block or section) Aggregate to the level appropriate to where they are placed We want our.avg Years Open measure to: Consider all dimensions for each row (default), but Aggregate as if it were it placed in the block s footer 72

73 Wrong Calculation Context This is Calculation Context: Input Context = the list of dimensions the calculation considers Output Context = the level to which the calculation aggregates Syntax: =AggregateFx([measure] input context) output context In our case, we only want to change the output context: 73

74 Wrong Calculation Context Now.Avg Years Open behaves like a footer formula But it does so for each row 74

75 Wrong Calculation Context And now that our context for average is correct Our alerter compares each store to the average of all stores 75

76 Conclusion 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A 76

77 Key Learnings Become well familiar with what right looks like Carefully observe how your report divergences from right Categorize the divergence Work the problem systematically 77

78 Best Practices In determining what is right", collect not only existing reports and SQL, but also known accurate data points at various levels of granularity Take the trouble to understand how the business works Verify results of supplied SQL Be one of those players that raises your teammates' game 78

79 Q&A 1. Why are we talking about validation? 2. What s Right? 3. What s Wrong? 4. Conclusion 5. Q&A 79

80 Thank you for participating. Please provide feedback on this session by completing a short survey via the event mobile application. SESSION CODE: 1209 Learn more year-round at

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

What is Microsoft Excel?

What is Microsoft Excel? What is Microsoft Excel? Microsoft Excel is a member of the spreadsheet family of software. Spreadsheets allow you to keep track of data, create charts based from data, and perform complex calculations.

More information

Sara Langenfeld and Sarah Klobe

Sara Langenfeld and Sarah Klobe Customize the Look and Feel of BW Reports in SAP BusinessObjects Analysis (Office) by Using API Calls to Expand the Functionality and User Experience Session #0308 Sara Langenfeld and Sarah Klobe Agenda

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

The Query Builder: The Swiss Army Knife of SAS Enterprise Guide

The Query Builder: The Swiss Army Knife of SAS Enterprise Guide Paper 1557-2014 The Query Builder: The Swiss Army Knife of SAS Enterprise Guide ABSTRACT Jennifer First-Kluge and Steven First, Systems Seminar Consultants, Inc. The SAS Enterprise Guide Query Builder

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

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

How-to Create Advanced Finds & Views in Microsoft Dynamics CRM

How-to Create Advanced Finds & Views in Microsoft Dynamics CRM How-to Create Advanced Finds & Views in Microsoft Dynamics CRM An I.B.I.S., Inc. Whitepaper by The I.B.I.S., Inc. CRM Team www.ibisinc.com Table of Contents Table of Contents 2 Introduction 1 Advanced

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

UNIVERSE DESIGN BEST PRACTICES. Roxanne Pittman, InfoSol May 8, 2014

UNIVERSE DESIGN BEST PRACTICES. Roxanne Pittman, InfoSol May 8, 2014 UNIVERSE DESIGN BEST PRACTICES Roxanne Pittman, InfoSol May 8, 2014 SEVEN PRINCIPLES OF UNIVERSAL DESIGN BY THE CENTER FOR UNIVERSAL DESIGN (CUD) NORTH CAROLINA STATE UNIVERSITY 1. Equitable use. The design

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Analytical Dimensions Sage Intelligence Reporting Sage ERP X3 DH 19 01 2015

Analytical Dimensions Sage Intelligence Reporting Sage ERP X3 DH 19 01 2015 Analytical Dimensions Sage Intelligence Reporting Sage ERP X3 DH 19 01 2015 Table of Contents About Analytical Dimensions... 1 Options to use Dimensions in Report Designer Reports... 3 Viewing the Dimension

More information

Important Database Concepts

Important Database Concepts Important Database Concepts In This Chapter Using a database to get past Excel limitations Getting familiar with database terminology Understanding relational databases How databases are designed 1 Although

More information

VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1. Content Marketing - Analyzing Your Efforts:

VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1. Content Marketing - Analyzing Your Efforts: VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1 Content Marketing - Analyzing Your Efforts: This is a transcript of a presentation originally given live at the Growth Powered by Risdall Fall

More information

Building Qualtrics Surveys for EFS & ALC Course Evaluations: Step by Step Instructions

Building Qualtrics Surveys for EFS & ALC Course Evaluations: Step by Step Instructions Building Qualtrics Surveys for EFS & ALC Course Evaluations: Step by Step Instructions Jennifer DeSantis August 28, 2013 A relatively quick guide with detailed explanations of each step. It s recommended

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

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

A Beginning Guide to the Excel 2007 Pivot Table

A Beginning Guide to the Excel 2007 Pivot Table A Beginning Guide to the Excel 2007 Pivot Table Paula Ecklund Summer 2008 Page 1 Contents I. What is a Pivot Table?...1 II. Basic Excel 2007 Pivot Table Creation Source data requirements...2 Pivot Table

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

MS Learn Online Feature Presentation Invisible Symptoms in MS Featuring Dr. Rosalind Kalb

MS Learn Online Feature Presentation Invisible Symptoms in MS Featuring Dr. Rosalind Kalb Page 1 MS Learn Online Feature Presentation Invisible Symptoms in MS Featuring Dr. Rosalind Kalb >>Kate Milliken: Hello, I m Kate Milliken, and welcome to MS Learn Online. No two people have exactly the

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Toad for Data Analysts, Tips n Tricks

Toad for Data Analysts, Tips n Tricks Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers

More information

Data Quality Assessment. Approach

Data Quality Assessment. Approach Approach Prepared By: Sanjay Seth Data Quality Assessment Approach-Review.doc Page 1 of 15 Introduction Data quality is crucial to the success of Business Intelligence initiatives. Unless data in source

More information

7.0 BW Budget Formulation Report Tips and Tricks

7.0 BW Budget Formulation Report Tips and Tricks 7.0 BW Budget Formulation Report Tips and Tricks Sections: A. Variables Entry Options for Entering Selections B. Variables Entry Screen Personalization and Screen Variants C. Bookmarks D. Print in PDF

More information

Developing Multipurpose Grade Reports Using Excel PivotTables

Developing Multipurpose Grade Reports Using Excel PivotTables Developing Multipurpose Grade Reports Using Excel PivotTables NEAIR Boston December 5, 2011 Jim Fergerson Dir. of Institutional Research and Assessment, Carleton College Northfield, Minnesota (jfergers@carleton.edu)

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Building a Human Resources Portal Using Business Portal

Building a Human Resources Portal Using Business Portal Building a Human Resources Portal Using Business Portal Published: December 2005 For the latest information, please see http://mbs.microsoft.com/public/gponline Table of contents Introduction...1 What

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

What is Null and Why is it Important for Crystal Reports

What is Null and Why is it Important for Crystal Reports What is Null and Why is it Important for Crystal Reports The concept of Null is frequently misunderstood by people who are new to working with databases. Simply put, Null means unassigned or no value.

More information

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution

Data Warehouse and Business Intelligence Testing: Challenges, Best Practices & the Solution Warehouse and Business Intelligence : Challenges, Best Practices & the Solution Prepared by datagaps http://www.datagaps.com http://www.youtube.com/datagaps http://www.twitter.com/datagaps Contact contact@datagaps.com

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

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

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

COMPLETING AN APPRENTICESHIP APPLICATION FORM - TOP TIPS!

COMPLETING AN APPRENTICESHIP APPLICATION FORM - TOP TIPS! COMPLETING AN APPRENTICESHIP APPLICATION FORM - TOP TIPS! GENERAL Make sure you feel ready to commit to an apprenticeship and meet the expectations of an employer before you apply. Make sure you have enough

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Microsoft Excel: Formulas ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 1. How to Create Formulas... 2 2. Naming Ranges... 5 3. Common

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

In-Depth Guide Advanced Spreadsheet Techniques

In-Depth Guide Advanced Spreadsheet Techniques In-Depth Guide Advanced Spreadsheet Techniques Learning Objectives By reading and completing the activities in this chapter, you will be able to: Create PivotTables using Microsoft Excel Create scenarios

More information

Advanced BIAR Participant Guide

Advanced BIAR Participant Guide State & Local Government Solutions Medicaid Information Technology System (MITS) Advanced BIAR Participant Guide October 28, 2010 HP Enterprise Services Suite 100 50 West Town Street Columbus, OH 43215

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

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

Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas

Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas Understanding BEx Query Designer: Part-2 Structures, Selections and Formulas Applies to: SAP NetWeaver BW. Summary This document is the second installment of a 6 part Query Designer Training guide for

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

Lecture 2 Mathcad Basics

Lecture 2 Mathcad Basics Operators Lecture 2 Mathcad Basics + Addition, - Subtraction, * Multiplication, / Division, ^ Power ( ) Specify evaluation order Order of Operations ( ) ^ highest level, first priority * / next priority

More information

Successful Mailings in The Raiser s Edge

Successful Mailings in The Raiser s Edge Bill Connors 2010 Bill Connors, CFRE November 18, 2008 Agenda Introduction Preparation Query Mail Export Follow-up Q&A Blackbaud s Conference for Nonprofits Charleston Bill Connors, CFRE Page #2 Introduction

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

An Overview of Outlook

An Overview of Outlook An Overview of Outlook Alabama Association of REALTORS STATE OF ALASKA 2012 SUMMER CONFERENCE - IT S A FAMILY AFFAIR http://www.state.ak.us/local/akpages/admin/info/msea/ Perdido Beach Resort - Orange

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information

Basics of Dimensional Modeling

Basics of Dimensional Modeling Basics of Dimensional Modeling Data warehouse and OLAP tools are based on a dimensional data model. A dimensional model is based on dimensions, facts, cubes, and schemas such as star and snowflake. Dimensional

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

2: Entering Data. Open SPSS and follow along as your read this description.

2: Entering Data. Open SPSS and follow along as your read this description. 2: Entering Data Objectives Understand the logic of data files Create data files and enter data Insert cases and variables Merge data files Read data into SPSS from other sources The Logic of Data Files

More information

Creating and Using Master Documents

Creating and Using Master Documents Creating and Using Master Documents Title: Creating and Using Master Documents Version: 0.3 First edition: 09/04 Contents Overview...2 Acknowledgments...2 Modifications and updates... 2 Why use a master

More information

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario EditAble CRM Grid For Microsoft Dynamics CRM How To Guide Trial Configuration: Opportunity View EditAble CRM Grid Scenario Table of Contents Overview... 3 Opportunity View EditAble CRM Grid... 3 Scenario...

More information

An Introduction to Excel s Pivot Table

An Introduction to Excel s Pivot Table An Introduction to Excel s Pivot Table This document is a brief introduction to the Excel 2003 Pivot Table. The Pivot Table remains one of the most powerful and easy-to-use tools in Excel for managing

More information

An Introduction to Excel Pivot Tables

An Introduction to Excel Pivot Tables An Introduction to Excel Pivot Tables EXCEL REVIEW 2001-2002 This brief introduction to Excel Pivot Tables addresses the English version of MS Excel 2000. Microsoft revised the Pivot Tables feature with

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE

BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE Web Intelligence User Guide This document created by: The EBS Training Team in collaboration with EBS Technical Team and BOBJ Functional

More information

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007)

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) What is mail merge? You've probably heard it mentioned around the office or at an interview (especially for a temp

More information

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms Page 1 of 30 SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms This FAQ is organized into the following categories of questions: Access and Security focus is on how users access the SWIFT

More information

Important Tips when using Ad Hoc

Important Tips when using Ad Hoc 1 Parkway School District Infinite Campus Ad Hoc Training Manual Important Tips when using Ad Hoc On the Ad Hoc Query Wizard screen when you are searching for fields for your query please make sure to

More information

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone TIBCO Spotfire Guided Analytics Transferring Best Practice Analytics from Experts to Everyone Introduction Business professionals need powerful and easy-to-use data analysis applications in order to make

More information

Calculating Cash Flow Using Excel Data Lists

Calculating Cash Flow Using Excel Data Lists Calculating Cash Flow Using Excel Data Lists By: Curtis D. Frye 7/26/2006 Bank and credit card statements tell you where your money has gone, but they don t show you how much money you ll have on hand

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

2Creating Reports: Basic Techniques. Chapter

2Creating Reports: Basic Techniques. Chapter 2Chapter 2Creating Reports: Chapter Basic Techniques Just as you must first determine the appropriate connection type before accessing your data, you will also want to determine the report type best suited

More information

Cognos 8 Report Studio Creating Multi Query Reports

Cognos 8 Report Studio Creating Multi Query Reports Cognos 8 Report Studio Creating Multi Query Reports By Kim De Leon Instructions are based on Cognos 8 BI, Report Studio, version 82 1 Click on Query Explorer and Click on Queries Query1 will display (Rename

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

Intellect Platform - Parent-Child relationship Basic Expense Management System - A103

Intellect Platform - Parent-Child relationship Basic Expense Management System - A103 Intellect Platform - Parent-Child relationship Basic Expense Management System - A103 Interneer, Inc. Updated 2/29/2012 Created by Erika Keresztyen Fahey 2 Parent-Child relationship - A103 - Basic Expense

More information

edgebooks Quick Start Guide 4

edgebooks Quick Start Guide 4 edgebooks Quick Start Guide 4 memories made easy SECTION 1: Installing FotoFusion Please follow the steps in this section to install FotoFusion to your computer. 1. Please close all open applications prior

More information

Participant Tracking Functionality

Participant Tracking Functionality Participant Tracking Functionality Opening a visit schedule to enrollment Before you are able to enroll a participant to a trial you must open the visit schedule to enrollment. Click on the visit schedule

More information

Advanced Query for Query Developers

Advanced Query for Query Developers for Developers This is a training guide to step you through the advanced functions of in NUFinancials. is an ad-hoc reporting tool that allows you to retrieve data that is stored in the NUFinancials application.

More information

Automating FP&A Analytics Using SAP Visual Intelligence and Predictive Analysis

Automating FP&A Analytics Using SAP Visual Intelligence and Predictive Analysis September 9 11, 2013 Anaheim, California Automating FP&A Analytics Using SAP Visual Intelligence and Predictive Analysis Varun Kumar Learning Points Create management insight tool using SAP Visual Intelligence

More information

McKinsey Problem Solving Test Top Tips

McKinsey Problem Solving Test Top Tips McKinsey Problem Solving Test Top Tips 1 McKinsey Problem Solving Test You re probably reading this because you ve been invited to take the McKinsey Problem Solving Test. Don t stress out as part of the

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

Microsoft Word 2010 Training

Microsoft Word 2010 Training Microsoft Word 2010 Training Microsoft Word 102 Instructor: Debbie Minnerly Course goals Learn how to work with paragraphs. Set tabs and work with tables. Learn about styles Use the spelling and grammar

More information

Optimizing Your Data Warehouse Design for Superior Performance

Optimizing Your Data Warehouse Design for Superior Performance Optimizing Your Data Warehouse Design for Superior Performance Lester Knutsen, President and Principal Database Consultant Advanced DataTools Corporation Session 2100A The Problem The database is too complex

More information

Create a Balanced Scorecard

Create a Balanced Scorecard Create a Balanced Scorecard SharePoint Business Intelligence Content Team Summary: Learn how to create scorecards and strategy maps across various measurements and display them in one dashboard by using

More information

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson Continuous Improvement with CA Service Desk Manager KPIs Rich Magnuson Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can.

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can. SAS Enterprise Guide for Educational Researchers: Data Import to Publication without Programming AnnMaria De Mars, University of Southern California, Los Angeles, CA ABSTRACT In this workshop, participants

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

Essentials for IBM Cognos BI (V10.2) Overview. Audience. Outline. Актуальный B5270 5 дн. / 40 час. 77 800 руб. 85 690 руб. 89 585 руб.

Essentials for IBM Cognos BI (V10.2) Overview. Audience. Outline. Актуальный B5270 5 дн. / 40 час. 77 800 руб. 85 690 руб. 89 585 руб. Essentials for IBM Cognos BI (V10.2) Overview Essentials for IBM Cognos BI (V10.2) is a blended offering consisting of five-days of instructor-led training and 21 hours of Web-based, self-paced training.

More information

Dashboards as Easy To Use as Amazon

Dashboards as Easy To Use as Amazon AUGUST 2013 Dashboards as Easy To Use as Amazon Sponsored by QlikView Contents The Business Intelligence Usability Crisis 1 Why Is Amazon So Useful? 1 Why Do We Need a More Amazon-like BI Experience? 3

More information

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit. Is your database application experiencing poor response time, scalability problems, and too many deadlocks or poor application performance? One or a combination of zparms, database design and application

More information

Audit Readiness Lessons Learned

Audit Readiness Lessons Learned Audit Readiness Lessons Learned Four Tips for Achieving a Smooth Audit It seems obvious: Prepare well and prepare ahead of time and the year-end audit does not have to be the painful experience most organizations

More information

SALES EMAIL TEMPLATES. for prospecting, scheduling meetings, following up, networking, and asking for referrals.

SALES EMAIL TEMPLATES. for prospecting, scheduling meetings, following up, networking, and asking for referrals. 36 SALES EMAIL TEMPLATES for prospecting, scheduling meetings, following up, networking, and asking for referrals. INTRODUCTION: A LOST OPPORTUNITY Here was the scenario: We make a valuable connection

More information

[INTERMEDIATE QUICKBOOKS FOR NONPROFITS] Presented by Ian Shuman, CPA Gelman, Rosenberg & Freedman CPAs October 4, 2011

[INTERMEDIATE QUICKBOOKS FOR NONPROFITS] Presented by Ian Shuman, CPA Gelman, Rosenberg & Freedman CPAs October 4, 2011 1. BUDGETING A. Setting Up Budgets i) Go to Company/Planning and Budgeting/Set Up Budgets Then select year ii) Budget Criteria Can create budgets for company as a whole, by job or by class Tip: These are

More information

Measuring and Monitoring the Quality of Master Data By Thomas Ravn and Martin Høedholt, November 2008

Measuring and Monitoring the Quality of Master Data By Thomas Ravn and Martin Høedholt, November 2008 Measuring and Monitoring the Quality of Master Data By Thomas Ravn and Martin Høedholt, November 2008 Introduction We ve all heard about the importance of data quality in our IT-systems and how the data

More information

Using Excel 2000 to Create a Weighted-Grade Grade Book

Using Excel 2000 to Create a Weighted-Grade Grade Book Using Excel 2000 to Create a Weighted-Grade Grade Book This handout assumes that you already have familiarity with creating and copying formulas in Excel 2000. If you do not, you should consult our handout

More information

Microsoft Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

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

8 Simple Things You Might Be Overlooking In Your AdWords Account. A WordStream Guide

8 Simple Things You Might Be Overlooking In Your AdWords Account. A WordStream Guide 8 Simple Things You Might Be Overlooking In Your AdWords Account A WordStream Guide 8 Simple Things You Might Be Overlooking In Your AdWords Account AdWords makes it incredibly easy to set up and run a

More information

Text Analytics Illustrated with a Simple Data Set

Text Analytics Illustrated with a Simple Data Set CSC 594 Text Mining More on SAS Enterprise Miner Text Analytics Illustrated with a Simple Data Set This demonstration illustrates some text analytic results using a simple data set that is designed to

More information

Wave Analytics Data Integration

Wave Analytics Data Integration Wave Analytics Data Integration Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Managing Agile Projects in TestTrack GUIDE

Managing Agile Projects in TestTrack GUIDE Managing Agile Projects in TestTrack GUIDE Table of Contents Introduction...1 Automatic Traceability...2 Setting Up TestTrack for Agile...6 Plan Your Folder Structure... 10 Building Your Product Backlog...

More information

At The Crossroads of Marketing and Technology. Top 6 Tips for Success in the Digital World

At The Crossroads of Marketing and Technology. Top 6 Tips for Success in the Digital World At The Crossroads of Marketing and Technology Top 6 Tips for Success in the Digital World Introduction As a small business, you have enough challenges keeping your head above water and focusing on how

More information

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

ETL Anatomy 101. Tom Miron Systems Seminar Consultants Madison, WI. An ETL-like process is key for many reporting and analysis systems

ETL Anatomy 101. Tom Miron Systems Seminar Consultants Madison, WI. An ETL-like process is key for many reporting and analysis systems ETL Anatomy 101 Tom Miron Systems Seminar Consultants Madison, WI 1 What Is ETL? Extract, Transform, Load ETL is often associated with Data Warehouse/Mart But An ETL-like process is key for many reporting

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

An Evaluation of No-Cost Business Intelligence Tools. Claire Walsh. Contact: claire.walsh@excella.com @datanurturer 703-840-8600

An Evaluation of No-Cost Business Intelligence Tools. Claire Walsh. Contact: claire.walsh@excella.com @datanurturer 703-840-8600 An Evaluation of No-Cost Business Intelligence Tools Contact: Claire Walsh claire.walsh@excella.com @datanurturer 703-840-8600 1 An Evaluation of No-Cost Business Intelligence Tools Business Intelligence

More information