SAS VISUAL STATISTICS 6.4 QUICK START GUIDE

Size: px
Start display at page:

Download "SAS VISUAL STATISTICS 6.4 QUICK START GUIDE"

Transcription

1 SAS VISUAL STATISTICS 6.4 QUICK START GUIDE

2 WELCOME TO SAS VISUAL STATISTICS SAS Visual Statistics is an extension of SAS Visual Analytics that s designed for statisticians, data scientists and business analysts who need to analyze diverse data as well as create and evaluate predictive models to quickly get precise insights. In addition to its visual analytics capabilities, which include exploratory analysis, data visualization, descriptive statistics and the ability to uncover relevant patterns, SAS Visual Statistics enables creating, testing and comparing models based on the patterns discovered in the explorer. This brief overview provides a sample case study for SAS Visual Statistics. It s meant to get you started quickly, with a relatively modest data set example (1.6 million rows). For more in-depth information, please consult the online user guide, available via the Help menu. Or visit sas.com/en_us/software/analytics/visual-statistics.html.

3 BUT FIRST, A WORD ABOUT VISUAL ANALYTICS Since data exploration and data summary are an integral part of the model building process, we recommend you first learn the exploratory capabilities available in SAS Visual Analytics. Visit sas.com/en_us/offers/13q2/va-try-before-you-buy/register.html to learn more about visual analytics and try it yourself.

4 OVERVIEW OF THE DATA In the scenario we re about to explore, a supermarket offers a new line of organic products. The store s management wants to determine which customers are likely to purchase these products. The supermarket has a customer loyalty program. As an initial buyer incentive plan, participants received coupons for the organic products. The store collected data that revealed whether they purchased any of the organic products. For each row of customer data, we have: Information about the customer (gender, age, affluence grade, geographic characteristics). Information about their buying behavior. Loyalty card status and length of time the customer has had the card. Total purchase amounts over the last 3, 6, 9 and 12 months. The data source is made up of 1.6 million rows and 25 columns. NOTE: a complete data dictionary is available at the end of this document

5 GETTING STARTED IN SAS VISUAL STATISTICS THE ESSENTIALS The toolbar enables you to select your modeling technique. The data pane lists the available categories and measures in your selected data. The model pane enables you to access created models and displays results plots for the current model. The right pane contains tabs that help you change the properties of your models, filter the data and create and view comments. The summary table displays detailed statistics for the current model. For more information, please consult the SAS Visual Statistics User Guide, available under the Help menu.

6 CUSTOMER CLASSIFICATION EXAMPLE This example demonstrates modeling purchasing behavior with SAS Visual Statistics. It covers the following: Exploring data with visual analytics in preparation for model building. Predicting purchase of organic products using logistic regression. Predicting purchase of organic products using a decision tree. Comparing the two different models. Creating stratified logistic regression models from the results of the customer segmentation in the decision tree.

7 STARTING WITH EXPLORATION Your first step is to explore the data set to understand trends, relationships and/or identify data issues. The initial visualization depicts a bar chart with the frequency of various customer age groups by whether they purchased organic products.

8 STARTING WITH EXPLORATION STEP 1: Start with a blank canvas by minimizing the current visualization. Drag Age onto the workspace Notice age variable is skewed left with the majority of customers being older. This makes sense in the context of a supermarket store loyalty program.

9 STARTING WITH EXPLORATION STEP 2: Select Box Plot from the toolbar. STEP 3: Drag Organics Purchase onto the workspace. Note that the ages of those who bought organic products tend to be younger than those who did not. This variable may be important in our model.

10 MOVING FROM EXPLORING DATA TO BUILDING MODELS After exploring the data, the next step is to use SAS Visual Statistics to model whether a customer will purchase organic food. Right click anywhere in the box plot workspace, click Extended Features, then Model Responses in SAS Visual Statistics.

11 LOGISTIC REGRESSION GETTING STARTED SAS Visual Statistics creates a logistic regression model with the categorical variable Organics Purchase modeled as the response variable and the measure Age as a continuous effect. Notice a logistic regression model on nearly 1.6 million records was built very quickly.

12 LOGISTIC REGRESSION SELECTING THE EVENT LEVEL Logistic regression requires a discrete or categorical variable be assigned as the Response. Click Advanced under the Roles tab in the Right pane. The default behavior is to choose the first value alphabetically for the response variable (in this case, Bought). Click OK to exit the dialogue box.

13 LOGISTIC REGRESSION ADDING ADDITIONAL VARIABLES STEP 4: Using the Ctrl key to multi-select variables, drag Gender, Home Owner and Loyalty Card Class into Classification Effects box. Drag Affluence Grade, Loyalty Card Tenure and all four variables for Recent Purchases into the Continuous Effects box.

14 LOGISTIC REGRESSION FIT STATISTICS SAS Visual Statistics delivers a variety of fit statistics for model evaluation. Click on R-Square to see the list of available fit statistics.

15 LOGISTIC REGRESSION FIT SUMMARY The Fit Summary window plots the relative importance of each variable as measured by its p- value displayed on a log scale. Notice that Gender and Age are among the variables with p values less than This indicates they have a strong influence on the model, and therefore can predict whether a customer will buy organic products. You can always maximize the size of any individual window by clicking the maximize icon in the top right corner.

16 LOGISTIC REGRESSION REMOVING VARIABLES Often it makes sense to remove insignificant variables to predict the model target. In this case, the variable Recent 3 Month Purchase is not significant and can be removed. New results First, click on the dot at the end of the blue bar next to Recent 3 Month Purchase. Then right click the dot and select it to remove variable.

17 LOGISTIC REGRESSION ASSESSMENT PLOT WINDOW If you haven t done so already, minimize the Fit Summary window to return to all windows, as shown here. The bottom left pane displays a dropdown box with three different model assessment charts: Lift. ROC. Misclassification.

18 LOGISTIC REGRESSION ASSESSMENT PLOT WINDOW LIFT Lift is the ratio of the percentage of captured events within each percentile bin to the average percentage of responses for the model. Cumulative lift is calculated by using all the data up to and including the current percentile bin. In this example, the model has a cumulative lift of at the 20th percentile. This low value indicates additional variables or interaction effects should be considered to improve the model. This lift value means that if the supermarket chain sent coupons to the top 20 percent of customers selected by this model, it could expect to see 2.6x more customers purchasing organic products than if the same number of customers were randomly selected.

19 LOGISTIC REGRESSION ASSESSMENT PLOT WINDOW ROC Select ROC from the Assessment plot dropdown. A receiver operating characteristic (ROC) chart displays the ability of a model to avoid false positive and false negative classifications. A good ROC chart has a steep initial slope and levels off quickly.

20 LOGISTIC REGRESSION ASSESSMENT PLOT WINDOW MISCLASSIFICATION Select Misclassification from the Assessment plot dropdown. False Positives The misclassification plot displays how many observations were correctly and incorrectly classified as bought (positive) or did not buy (negative) organic products. Since more than half of the customers who bought organics were misclassified (false negatives), this model should be considered preliminary and additional variables and interactions should be considered. False Negatives

21 LOGISTIC REGRESSION SUMMARY TABLE Click Show Summary Table to display the detailed statistics for the model. Click Hide Summary Table to hide it. Take a moment to review each of the tabs. The next few pages will review select tabs of the Summary Table.

22 LOGISTIC REGRESSION SUMMARY TABLE PARAMETER ESTIMATES Click on the Parameter Estimates tab in the summary table. Click on the z Value column 2x to sort descending. Affluence Grade and Gender (F and M) have high influence in this model and are useful in predicting whether a customer will buy organic products.

23 LOGISTIC REGRESSION EXPORTING SCORE CODE Once a particular model has been built, you can easily export the score code to be used by other systems. Step 1: Select File > Export > Model Score Code from the menu. Step 2: Select the Logistic 1 model and click OK. Choose a location on your local file system to save the code file.

24 LOGISTIC REGRESSION EXPORTING SCORE CODE Score code snippet This score code can later be deployed on production data using a variety of methods, including: - LASR Analytic Server. - SAS Model Manager. - Base SAS. - SAS Data Integration Server.

25 DECISION TREE

26 DECISION TREES GETTING STARTED This section demonstrates building a decision tree to model whether a customer will buy organic products. A decision tree creates a hierarchical segmentation of the input customer data based on a series of rules applied to each customer record.

27 A COMMENT ON DECISION TREES Decision trees are available in both SAS Visual Analytics and SAS Visual Statistics. The decision trees in SAS Visual Analytics allow for users to segment their data to aid in exploratory analysis. SAS Visual Statistics adds an additional level of capabilities for the data scientist, allowing for interactive modeling and predictive modeling in addition to segmentation.

28 DECISION TREE GETTING STARTED STEP 1: Click on the New Decision Tree icon in the toolbar. STEP 2: Update the following parameters in the Properties tab: Increase the Leaf Size parameter to 1,000 so enough customers are in each leaf to be actionable. Decrease the Maximum Levels from six to four to evaluate actionable and manageable customer segments for this example. Uncheck Reuse Predictors to allow each variable to only be used once. This is to simplify this example. Uncheck Include Missing so the missing values are included in the model. This ensures consistency with the Logistic Regression when we compare their results in a later step.

29 DECISION TREE GETTING STARTED STEP 3: Back on the Roles tab, drag Organics Purchase into the Response field and all other variables (Categories and Measures) into the Predictors field.

30 DECISION TREE THE BASICS RESULTS PANE The Tree pane shows a graphical representation of the splits generated to divide up the customers in the decision tree. Treemap shows an overview of the splits of the tree. The color of each block indicates whether the majority of the customers in that block bought (blue) or did not buy (green) organics.

31 DECISION TREE TREE OVERVIEW STEP 4: Right click and select Show tree overview. The tree overview enables quick navigation of large decision trees. STEP 5: Using the tree overview pane, zoom to the top of the tree. Note the large split on the variable Age. As seen in our earlier exploratory analysis, organic product purchasers were younger than those who did not buy organic products. This tree split confirms that finding.

32 DECISION TREE INTERPRETING LEAF STATISTICS Hover your pointer over the grey area of a leaf to reveal the leaf statistics. The leaf statistics for node 0 (root node) show an overview of all the data sets where only percent of customers bought organic products. After the first split Age, the leaf statistics for node 2 show that for customers younger than 42.4 years, the likelihood of organic product purchase increased to percent.

33 DECISION TREE REVIEWING RESULTS The next split is on Affluence Grade. Customers with higher Affluence Grades (>=11.9) are more likely to buy organic products. Female customers with lower Affluence Grades are more likely to buy organics than men or customers whose genders are unknown.

34 DECISION TREE DIAGNOSTIC PLOTS Right click and select show diagnostic plots. Note the addition of two different panes: Leaf Statistics plot and Assessment plots (Lift, ROC and Misclassification).

35 DECISION TREE LEAF STATISTICS Leaf statistics shows the distribution of customers across the terminal leaves. This chart can display the results by customer count or percentage (Look for the leaf statistics parameter in the right pane under the Parameters tab). Count Percent

36 DECISION TREE SPLITTING The supermarket s marketing department wants to use customer loyalty card classes (gold, silver, etc.) in its marketing efforts. Although this variable isn t included in the original model, it can be added by splitting a node. Notice that leaf 6 has a nearly equal distribution of customers who bought or did not buy organics. This is a good candidate for splitting. STEP 1: Right click node 6 and select Split. STEP 2: Select Loyalty Card Class and click OK.

37 DECISION TREE SPLITTING RESULTS This decision tree shows a new split from node 6 with loyalty card class. Marketing can now see that customers younger than 42.4, with an Affluence Grade < 10.2, who are female and hold silver and tin loyalty card classes are more likely to buy organic products than the same group of customers with the gold or platinum class.

38 MODEL COMPARISON

39 MODEL COMPARISON THE BASICS The model comparison tool enables you to compare the performance of competing models using various criteria. The criteria depend on the models and response variables used in your analysis. A model comparison requires you to build at least one other model before performing a comparison.

40 MODEL COMPARISON Step 1: Click on the Model Comparison button in the toolbar. Step 2: Select Bought in the Level dropdown box. Step 3: Move both models from the Available Models pane to the Selected Models pane. Click OK.

41 MODEL COMPARISON RESULTS The Logistic Regression model is selected as the champion model as shown in the table at the bottom of the screen. Logistic 1 has a lower misclassification rate (18.5%) than the Decision Tree (21.0%). In the Properties tab, a variety of fit statistics are available to the modeler for comparison purposes.

42 MODEL COMPARISON ASSESSMENT PLOTS MISCLASSIFICATION Select Misclassification from the dropdown on the Assessment plot. Note that the Decision Tree has more total misclassifications (green bar segments). Specifically, the Logistic model has fewer false negatives than the Tree; those are customers who bought organic products even though they were predicted not to.

43 MODEL COMPARISON ASSESSMENT PLOTS ROC Select ROC from the Assessment plot dropdown. The ROC plot reaffirms the selection of the logistic regression model as the champion model. The logistic model performs better in this assessment plot as the red line is higher and steeper than the yellow line (which represents the decision tree model).

44 CREATING MULTIPLE MODELS BY CUSTOMER SEGMENT

45 STRATIFIED MODELS THE BASICS In this section, we ll take the customer segments generated by the decision tree and use the group by functionality to make a separate logistic regression model for each different customer segment.

46 STRATIFIED MODELS GENERATING CUSTOMER SEGMENTS BY LEAF The customer segments developed using the decision tree can now be used to make separate models for each customer segment. Right click in the Decision Tree window and select Derive Leaf ID Variable. Notice a new field called Leaf ID 1. This variable has five different values, one for each terminal leaf.

47 STRATIFIED MODELS MODEL DUPLICATION To preserve the model already built, create a duplicate model of the original Logistic Regression. We will use this new copy to create a separate model for each customer segment (terminal leaf) identified in the decision tree. Click the arrow next to the Logistic 1 model and select Duplicate. Under the Properties tab, change the model name to Logistic with Group by Leaf. Note: This step is optional. The following steps can also be done with your current logistic regression model.

48 STRATIFIED MODELS CREATING MODELS FOR EACH CUSTOMER SEGMENT On the Roles tab, drag Leaf ID 1 into the Group By field.

49 STRATIFIED MODELS MODEL REVIEW Now, separate models were generated for each customer segment created in the decision tree. There is a model for missing values since we checked the box include missing on the Decision Tree.

50 STRATIFIED MODELS VARIABLE ANALYSIS Select Gender from the Variable Importance dropdown. Notice that it is significant for only three of the models. The variable Age is significant for the models covering all customer segments.

51 What other insights can you find in the data? To view video demonstrations of SAS Visual Statistics, visit the Demos and Screenshots section of sas.com/en_us/software/analytics/visual-statistics.html

52 DATA DICTIONARY

53 ORGANICS DATA DICTIONARY CATEGORICAL VARIABLES Field Type Description Age Group Category Age group classification (young, middle, senior, unknown) Bought Beverages Category Flag indicating customer buys beverages Bought Bakery Category Flag indicating customer buys baked goods Bought Canned Category Flag indicating customer buys canned goods Bought Dairy Category Flag indicating customer buys dairy products Bought Baking Category Flag indicating customer buys baking supplies Bought Frozen Category Flag indicating customer buys frozen items Bought Meat Category Flag indicating customer buys meat Bought Fruits Category Flag indicating customer buys fruits Bought Vegetables Category Flag indicating customer buys vegetables Gender Category Customer gender Home Owner Category Flag indicating home ownership Loyalty Card Class Category Classification of customer by use of their loyalty program. The more the customer spends at the supermarket, the higher his class (tin, silver, gold, platinum) Organics Purchase Category Flag indicating customer buys organic products

54 ORGANICS DATA DICTIONARY - MEASURES Field Type Description Affluence Grade Measure Classification of the affluence of the customer Age Measure Customer age Loyalty Card Tenure Measure Length of time customer has had loyalty card Recent 3 Month Purchase Measure Customer s total purchase amount over the last three months Recent 6 Month Purchase Measure Total purchase amount over the last six months Recent 9 Month Purchase Measure Total purchase amount over the last nine months Recent 12 Month Purchase Measure Total purchase amount over the last 12 months

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING WELCOME TO SAS VISUAL ANALYTICS SAS Visual Analytics is a high-performance, in-memory solution for exploring massive amounts

More information

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS DATABASE MARKETING Fall 2015, max 24 credits Dead line 15.10. ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS PART A Gains chart with excel Prepare a gains chart from the data in \\work\courses\e\27\e20100\ass4b.xls.

More information

Accountable Care Organization Quality Explorer. Quick Start Guide

Accountable Care Organization Quality Explorer. Quick Start Guide Accountable Care Organization Quality Explorer Quick Start Guide 1 P age Background HealthLandscape (a division of the American Academy of Family Physicians [AAFP]) and the Robert Graham Center for Policy

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

SAS Analyst for Windows Tutorial

SAS Analyst for Windows Tutorial Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating

More information

SAS Marketing Automation 5.1. User s Guide

SAS Marketing Automation 5.1. User s Guide SAS Marketing Automation 5.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Marketing Automation 5.1: User s Guide. Cary, NC: SAS Institute

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

CentralMass DataCommon

CentralMass DataCommon CentralMass DataCommon User Training Guide Welcome to the DataCommon! Whether you are a data novice or an expert researcher, the CentralMass DataCommon can help you get the information you need to learn

More information

What Do You Think? for Instructors

What Do You Think? for Instructors Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Getting Started With Mortgage MarketSmart

Getting Started With Mortgage MarketSmart Getting Started With Mortgage MarketSmart We are excited that you are using Mortgage MarketSmart and hope that you will enjoy being one of its first users. This Getting Started guide is a work in progress,

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA.

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. 1 In this topic, you will learn how to: Use Key Performance Indicators (also known as

More information

BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228

BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228 BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228 Contents Getting Started...4 Tips for Using Actionable Intelligence... 4 Logging into Actionable Intelligence...

More information

!"!!"#$$%&'()*+$(,%!"#$%$&'()*""%(+,'-*&./#-$&'(-&(0*".$#-$1"(2&."3$'45"

!!!#$$%&'()*+$(,%!#$%$&'()*%(+,'-*&./#-$&'(-&(0*.$#-$1(2&.3$'45 !"!!"#$$%&'()*+$(,%!"#$%$&'()*""%(+,'-*&./#-$&'(-&(0*".$#-$1"(2&."3$'45"!"#"$%&#'()*+',$$-.&#',/"-0%.12'32./4'5,5'6/%&)$).2&'7./&)8'5,5'9/2%.%3%&8':")08';:

More information

Building Better Dashboards PART 1: BASIC DASHBOARDS

Building Better Dashboards PART 1: BASIC DASHBOARDS Building Better Dashboards PART 1: BASIC DASHBOARDS For Questions or Feedback Alexandria Skrivanich or Michael Carpenter askrivanich@tableausoftware.com mcarpenter@tableausoftware.com 1 CREATING & LABELING

More information

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

How to Use the H-ITT Analyzer Version 2.4.4

How to Use the H-ITT Analyzer Version 2.4.4 How to Use the H-ITT Analyzer Version 2.4.4 I. Preparing to Use Analyzer: Adding Your Class II. Introduction to the Analyzer Interface III. Sync Your Class Roster in Analyzer IV. Update Your Class Roster

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

MANAGER SELF SERVICE USER GUIDE

MANAGER SELF SERVICE USER GUIDE MANAGER SELF SERVICE USER GUIDE FEBRUARY 2016 Contents Note: If using this guide electronically the contents are hyperlinked to each section. Introduction... 2 Using This Manual... 2 Signing in to Workday...

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

More information

INFOASSIST: REPORTING MADE SIMPLE

INFOASSIST: REPORTING MADE SIMPLE INFOASSIST: REPORTING MADE SIMPLE BRIAN CARTER INFORMATION BUILDERS SUMMIT 2010 USERS CONFERENCE JUNE 2010 Presentation Abstract: InfoAssist, WebFOCUS' browser-based ad hoc reporting tool, provides a single

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project.

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project. Introduction TeamDirection IntelliGantt solutions allows you and the rest of your project team to collaborate on your projects together. How you would like work together is up to you. The project manager

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

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

CATIA Basic Concepts TABLE OF CONTENTS

CATIA Basic Concepts TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Log on/off procedures for Windows...3 To log on...3 To logoff...7 Assembly Design Screen...8 Part Design Screen...9 Pull-down Menus...10 Start...10

More information

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

CalPlanning. Smart View Essbase Ad Hoc Analysis

CalPlanning. Smart View Essbase Ad Hoc Analysis 1 CalPlanning CalPlanning Smart View Essbase Ad Hoc Analysis Agenda Overview Introduction to Smart View & Essbase 4 Step Smart View Essbase Ad Hoc Analysis Approach 1. Plot Dimensions 2. Drill into Data

More information

ImageNow Document Management Created on Friday, October 01, 2010

ImageNow Document Management Created on Friday, October 01, 2010 ImageNow Document Management Created on Friday, October 01, 2010 Table of Contents Training Guide ImageNow Document Management...1 Document Processing...1 Editing Document Keys Manually... 1 Using Annotations...

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

User Guide for TeamDirection Dashboard

User Guide for TeamDirection Dashboard User Guide for TeamDirection Dashboard Table Of Contents Introduction...1 Learning TeamDirection Dashboard...1 New in Dashboard...3 Getting Started...4 Dashboard Features...5 Folders...5 Projects View

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

MetaTrader 4 and MetaEditor

MetaTrader 4 and MetaEditor MetaTrader 4 and MetaEditor User Manual Version 1.1 gftuk.com / 0800 358 0864 / +44 (0) 20 7170 0770 LIVE CHAT 24/7 TOLL FREE INTERNATIONAL Table of Contents Welcome to the MetaTrader and MetaEditor User

More information

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012 2012 SAP Business Intelligence (BI 7) Reporting Training General Navigation Created by the Budget Office Bloomsburg University 2/23/2012 1 Contents Business Intelligence 7.0 (BI) Reports... 4 BI Logon...

More information

Using the New InfoAssist Tool for Ad Hoc Query and Reporting. John Osborn Information Builders

Using the New InfoAssist Tool for Ad Hoc Query and Reporting. John Osborn Information Builders John Osborn Information Builders Information Builders Summit 2008 User Conference June 2008 Author: John Osborn Company: Information Builders Presentation Title: Presentation Abstract: This lab will show

More information

Project Management within ManagePro

Project Management within ManagePro Project Management within ManagePro This document describes how to do the following common project management functions with ManagePro: set-up projects, define scope/requirements, assign resources, estimate

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW GET STARTED WITH INFLOW quick start guide Welcome to the inflow Community! This quick-start guide includes all the important stuff to get you tracking your inventory before you know it! Just follow along

More information

Inking in MS Office 2013

Inking in MS Office 2013 VIRGINIA TECH Inking in MS Office 2013 Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Fall 2013 Email tabletteam@vt.edu if you need additional assistance after

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

Unified Monitoring Portal Online Help Dashboards

Unified Monitoring Portal Online Help Dashboards Unified Monitoring Portal Online Help Dashboards This PDF file contains content from the Unified Monitoring Portal (UMP) Online Help system. It is intended only to provide a printable version of the topics.

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

CHAPTER. Monitoring and Diagnosing

CHAPTER. Monitoring and Diagnosing CHAPTER 20. This chapter provides details about using the Diagnostics & Monitoring system available through ShoreTel Director. It contains the following information: Overview... 661 Architecture... 661

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher

More information

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold)

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold) SAP Business Intelligence ( BI ) Financial and Budget Reporting 7.0 Edition (Best Seller At Least 43 copies Sold) November 2011 Table of Contents Log In... 3 Initial Variable Screen... 5 Multiple / Single

More information

SellerDeck 2013 Reviewer's Guide

SellerDeck 2013 Reviewer's Guide SellerDeck 2013 Reviewer's Guide Help and Support Support resources, email support and live chat: http://www.sellerdeck.co.uk/support/ 2012 SellerDeck Ltd 1 Contents Introduction... 3 Automatic Pagination...

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Marathon Data Systems

Marathon Data Systems Marathon Data Systems Executive Dashboard Executive Dashboard is a powerful business intelligence tool that allows owners, managers and executives to: Easily see trends that exist within the data that

More information

Affiliated Provider Billing/Coding

Affiliated Provider Billing/Coding Affiliated Provider Billing/Coding ED BILLING USING FIRSTNET Table of Contents Affiliated Provider ED Billing...2 icentra FirstNet...2 Accessing FirstNet...2 To access FirstNet:...2 Checking In as a Provider...2

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

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

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model Creating a Scoring Application Based on a Decision Tree Model This Quick Start guides you through creating a credit-scoring application in eight easy steps. Quick Start Century Corp., an electronics retailer,

More information

INTRODUCTION TO DESKTOP PUBLISHING

INTRODUCTION TO DESKTOP PUBLISHING INTRODUCTION TO DESKTOP PUBLISHING Desktop publishing uses page layout software and a personal computer to combine text, type, drawings, and images on a page to create books, newsletters, marketing brochures,

More information

Scheduling Document Creation

Scheduling Document Creation Scheduling Document Creation What is a Schedule in epm? Schedules The epm Schedule application is an integral part of the Portfolio Management suite of applications. Start and end dates for each summary

More information

MC Talent Management System. Goals Module Guidebook

MC Talent Management System. Goals Module Guidebook MC Talent Management System Goals Module Guidebook A. Signing On and Off of the System B. Employee Center Home Page - Left Pane - Center Pane - Right Pane C. Accessing and Creating the Goal Plan D. Navigating

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Using Outlook Web App

Using Outlook Web App Using Outlook Web App About Outlook Web App Using a web browser and the Internet, Outlook Web App (OWA) provides access to your Exchange mailbox from anywhere in the world at any time. Outlook Web App

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers. Further Education Workforce Data for England

Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers. Further Education Workforce Data for England Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers Further Education Workforce Data for England Table of Contents Introduction... 2. What is the OLAP Reporting

More information

Montgomery County Public Schools. MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide

Montgomery County Public Schools. MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide Montgomery County Public Schools MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide Version 4.0 Revised February 2012 TABLE OF CONTENTS Logging In... 3 Navigating the Site... 4 Center

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

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities Table of Contents 1. Overview 2. How do I manage my account? 3. Equipment Scheduling Workflow Overview 4. Equipment Scheduling Walk Through a. How do I access the list of calendars available for scheduling?

More information

Outlook Web Access 2003 New Features Guide

Outlook Web Access 2003 New Features Guide Global Information Services Outlook Web Access 2003 New Features Guide Table of Contents After following a link, click on the toolbar to return to the Table of Contents. OWA 2003 2 Log in Screen 2 OWA

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Sage Abra SQL HRMS Reports. User Guide

Sage Abra SQL HRMS Reports. User Guide Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Creating Reports with Microsoft Dynamics AX SQL Reporting Services Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...

More information

How to Login Username Password:

How to Login Username Password: How to Login After navigating to the SelecTrucks ATTS Call Tracking & Support Site: www.selectrucksatts.com Select Corporate Link to login for Corporate owned Centers/Locations. Username: Your Email Address

More information

Using an Edline Gradebook. EGP Teacher Guide

Using an Edline Gradebook. EGP Teacher Guide Using an Edline Gradebook EGP Teacher Guide Table of Contents Introduction...3 Setup...3 Get the Gradebook Web Plugin... 3 Using Your Web Gradebook... 4 Using the Web Gradebook on a Shared Computer...

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

Pure1 Manage User Guide

Pure1 Manage User Guide User Guide 11/2015 Contents Overview... 2 Pure1 Manage Navigation... 3 Pure1 Manage - Arrays Page... 5 Card View... 5 Expanded Card View... 7 List View... 10 Pure1 Manage Replication Page... 11 Pure1

More information

Entourage - an Introduction to E-mail

Entourage - an Introduction to E-mail Entourage - an Introduction to E-mail Version 2004 for Macintosh Table of Contents What is Entourage Starting Entourage The Navigation Pane Getting Help Creating and Sending a Message Using the UI Exchange

More information

Workplace Giving Guide

Workplace Giving Guide Workplace Giving Guide 042612 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Business Analytics Enhancements June 2013

Business Analytics Enhancements June 2013 Business Analytics Enhancements June 03 Enhancement Summary June 03 Item # Site Location Enhancement Welcome Page New style - Fonts and colors have changed as a result of the enhanced reporting engine

More information

OUTLOOK 2013 - GETTING STARTED

OUTLOOK 2013 - GETTING STARTED OUTLOOK 2013 - GETTING STARTED Information Technology September 1, 2014 1 GETTING STARTED IN OUTLOOK 2013 Backstage View Ribbon Navigation Pane View Pane Navigation Bar Reading Pane 2 Backstage View contains

More information

Outlook Web App McKinney ISD 5/27/2011

Outlook Web App McKinney ISD 5/27/2011 Outlook Web App McKinney ISD 5/27/2011 Outlook Web App Tutorial Outlook Web Access allows you to gain access to your messages, calendars, contacts, tasks and public folders from any computer with internet

More information

DIIMS Records Classifier Guide

DIIMS Records Classifier Guide DIIMS Records Classifier Guide Featuring Content Server 10 Second Edition, November 2012 Table of Contents Contents 1. DIIMS Overview... 3 1.1 An Overview of DIIMS within the GNWT... 3 1.1.1 Purpose of

More information

CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE

CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE INTRODUCTION You can access your email account from any workstation at your school using Outlook Web Access (OWA),

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

Getting Started Guide. Trimble Accubid Enterprise Software

Getting Started Guide. Trimble Accubid Enterprise Software Getting Started Guide Trimble Accubid Enterprise Software Revision A August 2013 F Toronto Office Trimble Canada Ltd. 7725 Jane Street Concord, Ontario L4K 1X4 Copyright and Trademarks 2005-2013 Trimble

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Training Manual. Version 6

Training Manual. Version 6 Training Manual TABLE OF CONTENTS A. E-MAIL... 4 A.1 INBOX... 8 A.1.1 Create New Message... 8 A.1.1.1 Add Attachments to an E-mail Message... 11 A.1.1.2 Insert Picture into an E-mail Message... 12 A.1.1.3

More information

AMS 7L LAB #2 Spring, 2009. Exploratory Data Analysis

AMS 7L LAB #2 Spring, 2009. Exploratory Data Analysis AMS 7L LAB #2 Spring, 2009 Exploratory Data Analysis Name: Lab Section: Instructions: The TAs/lab assistants are available to help you if you have any questions about this lab exercise. If you have any

More information