Introduction to IBM Watson Analytics Data Loading and Data Quality

Size: px
Start display at page:

Download "Introduction to IBM Watson Analytics Data Loading and Data Quality"

Transcription

1 Introduction to IBM Watson Analytics Data Loading and Data Quality December 16, 2014 Document version 2.0

2 This document applies to IBM Watson Analytics. Licensed Materials - Property of IBM Copyright IBM Corporation US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 2

3 Contents IBM Watson Analytics needs your data to start helping you drive insights!... 4 Data loading and file characteristics... 4 Loading data files... 4 Data file sizes and types... 4 Data file structure... 4 Microsoft Excel file restrictions... 5 CSV file restrictions... 6 Data quality... 6 Data quality improvements... 7 Review the Data Quality Report... 8 Add to the breadth and depth of the data... 9 Use your domain knowledge to determine if the results are making sense... 9 Viewing and changing the properties of a field in Predict... 9 Changing the role of a field in Predict Changing the measurement level of a field in Predict Browsers currently supported in Watson Analytics

4 IBM Watson Analytics needs your data to start helping you drive insights! When you load data into IBM Watson Analytics the service automatically starts analyzing and interrogating it for interestingness and quality. It then determines what you might want to analyze. This document will help you to understand the ins and outs of using your data with Watson Analytics. Data loading and file characteristics You can load comma-separated values (.csv) and Microsoft Excel spreadsheet (.xls,.xlsx) files into IBM Watson Analytics. Currently, Watson Analytics supports structured data files. Additionally, your data files must meet size and structure requirements. Loading data files You must load a data set to IBM Watson Analytics before you can analyze your data. 1. Log in to IBM Watson Analytics. 2. On the Welcome page, click Add. 3. In the Add your data area, add your data set. You can add.csv and Microsoft Excel spreadsheet files. Important: If your data is filtered in a Microsoft Excel spreadsheet, the data is only hidden in the spreadsheet and the full original data set is imported into Watson Analytics. You can use the filtering options available in the Explore and Assemble capabilities to filter your dataset. Even if you filter the data in an exploration or view, the full data set is still available if you create a new exploration or view. After your file loads, it appears on the Welcome page as a data set. Choose a data set to create a prediction or exploration based on it. Data file sizes and types Each individual file that you upload must be smaller than 50 MB with a maximum of 100,000 rows and 50 columns. If you upload a file that exceeds these limits, you will receive an error message and the file is not loaded. The overall capacity for all data sets and other assets in your account is 500 MB. Supported file types are: Microsoft Excel spreadsheet files (.xls). Microsoft Excel 2007 and later spreadsheet files (.xlsx). Comma-separated values files (.csv). Data file structure Data files must meet the following structural requirements: 4

5 Headers: Because IBM Watson Analytics relies on natural language and matches elements from the question you ask to elements in the data, files with descriptive column headers are preferred. Watson Analytics assumes that the first row of your file contains headers. List Files: List files work best. List files are tabular data, with columns and rows. In Watson Analytics, we refer to columns as fields and to rows as records. The first row is a header. Watson Analytics does not currently work with nested headings or row headings. The following example of a list file works well in Watson Analytics: The following example of a nested file does not work in Watson Analytics because it contains row headings and nested headings. Additionally, data files must meet the following characteristics: You cannot have empty columns inserted before the data. You must have a header for every column. The number of columns in the header row is assumed by Watson Analytics to be the number of columns of data. For example, if the first six columns have headers but there are eight columns of data, the last two columns of data are ignored. You can have empty rows above the data. Empty rows preceding the data are ignored. You cannot have textual rows above the header row. For example, if you have a title or description of what the data is about above the header row, the file is not read appropriately. You cannot have textual rows following the data. For example, a row following the data that says This information came from is considered to be part of the data. Microsoft Excel file restrictions Specific conditions apply to Microsoft Excel files:.xlsx files saved in OpenOffice are currently not supported Password-protected Microsoft Excel files are not supported 5

6 Only the first sheet in a Microsoft Excel file is imported, and remaining sheets are ignored CSV file restrictions Specific conditions apply to comma-separated values (.csv) files: The file extension must be.csv. Delimiter symbols must separate the fields. Comma, tab, semi-colon, and pipe ( ) are supported. Quote characters escape literal values. Single quotes and double quotes are supported. Record separators separate rows. Newline (\n), carriage return (\r) and carriage return followed by newline (\r\n) are supported. Data quality When a data set is loaded, Watson Analytics creates a data quality report, which includes an overall average data quality score. The data quality score indicates how ready the data is for analysis and does not necessarily indicate whether Watson Analytics will provide good predictive or explorative results. In other words, a low data quality score just indicates that your data is not suitable for analysis but Watson Analytics might still provide useful insights and answers about your data. The most problematic fields that cause the average data quality score to be low are usually excluded from analysis. Additionally, some data preparation steps are taken when Watson Analytics creates a prediction. Watson Analytics will compute a data quality score based on the original data, before any cleansing or transformation has occurred. The score is an average of the data quality score for every field in the data set, as determined by missing values, constant values, imbalance, influential categories, outliers, and skewness. Skewness is a measure of the asymmetry of a distribution. Symmetry describes how values are distributed on either side of the central value. There are some things you can do to your data that can help improve the data quality score before you load the data and the score is calculated. Before loading your data set, clean your data as much as possible, in the following ways: Eliminate blank rows. Exclude summary rows and columns. 6

7 Avoid column headings and row headings in the same cell. Avoid look up tables. Avoid subtotals and aggregations. You can see the score associated with each data set in the list of assets on the Welcome page. In the following example, 68 is the score assigned to the IBM Sales Sample data set and represents the data s readiness for analysis. A score of 68 indicates a data set of medium quality. The score is an average of the data quality score for every field in the data set, as determined by missing values, constant values, imbalance, influential categories, outliers and skewness. The lower the score, the higher the number of outliers or missing values and other issues associated with some of the fields in the data set. It is worth mentioning again that a poor data score is only indicative of how suitable the data is for analysis and not indicative of the quality of answers you will get for your queries. You can access the Data Quality Report in the menu on the Main Insight page in the Predict capability. Data quality improvements In general, there are three things that you can do to improve the quality of your data: 7

8 Review the Data Quality Report. Add to the breadth and depth of the data. Use your domain knowledge to determine if the results are making sense. Review the Data Quality Report In the Predict capability, review the Data Quality Report. It highlights areas where the source data needs to be cleaned. You can access the Data Quality Report from the menu in Predict: For example, while looking at the Analysis Details of your prediction, you may see that some input fields are omitted. Use the Data Quality Report to determine why they were removed and perhaps, more importantly, determine if you should be including them. Watson Analytics might exclude a field from use for various reasons. Use your domain knowledge to determine whether an excluded field should be included. Too many categories in the field: If a field contains 50 or more categories, Watson Analytics will ignore it and does not include it in the subsequent analyses even if you set the field role to Input. Constant or near-constant fields: If a field contains a single value over 95% of valid values, Watson Analytics will set its field role to None. However, if you set the field role to Input or Target, Watson Analytics will use it in subsequent analyses. For example, let s say that you have a Churn field which is extremely unbalanced in that only 4% of people would be included in the data. In this case, Watson Analytics excludes Churn from analysis. However, you know it is an important target field, so you set its role to Target. Missing values: Watson Analytics ignores a field when the number of missing values is greater than 25%. However, it will use the field if the user sets it as Input or Target. Currently, Watson Analytics does not impute missing values for such a field, so records with missing values for the field are excluded in subsequent analyses. Alternatively, you can change the default threshold from 25% to another value in the dropdown box in the Data Quality Report. Watson Analytics would impute missing 8

9 values for these fields with missing values that represent less than the threshold value and use the imputed values in the subsequent analyses. For example, let s say that you have an Age field with 30% of the values missing. By default, Watson Analytics excludes it because more than 25% of the values are missing. However, you know that the Age field is an interesting input field that might explain the new program preference in a viewer survey. So, you might decide to include it to see how it will affect the predictive results. Add to the breadth and depth of the data Adding more rows and columns to the data will often improve the quality of the data. The more data that IBM Watson Analytics has available to choose from, the more accurate its predictive and explorative results will be. Make sure that you follow the appropriate data structures and cleansing procedures before you add the new data in. Use your domain knowledge to determine if the results are making sense You will always need to bring your domain knowledge with you to the analysis part of your prediction or exploration. IBM Watson Analytics provides you with recommended analytical starting points and predictive models based on the data you provide it. However, you must determine what to do with the analysis and recommendations in order to create an appropriate response. For example, let s say you are an HR professional trying to analyze employee attrition. In this case, Watson Analytics may initially determine that whether an employee had an exit interview is a near-perfect predictor of whether that they have left the company. However, with your domain knowledge, you know that exit interviews are not a useful predictor of future attrition. In this situation, you could choose to change the role of the Exit Interview input field from Input to None and exclude it completely from the analysis. Similarly, while Watson Analytics does its best to determine what questions you want to answer with your data, there is no substitute for your own expertise. For example, if you are examining payments received from customer accounts, Watson Analytics may initially determine that you want to be able to predict the amount on the invoice. However, in fact you want to predict whether a customer will pay the invoice by the due date. You can change the Targets identified by Watson Analytics in order to influence how it interprets the data. Viewing and changing the properties of a field in Predict In the Predict capability, you can view and change the properties of a field in the Field Properties area to specify its role in a prediction. Additionally, you can specify the measurement level for a field. You can also view the interestingness of a field. You can access the Field Properties area from the menu in Predict: 9

10 Changing the role of a field in Predict You can change the role of one or more input fields in the Predict capability by selecting a new role for the data. A field can have one of several roles: Input: Most fields are input fields. Input fields are fields whose values might influence another field. For example, if you were conducting a study to analyze the effect of salary on overall happiness, salary is an input field. Target: Although input fields are the most common, target fields are the most important. Target fields are the fields whose outcome you are interested in predicting. Target fields are influenced by input fields. You cannot have more than five targets in a workbook. Record ID: Record ID fields are not used in the analysis. These fields are used for labeling but do not provide any analytical substance. None: Fields with a role of None are those fields that are not used in a prediction. These fields might have too much missing data or might be fields that you choose to exclude as they include standard data, such as counts that are identical through the length of the column. A field might have a role of None because it was excluded automatically by Watson Analytics. Alternatively, you might decide to exclude a field because of your domain knowledge that it is not important for the analysis that you want to perform. Changing the measurement level of a field in Predict You can change the measurement level of a field in the Predict capability to improve the accuracy of your prediction. 10

11 A field can have one of several measurement levels: Nominal: A nominal field is a field with a limited number of distinct values that have no inherent order or ranking. Examples of nominal fields include department, region, postal code, and religious affiliation. Ordinal: An ordinal field is a field with a limited number of distinct values that have an inherent order or ranking. Examples of ordinal fields include attitude scores that represent the degree of satisfaction or confidence and preference rating scores. Like continuous fields, ordinal fields can be measured numerically. However, unlike continuous fields, distance comparisons between values are not appropriate. Continuous: A continuous field is measured numerically so that distance comparisons between values are appropriate. Examples of continuous fields include age in years and income in thousands of dollars. Browsers currently supported in Watson Analytics The following table lists browsers, browsers operating systems, and browser versions that are currently supported by IBM Watson Analytics. Browser Browser OS Versions Chrome * Windows 37 and later Mozilla Firefox Windows 31and later, 31 ESR Internet Explorer Windows 11 Safari MacOS 6 and 7 * Chrome is the recommended browser for use with IBM Watson Analytics. 11

IBM SPSS Direct Marketing 20

IBM SPSS Direct Marketing 20 IBM SPSS Direct Marketing 20 Note: Before using this information and the product it supports, read the general information under Notices on p. 105. This edition applies to IBM SPSS Statistics 20 and to

More information

IBM SPSS Direct Marketing 23

IBM SPSS Direct Marketing 23 IBM SPSS Direct Marketing 23 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 23, release

More information

IBM SPSS Direct Marketing 22

IBM SPSS Direct Marketing 22 IBM SPSS Direct Marketing 22 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 22, release

More information

FrontStream CRM Import Guide Page 2

FrontStream CRM Import Guide Page 2 Import Guide Introduction... 2 FrontStream CRM Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

User Guide. Analytics Desktop Document Number: 09619414

User Guide. Analytics Desktop Document Number: 09619414 User Guide Analytics Desktop Document Number: 09619414 CONTENTS Guide Overview Description of this guide... ix What s new in this guide...x 1. Getting Started with Analytics Desktop Introduction... 1

More information

Creating an Excel Spreadsheet for Mail Merge. Excel Spreadsheet Mail Merge. 1 of 9 Design & Print Offline: Mail Merge

Creating an Excel Spreadsheet for Mail Merge. Excel Spreadsheet Mail Merge. 1 of 9 Design & Print Offline: Mail Merge Creating an Excel Spreadsheet for Mail Merge Excel Spreadsheet Mail Merge 1 of 9 Creating an Excel Database for a Mail Merge 1. To create a database for a mail merge you will first need to open Microsoft

More information

Radius Maps and Notification Mailing Lists

Radius Maps and Notification Mailing Lists Radius Maps and Notification Mailing Lists To use the online map service for obtaining notification lists and location maps, start the mapping service in the browser (mapping.archuletacounty.org/map).

More information

Hatco Lead Management System: http://hatco.scangroup.net/

Hatco Lead Management System: http://hatco.scangroup.net/ Hatco Lead Management System User Guide General Notes: The Hatco Lead Management System (HLMS) is designed to work with modern web browsers, such as Internet Explorer 9 or newer, Firefox, Chrome & Safari.

More information

Ad Hoc Reporting: Data Export

Ad Hoc Reporting: Data Export Ad Hoc Reporting: Data Export Contents Ad Hoc Reporting > Data Export... 1 Export Format Options... 3 HTML list report (IMAGE 1)... 3 XML (IMAGE 2)... 4 Delimited Values (CSV)... 4 Fixed Width (IMAGE 10)...

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

IBM SPSS Direct Marketing 19

IBM SPSS Direct Marketing 19 IBM SPSS Direct Marketing 19 Note: Before using this information and the product it supports, read the general information under Notices on p. 105. This document contains proprietary information of SPSS

More information

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up How To Use Optimum Control EDI Import EDI Invoice Import This optional module will download digital invoices into Optimum Control, updating pricing, stock levels and account information automatically with

More information

SAS Visual Analytics 7.1 for SAS Cloud. Quick-Start Guide

SAS Visual Analytics 7.1 for SAS Cloud. Quick-Start Guide SAS Visual Analytics 7.1 for SAS Cloud Quick-Start Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Visual Analytics 7.1 for SAS Cloud: Quick-Start Guide.

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

MONEY TRANSFER. Import & Approval User Guide

MONEY TRANSFER. Import & Approval User Guide MONEY TRANSFER Import & Approval User Guide 1 TABLE OF CONTENTS Overview & Requirements.... 2 MT Import Service... 4 MT Wire Approval.... 6 MT Wire Report.... 9 1 OVERVIEW & REQUIREMENTS The Money Transfer

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Welcome to the topic on Master Data and Documents.

Welcome to the topic on Master Data and Documents. Welcome to the topic on Master Data and Documents. In this topic, we will look at master data in SAP Business One. After this session you will be able to view a customer record to explain the concept of

More information

EXCEL IMPORT 18.1. user guide

EXCEL IMPORT 18.1. user guide 18.1 user guide No Magic, Inc. 2014 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

How to transfer your Recipient Address Book from FedEx Ship Manager at fedex.ca to FedEx Ship Manager Software

How to transfer your Recipient Address Book from FedEx Ship Manager at fedex.ca to FedEx Ship Manager Software How to transfer your Recipient Address Book from FedEx Ship Manager at fedex.ca to FedEx Ship Manager Software There are three phases to completing the transfer process. Phase I Phase II Phase III Export

More information

New Online Banking Guide for FIRST time Login

New Online Banking Guide for FIRST time Login New Online Banking Guide for FIRST time Login Step 1: Login Enter your existing Online Banking User ID and Password. Click Log-In. Step 2: Accepting terms and Conditions to Proceed Click on See the terms

More information

Operative Media. Operative.One. Release 2016.1. Bulk Data Loaders User's Guide. Document Version 1.0

Operative Media. Operative.One. Release 2016.1. Bulk Data Loaders User's Guide. Document Version 1.0 Operative Media Operative.One Release 2016.1 Bulk Loaders User's Guide Document Version 1.0 Issued 1/6/2016 2016 Operative Media, Inc. All Rights Reserved. This document may not, in whole or in part, be

More information

WIDA Assessment Management System (WIDA AMS) User Guide, Part 2

WIDA Assessment Management System (WIDA AMS) User Guide, Part 2 WIDA Assessment Management System (WIDA AMS) User Guide, Part 2 Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311 Direct: 1-855-787-9615 https://wida-ams.us Revision Date: September

More information

Registered Pesticide Product Search Online Tutorial. Dealer Agricultural Pesticide Sales Reporting Application Tutorial

Registered Pesticide Product Search Online Tutorial. Dealer Agricultural Pesticide Sales Reporting Application Tutorial 1 Pesticide Dealer Sales Reporting Online Tutorials Registered Pesticide Product Search Online Tutorial and Dealer Agricultural Pesticide Sales Reporting Application Tutorial Tutorial Link: http://www.mda.state.mn.us/~/media/files/licensing/chemicals/dealersalestutorial.ashx

More information

PASW Direct Marketing 18

PASW Direct Marketing 18 i PASW Direct Marketing 18 For more information about SPSS Inc. software products, please visit our Web site at http://www.spss.com or contact SPSS Inc. 233 South Wacker Drive, 11th Floor Chicago, IL 60606-6412

More information

Creating Mailing Lables in IBM Cognos 8 Report Studio

Creating Mailing Lables in IBM Cognos 8 Report Studio Tip or Technique Creating Mailing Lables in IBM Cognos 8 Report Studio Product(s): IBM Cognos 8.4 Area of Interest: Reporting Creating Mailing Lables in IBM Cognos 8 Report Studio 2 Copyright and Trademarks

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management AT&T Business Messaging Account Management Admin User Guide December 2015 1 Copyright 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

WhatCounts Newsletter System Manual

WhatCounts Newsletter System Manual WhatCounts Newsletter System Manual Last Updated: November 21, 2008 This instruction manual describes the basic steps required to create, edit, and manage a mailing list for use with the WhatCounts Email

More information

SAP BusinessObjects Financial Consolidation Web User Guide

SAP BusinessObjects Financial Consolidation Web User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 Support Package 18 2016-02-19 SAP BusinessObjects Financial Consolidation Web User Guide Content 1 General user functions....12 1.1 To

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Uploading Ad Cost, Clicks and Impressions to Google Analytics

Uploading Ad Cost, Clicks and Impressions to Google Analytics Uploading Ad Cost, Clicks and Impressions to Google Analytics This document describes the Google Analytics cost data upload capabilities of NEXT Analytics v5. Step 1. Planning Your Upload Google Analytics

More information

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09 IBM Emptoris Management Release Notes Version 10.0.1.5 GI13-3418-09 Note: Before using this information and the product it supports, read the information in Notices on page 75. Copyright IBM Corporation

More information

Basics Series-4004 Database Manager and Import Version 9.0

Basics Series-4004 Database Manager and Import Version 9.0 Basics Series-4004 Database Manager and Import Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference, Inc.

More information

Website Administration Security Guide

Website Administration Security Guide Website Administration Security Guide September 2012 TABLE OF CONTENTS Introduction... 1 General Overview... 1 System Requirements... 1 Important Administrator Terms... 2 Security Services Administration...

More information

Converting an Excel Spreadsheet Into an Access Database

Converting an Excel Spreadsheet Into an Access Database Converting an Excel Spreadsheet Into an Access Database Tracey L. Fisher Personal Computer and Software Instructor Butler County Community College - Adult and Community Education Exceeding Your Expectations..

More information

User Manual - Sales Lead Tracking Software

User Manual - Sales Lead Tracking Software User Manual - Overview The Leads module of MVI SLM allows you to import, create, assign and manage their leads. Leads are early contacts in the sales process. Once they have been evaluated and assessed,

More information

IBM Unica Leads Version 8 Release 6 May 25, 2012. User Guide

IBM Unica Leads Version 8 Release 6 May 25, 2012. User Guide IBM Unica Leads Version 8 Release 6 May 25, 2012 User Guide Note Before using this information and the product it supports, read the information in Notices on page 33. This edition applies to version 8,

More information

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

PeopleSoft Query Training

PeopleSoft Query Training PeopleSoft Query Training Overview Guide Tanya Harris & Alfred Karam Publish Date - 3/16/2011 Chapter: Introduction Table of Contents Introduction... 4 Navigation of Queries... 4 Query Manager... 6 Query

More information

How to Import Data into Microsoft Access

How to Import Data into Microsoft Access How to Import Data into Microsoft Access This tutorial demonstrates how to import an Excel file into an Access database. You can also follow these same steps to import other data tables into Access, such

More information

To export data formatted for Avery labels -

To export data formatted for Avery labels - Information used to create labels in the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word, making it possible to customize the font style, size, and color.

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Research Electronic Data Capture Prepared by Angela Juan

Research Electronic Data Capture Prepared by Angela Juan REDCAP OVERVIEW Research Electronic Data Capture Prepared by Angela Juan What is REDCap? REDCap (Research Electronic Data Capture) is a browser-based, data-driven software solution for designing and building

More information

First Time Users: Setting Up Your Account ADP Online Payroll Instructions

First Time Users: Setting Up Your Account ADP Online Payroll Instructions First Time Users: Setting Up Your Account ADP Online Payroll Instructions Log onto: https://workforcenow.adp.com (must type exactly) There is also a link on the NWSRA.org website: Click on Staff/Volunteers

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

Work with the MiniBase App

Work with the MiniBase App Work with the MiniBase App Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

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

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...

More information

Coupling Microsoft Excel with NI Requirements Gateway

Coupling Microsoft Excel with NI Requirements Gateway Coupling Microsoft Excel with NI Requirements Gateway Contents Using the Excel Type This document explains how NI Requirements Gateway interfaces with Microsoft Excel. Use this document to familiarize

More information

UDW+ Quick Start Guide to Functionality 2013 Version 1.1

UDW+ Quick Start Guide to Functionality 2013 Version 1.1 to Functionality 2013 Version 1.1 Program Services Office & Decision Support Group Table of Contents Accessing UDW+... 2 System Requirements... 2 How to Login to UDW+... 2 Navigating within UDW+... 2 Home

More information

Elisabetta Zodeiko 2/25/2012

Elisabetta Zodeiko 2/25/2012 PRINCETON UNIVERSITY Report Studio Introduction Elisabetta Zodeiko 2/25/2012 Report Studio Introduction pg. 1 Table of Contents 1. Report Studio Overview... 6 Course Overview... 7 Princeton Information

More information

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions ` EmpCenter Employee Training for Harvey Mudd College TR-01: Time and Attendance Employee Functions LEGAL NOTICES Copyright 2012 WorkForce Software All Rights Reserved. WorkForce Software 38705 Seven Mile

More information

E-FILE. Universal Service Administrative Company (USAC) Last Updated: September 2015

E-FILE. Universal Service Administrative Company (USAC) Last Updated: September 2015 E-FILE USER GUIDE This document providers E-File users with an overview of E-File account management, managing entitlements, and instructions on how to submit forms, such as the FCC Form 498, FCC Form

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

IRF Business Objects. Using Excel as a Data Provider in an IRF BO Report. September, 2009

IRF Business Objects. Using Excel as a Data Provider in an IRF BO Report. September, 2009 IRF Business Objects Using Excel as a Data Provider in an IRF BO Report September, 2009 1 Why use Excel Data? Integrating data from: External systems (e.g. foreign accounting and payroll systems) Budget

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

jexcel plugin user manual v0.2

jexcel plugin user manual v0.2 jexcel plugin user manual v0.2 Contents Introduction 1 Installation 1 Loading a table from an Excel spreadsheet 1 Data source properties 2 General tab (default) 2 Advanced tab 3 Loading a layer from an

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

Administrator s Guide

Administrator s Guide SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide Rev: 2011-06-07 SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide How to use the Search Engine Optimization Toolkit to optimize your

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

Business Intelligence Tutorial: Introduction to the Data Warehouse Center

Business Intelligence Tutorial: Introduction to the Data Warehouse Center IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse Center Version 8 IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse

More information

Training Needs Analysis

Training Needs Analysis Training Needs Analysis Microsoft Office 2007 Access 2007 Course Code: Name: Chapter 1: Access 2007 Orientation I understand how Access works and what it can be used for I know how to start Microsoft Access

More information

Maple T.A. Beginner's Guide for Instructors

Maple T.A. Beginner's Guide for Instructors Maple T.A. Beginner's Guide for Instructors Copyright Maplesoft, a division of Waterloo Maple Inc. 2013 Maple T.A. Beginner's Guide for Instructors Contents Preface... v 1 Maple T.A. Quick Start for Instructors...

More information

How To Write A File System On A Microsoft Office 2.2.2 (Windows) (Windows 2.3) (For Windows 2) (Minorode) (Orchestra) (Powerpoint) (Xls) (

How To Write A File System On A Microsoft Office 2.2.2 (Windows) (Windows 2.3) (For Windows 2) (Minorode) (Orchestra) (Powerpoint) (Xls) ( Remark Office OMR 8 Supported File Formats User s Guide Addendum Remark Products Group 301 Lindenwood Drive, Suite 100 Malvern, PA 19355-1772 USA www.gravic.com Disclaimer The information contained in

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

BEx Analyzer (Business Explorer Analyzer)

BEx Analyzer (Business Explorer Analyzer) BEx Analyzer (Business Explorer Analyzer) Purpose These instructions describe how to use the BEx Analyzer, which is utilized during budget development by account managers, deans, directors, vice presidents,

More information

Chapter 2 The Data Table. Chapter Table of Contents

Chapter 2 The Data Table. Chapter Table of Contents Chapter 2 The Data Table Chapter Table of Contents Introduction... 21 Bringing in Data... 22 OpeningLocalFiles... 22 OpeningSASFiles... 27 UsingtheQueryWindow... 28 Modifying Tables... 31 Viewing and Editing

More information

Getting Started with Automizy

Getting Started with Automizy Getting Started with Automizy The Basics To help you get started, this guide will show you exactly how simple it is to use Automizy to combine automated multi-channel communication into your overall marketing

More information

DDN CUSTOMER SUPPORT COMMUNITY QUICK START GUIDE

DDN CUSTOMER SUPPORT COMMUNITY QUICK START GUIDE DDN CUSTOMER SUPPORT COMMUNITY QUICK START GUIDE March 10, 2015 v2 Contents Getting an Account Logging In Creating a New Case Updating an Existing Case Using the Knowledgebase Welcome to the DDN Customer

More information

Site Maintenance. Table of Contents

Site Maintenance. Table of Contents Site Maintenance Table of Contents Adobe Contribute How to Install... 1 Publisher and Editor Roles... 1 Editing a Page in Contribute... 2 Designing a Page... 4 Publishing a Draft... 7 Common Problems...

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Using. - Training Documentation -

Using. - Training Documentation - Using - Training Documentation - Table of Contents 1. Overview of Argos..1 2. Getting started.....1 Accessing Argos...1 Login to Argos... 1 Log-off.... 2 Password reset or change... 2 3. Understanding

More information

Somalia Online Projects System

Somalia Online Projects System Somalia Online Projects System CHF DATABASE Main steps 1. Partner registration. This is upon submission of the partners profile (certificate of registration, contact details, board of directors details,

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

A guide to bulk deposit submissions

A guide to bulk deposit submissions A guide to bulk deposit submissions What is a bulk deposit submission? The Bulk Deposit Submission process is used for agents/landlords who have a large amount of deposits to submit at the same time, reducing

More information

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

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

More information

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers Enterprise Analytics (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers Client Specific Settings For full application functionality, some settings will need

More information

Result Entry by Spreadsheet User Guide

Result Entry by Spreadsheet User Guide Result Entry by Spreadsheet User Guide Created in version 2007.3.0.1485 1/50 Table of Contents Result Entry by Spreadsheet... 3 Result Entry... 4 Introduction... 4 XML Availability... 4 Result Entry...

More information

Council of Ontario Universities. COFO Online Reporting System. User Manual

Council of Ontario Universities. COFO Online Reporting System. User Manual Council of Ontario Universities COFO Online Reporting System User Manual Updated September 2014 Page 1 Updated September 2014 Page 2 Table of Contents 1. Security... 5 Security Roles Defined in the Application...

More information

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ Impreso: 22/02/2011 Página 1 de 19 EBILLING FAQ Impreso: 22/02/2011 Página 2 de 19 Contents 1. Which web page you should access to upload the invoices... 3 2. Invoice management... 4 2.1 How to create

More information

Oracle Sales Cloud Using Customer Data Management. Release 10

Oracle Sales Cloud Using Customer Data Management. Release 10 Oracle Sales Cloud Using Customer Data Management Release 10 Oracle Sales Cloud Part Number E61249-03 Copyright 2011-2015, Oracle /or its affiliates. All rights reserved. Authors: Vijay Tiwary, Vimmika

More information

Polynomial Neural Network Discovery Client User Guide

Polynomial Neural Network Discovery Client User Guide Polynomial Neural Network Discovery Client User Guide Version 1.3 Table of contents Table of contents...2 1. Introduction...3 1.1 Overview...3 1.2 PNN algorithm principles...3 1.3 Additional criteria...3

More information

Budget Process using PeopleSoft Financial 9.1

Budget Process using PeopleSoft Financial 9.1 Section 14 Budget 14.1 Budget Overview Each council must prepare a yearly operating budget and, in many cases, multiple budgets to respond to the needs of the council and the legal requirement to expend

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload Ad-ID codes are created at www.ad-id.org. In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document

More information

Web forms in Hot Banana reside on their own pages and can contain any number of other content and containers like any other page on your Website.

Web forms in Hot Banana reside on their own pages and can contain any number of other content and containers like any other page on your Website. Section 1: Web Forms What is a Web Form? Marketing Automation User Guide A Web Form is simply a form located on a web page. Web forms can be created for many purposes, and are typically used to submit

More information

You are building a learning programme on Dokeos LMS and now has come the time to import users in the system. We will address this need at 3 levels

You are building a learning programme on Dokeos LMS and now has come the time to import users in the system. We will address this need at 3 levels 1 Introduction You are building a learning programme on Dokeos LMS and now has come the time to import users in the system. We will address this need at 3 levels 1. Level 1 : you just need to import a

More information

Textkernel Search! User Guide. Version 2.0.2. 2012, Textkernel BV, all rights reserved

Textkernel Search! User Guide. Version 2.0.2. 2012, Textkernel BV, all rights reserved Textkernel Search! User Guide Version 2.0.2 2012, Textkernel BV, all rights reserved Disclaimer Textkernel BV provides this publication AS IS without warranty of any kind, either expressed or implied,

More information

Data Mining Commonly Used SQL Statements

Data Mining Commonly Used SQL Statements Description: Guide to some commonly used SQL OS Requirement: Win 2000 Pro/Server, XP Pro, Server 2003 General Requirement: You will need a Relational Database (SQL server, MSDE, Access, Oracle, etc), Installation

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.8 Updated February 4, 2014 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

Creating an Excel Database for a Mail Merge on a PC. Excel Spreadsheet Mail Merge. 0 of 8 Mail merge (PC)

Creating an Excel Database for a Mail Merge on a PC. Excel Spreadsheet Mail Merge. 0 of 8 Mail merge (PC) Creating an Excel Database for a Mail Merge on a PC Excel Spreadsheet Mail Merge 0 of 8 Creating an Excel Database for a Mail Merge on a PC 1. To create a database for a mail merge you will first need

More information

FrontPage 2003: Forms

FrontPage 2003: Forms FrontPage 2003: Forms Using the Form Page Wizard Open up your website. Use File>New Page and choose More Page Templates. In Page Templates>General, choose Front Page Wizard. Click OK. It is helpful if

More information

SPSS Workbook 1 Data Entry : Questionnaire Data

SPSS Workbook 1 Data Entry : Questionnaire Data TEESSIDE UNIVERSITY SCHOOL OF HEALTH & SOCIAL CARE SPSS Workbook 1 Data Entry : Questionnaire Data Prepared by: Sylvia Storey s.storey@tees.ac.uk SPSS data entry 1 This workbook is designed to introduce

More information

SAS. Cloud. Account Administrator s Guide. SAS Documentation

SAS. Cloud. Account Administrator s Guide. SAS Documentation SAS Cloud Account Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Cloud: Account Administrator's Guide. Cary, NC:

More information

IBM SPSS Data Preparation 22

IBM SPSS Data Preparation 22 IBM SPSS Data Preparation 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release

More information