Oracle Enterprise Data Quality Business Rules

Size: px
Start display at page:

Download "Oracle Enterprise Data Quality Business Rules"

Transcription

1 Oracle Enterprise Data Quality Business Rules Release

2 Table of Contents Lab 1: Import and Run a Partially Configured Set of Business Rules... 4 Lab 2: Copy and Modify Existing Rules Lab 3: Add New Rules Lab 4: Frequency Profile the Errors Lab 5: Optional Extension Lab Conditional Rules Lab 6: Optional Extension Lab Incorporate the Business Rules Check Processor in a Wider Process 19 Page 2 of 19

3 Page 3 of 19

4 Lab 1: Import and Run a Partially Configured Set of Business Rules During the labs in this module, you will work with a partially configured set of business rules. Your objective is to examine the existing rules, and then to adapt and extend them. In this lab, you will copy a partially-configured business rules spreadsheet into your EDQ instance s businessrules folder and examine its contents. You will then import a package (a.dxi file) that contains a partially configured Business Rules process. You will run the process and examine its results. Copy a Partially Configured Business Rules Spreadsheet to Your Business Rules Folder Note that the business-rules.xls spreadsheet, which is provided specially to complement this training module, contains a number of working business rules. Business rules spreadsheets must be in the.xls format. They can have any name provided that it ends in.xls, and they must be placed in your EDQ instance s businessrules folder. 1. Copy the business-rules.xls spreadsheet from C:\share\edq_training_assets_12.1.3\Data Files\Business Rules to your EDQ instance s businessrules folder. The EDQ Trn2 virtual machine s businessrules folder is located at /apps/oracle/fmw/user_projects/domains/edq_domain/edq/oedq.local.home/ businessrules. The virtual machine s desktop includes both a shortucut to the share folder and a shortcut to oedq.local.home, so one way to copy the spreadsheet is simply to double click the shortcut to oedq.local.home, open its businessrules folder and then drag the.xls file from one place to the other: Page 4 of 19

5 If you have mapped Windows drives from your host machine, then you could instead copy the files using Windows Explorer on your host machine. For anybody not using the EDQ _Trn2 virtual machine: note that both the businessrules directory is a sub-directory of the oedq.local.home directory. The location of oedq.local.home can vary, depending on your machine s operating system and the type of installation you have carried out. On a Windows 7 machine, the default location of oedq.local.home is: C:\ProgramData\Oracle\Enterprise Data Quality\oedq_local_home. One some Linux virtual machines (though not on the EDQ Trn2 virtual machine) the oedq_local_home directory may be located at /opt/oracle/middleware/edq/config.local. 2. On your host machine, copy the business-rules.xls spreadsheet from C:\share\edq_training_assets_12.1.3\Data Files\Business Rules to the root of the C:\share folder. When you need to make changes to the spreadsheet, you will make them in the copy, and you will still have the original version available should anything go wrong. 3. Open the business-rules.xls spreadsheet from the C:\share folder on your host machine and examine its contents. Answer the following questions: Page 5 of 19

6 1. Navigate to the Rules worksheet. Which attribute does Rule1 apply to, and what type of check does it perform? 2. Rule 19 produces an error message of Title is not valid. What type of check does it perform, and how many rows of reference data does this check use? 3. Rule 5 checks for noise characters. What condition must be met before Rule 5 s check is applied? If its conditions are met, what type of check does rule 5 perform? 4. What four values would cause a record to fail with the error message First Name includes suspect data? 5. What type of check is chdateprehistoric and what will it check for (hint: the error message for the rule that the check is associated with will give you a clue)? Import a Package 1. Open the Director user interface and log in as the dnadmin user (in the EDQ Trn2 virtual machine, the dnadmin user s password is also dnadmin). 2. Right-click at the bottom of the Project Browser and select Open Package File or alternatively follow the menu path File >> Open Package File Page 6 of 19

7 3. Navigate to the file Business Rules.dxi which you will find in C:\share\edq_training_assets_12.1.3\Data Files\Business Rules. Select the file and click Open. A folder named Business Rules.dxi should appear at the bottom of the Project Browser. 4. Drag the Projects node from beneath the Business Rules.dxi folder and drop it on top of the Projects node directly below localhost (localhost is your server name). Page 7 of 19

8 5. A Business Rules project should appear in the Project Browser. Configure the Processor 1. Expand the Business Rules node within the Project Browser, and within the Business Rules project, expand the Processes node. Double click the Check Data process to open it on the Process Canvas. 2. Double click the Business Rules Check processor to open the Business Rules Check dialog. Page 8 of 19

9 3. Navigate to the Options tab and, if necessary, in the XLS File Configuration section, select a File Name of business-rules.xls. 4. Navigate to the Identify tab and, if necessary, select Input Attributes as displayed below: 5. Click OK to close the dialog. Run the Process and Study the Results 1. Click to run the Check Data process. You can see the process running in Director s Tasks window. Page 9 of 19

10 2. Once the Check Data process has completed the Tasks window should become empty. Single Click the Business Rules Check processor in the Process Canvas. You should see its results in the Results Browser. 3. Interrogate the results, drilling-down where necessary to answer the following questions: 1. Why did the record for Mr Carols fail? 2. What errors caused the record for Professor Bill Adams to fail? 3. Which record failed because of suspect data? 4. What error caused the record for Mr Paul Humphries to fail? Page 10 of 19

11 Lab 2: Copy and Modify Existing Rules In this lab you will copy the First Name business rules and modify them to apply to the last name. You will then run the Check Data process and examine its results. For the purposes of training, we are going to assume that we can apply the same set of business rules to first names and last names. Since the checks themselves are not associated with particular attributes, we can to do this by simply copying and modifying existing rules and conditions, renaming them, pointing them at different attributes, and so on. In the real-world, you might want to apply different business rules to first and last names (for example, you might want to list check first names against a list of known valid first names for your locale, but you are unlikely to be able to take this approach with last names). Copy and Modify the First Name Business Rules 1. On your host machine, use Windows Explorer or another file browser to navigate to the copy of the business-rules.xls file that you placed in the machine s shared folder (C:\share, if you followed the instructions in the Overview module). 2. Open the copy of the business-rules.xls spreadsheet in Microsoft Excel or a similar spreadsheet application. If you have any other copy of the same file open, then make sure that you close it. Otherwise you may get confused. 3. Navigate to the Rules worksheet. 4. Copy rules 2 to 9 and paste them into rows 12-19, which are currently empty. 5. In rows 12 to 19: a) Amend the Rule IDs to Rule11-Rule18 respectively. b) Amend each rule label so that references to the first name, where present, are removed, and references to the last name are introduced. c) In the Apply to Attribute column, change the value to atsecondname. d) Where you see the Condition cofirstname_populated change it to cosecondname_populated. e) Where you see the Condition comultiples change it to cosecondnamemulitples. f) Amend the Error Codes so that they are all unique values. g) Amend the Error Messages so that they reference the last name rather than the first name (e.g. change First Name is too short to Last Name is too short.) The Rules worksheet should now look similar to the screenshot below: Page 11 of 19

12 Copy and Modify the First Name Conditions 1. Navigate to the Conditions worksheet. 2. Copy the cofirstname_populated condition and paste it into row 5 of the worksheet, which should currently be empty. 3. In row 5: a) Change the Condition Name to cosecondname_populated. b) Change the Attribute or Check to atsecondname. 4. Copy the Multiples condition and paste it into row 6 of the worksheet, which should currently be empty. 5. In row 6: a) Change the Condition Name to cosecondnamemultiples. b) Change the Attribute or Check to atsecondname. The Conditions worksheet should now look similar to the screenshot below: 6. Save the business-rules.xls spreadsheet. If you are using a recent version of Microsoft Excel, ensure that you save the spreadsheet as an Excel Workbook with a.xls extension. Do not save it with a.xlsx extension, as it will not be recognized by the Business Rules Check processor. Page 12 of 19

13 7. Copy the business-rules.xls spreadsheet from your host s shared folder to the EDQ Trn2 virtual machine s businessrules folder, overwriting the file of the same name that is already there. Remember that the EDQ Trn2 virtual machine s businessrules folder is located at /apps/oracle/fmw/user_projects/domains/edq_domain/edq/oedq.l ocal.home/businessrules. Shortcuts to oedq.local.home and to the share folder are provided on the EDQ Trn2 virtual machine s desktop. Run the Process and Study the Results 1. Navigate back to the Director interface and click to run the Check Data process. You can see the process running in Director s Tasks window. 2. Once the Check Data process has completed the Tasks window should become empty. Single Click the Business Rules Check processor in the Process Canvas. You should see its results open in the Results Browser. 3. Interrogate the results, drilling-down where necessary to answer the following questions: Page 13 of 19

14 1. Look through the error messages, and confirm that the new Last Name Business Rules that you have added appear to be working. 2. How many of the records that fail include errors relating to the last name? Page 14 of 19

15 Lab 3: Add New Rules In this lab you will add two new rules to the business-rules.xls spreadsheet. The first new rule will check whether the Gender attribute is populated with a valid value. During this part of the lab, you will be given step-by-step instructions telling you exactly what to do. The second new rule will check whether the Account Type attribute is populated with a valid value. Since this rule is set up in a very similar fashion to the first, you will not be given step-by-step instructions, but you can refer back to the instructions for setting up the Gender check rule if necessary. After each set of changes, you will run the Check Data process and examine its results. Add a New Rule to Check if the Gender Has a Valid Value 1. Open the copy of the business-rules.xls spreadsheet on your host machine s shared folder (if you followed the instructions in the Overview module, the shared folder will be located at C:\share). 2. Navigate to the Rules worksheet. 3. In the first available empty row create a new rule, copying in the values from the screenshot below: 4. Navigate to the Checks worksheet, and, in the first available empty row, create a new check, copying in the values from the screenshot below: 5. Create a new worksheet called Genders. Populate cells A1 and A2 with the values M and F respectively, as displayed in the screenshot below: 6. Save the business-rules.xls spreadsheet. Page 15 of 19

16 7. Copy the business-rules.xls spreadsheet from your host s shared folder to the EDQ Trn2 virtual machine s businessrules folder, overwriting the file of the same name that is already there. Remember that the EDQ Trn2 virtual machine s businessrules folder is located at /apps/oracle/fmw/user_projects/domains/edq_domain/edq/oedq.l ocal.home/businessrules. Shortcuts to oedq.local.home and to the share folder are provided on the EDQ Trn2 virtual machine s desktop. 8. In the Director interface, Double click the Business Rules Check processor in the Process Canvas. The Business Rules Check dialog opens. 9. Navigate to the Identify tab and map the Gender Input Attribute to the atgender Identifier. 10. Click OK to close the dialog. 11. Run the Check Data process and examine its results, answering the following questions How many records that fail include the error message that the Gender is not valid? (Note: if your answer is zero, then there is an error in your business rule). Add a New Rule to Check if the Account Type attribute has a valid value The process for setting up this business rule is very similar to that for setting up the Gender check business rule. In both cases, you need to use a List Check. Detailed instructions are therefore not provided, but you can refer back to the instructions for adding the Gender check if necessary. 1. Add a business rule and an associated check. Records should pass the business rule if their Account Type matches one of these two values: a) Checking b) Deposit 2. Once you have configured your new business rule, run the Check Data process and examine its results, answering the following questions How many records that fail include the error message that the Account Type is not valid? (Note: if your answer is zero, then there is an error in your business rule). Page 16 of 19

17 Lab 4: Frequency Profile the Errors In this lab you will add a Frequency Profiler to gain an understanding of how often each error occurs. To do this you will frequency profile the Error Message attribute. Since this attribute is a string array that can be populated by several distinct values, you will use the Split Records from Array processor to create a separate row for each combination of customer record and error message (in other words, each error found will appear in its own row). And you will pass the resulting rows of data into the Frequency Profiler. Split Records From Array 1. In Director drag the Split Records from Array processor from the Tool Palette onto the Process Canvas (you will find the Split Records from Array processor in the Transformation family). 2. Wire the input of the Split Records from Array processor to the Business Rules Check processor s Fail port. The Split Records from Array dialog opens. We are using the output from the Business Rules Check processor s Fail port because only records that fail will include error messages. 3. Click to select the three available stringarray attributes (ErrorCodes, ErrorSeverities and ErrorMessages). 4. Click OK to close the dialog. 5. Run the process and then examine its results in the Results Browser. How many input and output records do you have? Drill down on the output records. Examine the First Name and Last Name attributes. Can you confirm that many of your input records have several output records? Frequency Profile the Errors 1. In Director drag the Frequency Profiler from the Tool Palette onto the Process Canvas (you will find the Frequency Profiler in the Profiling family). 2. Wire the input of the Frequency Profiler to the Split Records from Array processor s All port. The Frequency Profiler dialog opens. We are using the output from the Split Record from Array processor s All port because we want to examine the errors generated by all the input records, not just those that generated multiple errors and which were therefore split. 3. Select the ErrorMessages.Split attribute and click OK to close the dialog. 4. Run the process and then examine its results in the Results Browser. Which error occurred most frequently? Page 17 of 19

18 Lab 5: Optional Extension Lab Conditional Rules In this lab you will add three new rules. The first should fail records where the address is populated, but not in a valid format. For example, it should fail addresses like davebarnard@.com or paulfisher.snomail.com. It should pass records that are either unpopulated or which are populated with a value in the correct format. Your rule will require a condition to be set, and you will need to create a check with a check type of RegEx. Your second new rule should fail records where the Account Type is set to Deposit and the balance is negative (i.e. is less than zero). This rule will also require you to create a condition as well as checks. Your third new rule should fail records where the Account Type is set to Checking and the balance is not within the range to (inclusive). Again, a condition will be required as well as some checks. Since this is an extension lab, detailed instructions for how to proceed are not provided. Instead, you should examine the business-rules.xls spreadsheet for examples of similar rules that may help you, and consult Oracle Enterprise Data Quality s online help. If the Address is Populated, Check Whether it is in a Valid Format 1. Construct a business rule to fail records where the address field is populated, but not with a value in a valid format. If you look in the Options tab of EDQ s Check processor, you may be able to find some RegEx that you can reuse in your business rule check. Check Whether Deposit Account Balances Have a Positive Value 1. Construct a business rule to fail records where the Account Type is set to Deposit and the balance is negative (i.e. is less than zero). Check Whether Checking Account Balances are within a Valid Range 1. Construct a business rule to fail records where the Account Type is set to Checking and the balance is not within the range to (inclusive). You can assume that all balances are integers, and that there are no leading zeros. If you examine the existing rules in the business-rules.xls spreadsheet, you may find a rule that performs a similar check on a different field. Page 18 of 19

19 Lab 6: Optional Extension Lab Incorporate the Business Rules Check Processor in a Wider Process In this lab you will create a wider process in order to enable the remediation of errors that are identified by the Business Rules Check processor. Using the same business rules that you have developed in previous labs, your process should: 1. Determine which errors can be automatically fixed within Oracle Enterprise Data Quality, and which will require human intervention to fix. 2. Fix the errors that can be automatically resolved. 3. Write clean records to a set of staged data called Clean Data. 4. Write records that require human intervention to a set of staged data called Human Intervention Required. Since this is an extension lab, detailed instructions for how to proceed are not provided. Page 19 of 19

Lab 1: Amend Your Workflow

Lab 1: Amend Your Workflow Lab 1: Amend Your Workflow In this lab you will add two new states to the Alert Workflow that you created in the Publishing to Case Management training module. These new states will be called Remediated

More information

Lab 1: Import a Partially Configured Match Processor

Lab 1: Import a Partially Configured Match Processor Lab 1: Import a Partially Configured Match Processor You will start these labs by importing a process that includes a partially configured match processor set up to work against very similar customer data

More information

Lab 9: Identify Alerts That Require a Change of State

Lab 9: Identify Alerts That Require a Change of State Lab 9: Identify Alerts That Require a Change of State In this lab you will work with your consolidated error data stream to work out which alerts require a change of state, and which change of state is

More information

Lab 5: Delete What You Won t Need from the Publish Process

Lab 5: Delete What You Won t Need from the Publish Process Lab 5: Delete What You Won t Need from the Publish Process You have now created the groundwork that you need to build a process that will deal with remediation at source. In the following labs, you will

More information

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule In this lab you will feed both the data records and the error records to a match processor and define a match rule. At the end

More information

Lab 2: Audit the PARTS table

Lab 2: Audit the PARTS table Lab 2: Audit the PARTS table In this lab you create a new process. This process will carry out an audit the PARTS table that will be based upon the results of your profiling. Create Reference Data Holding

More information

Lab 3: Create the Error Message Data Stream

Lab 3: Create the Error Message Data Stream Lab 3: Create the Error Message Data Stream Overview In this lab you will continue to develop your process by creating an error stream that you will later send to a match processor. At the end of this

More information

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

MAIL MERGE FWIS COMPUTER SECTION BY MR. BASIM SHAHIN

MAIL MERGE FWIS COMPUTER SECTION BY MR. BASIM SHAHIN MAIL MERGE FWIS COMPUTER SECTION BY MR. BASIM SHAHIN COMPLETE A MERGE A merge generally takes two files: a main document and a data source file. The main document contains the standard text and/or the

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Hands-on-Lab 7653 Oracle Openworld 2017 Table of Contents Scenario... 3 Part 1 Launch the Director User Interface... 4 Part 2 Profiling the data using EDQ Product Data Services...

More information

FileLoader for SharePoint

FileLoader for SharePoint End User's Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 3 Contents Preface 4 FileLoader Users... 4 Getting Started with FileLoader 5 Configuring Connections to SharePoint 7 Disconnecting

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Lab 6: Create a Simple Case Source

Lab 6: Create a Simple Case Source Lab 6: Create a Simple Case Source In this lab you will create a Case Source. In the Case Source you will: Set a prefix for all of the cases and alerts generated by your process. This prefix will be displayed

More information

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that Getting Started with the Superpave Calculator worksheet. The worksheet containing the Superpave macros must be copied onto the computer. The user can place the worksheet in any desired directory or folder.

More information

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow.

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow. Excel 2010 Modifying Columns, Rows, and Cells Introduction Page 1 When you open a new, blank workbook, the cells are set to a default size.you do have the ability to modify cells, and to insert and delete

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Oracle Enterprise Data Quality. 1 Overview. 1.1 Architecture. Customer Data Services Pack Data Quality Health Check Guide 11g Release 1 (

Oracle Enterprise Data Quality. 1 Overview. 1.1 Architecture. Customer Data Services Pack Data Quality Health Check Guide 11g Release 1 ( Oracle Enterprise Data Quality Customer Data Services Pack Data Quality Health Check Guide 11g Release 1 (11.1.1.7) E40735-02 October 2013 Data Quality Health Check extends the capability of the Oracle

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18 CalPlan Creating a Unit Plan Workbook 1/25/18 Table of Contents Exercise 1: Log into the Workspace & Run a CalPlan Report... 3 Exercise 2: Launching CalPlan and Setting Your Entity... 10 Exercise 3: Actualized

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

EQuIS Data Processor (EDP) User Manual

EQuIS Data Processor (EDP) User Manual EQuIS Data Processor (EDP) User Manual Introduction EQuIS Data Processor (EDP) Introduction The EQuIS Data Processor, or EDP, is today s answer to the many data quality issues that plague data managers.

More information

4. In the Address Book drop-down list, click the address book that contains the addresses you want in your distribution list.

4. In the Address Book drop-down list, click the address book that contains the  addresses you want in your distribution list. Page 1 of 5 Outlook > Contacts Create and work with a distribution list Show All A distribution list is a collection of contacts. It provides an easy way to send messages to a group of people. For example,

More information

Workshare Professional 10. Getting Started Guide

Workshare Professional 10. Getting Started Guide Workshare Professional 10 Getting Started Guide Introducing Workshare Professional 10 Workshare is dedicated to helping professionals compare, protect and share their documents. New features Compare Excel

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Making an entry into the CIS Payments workbook

Making an entry into the CIS Payments workbook Making an entry into the CIS Payments workbook By now you should have carried out the CIS Payments workbook Setup. If you have not done so you will need to do this before you can proceed. When you have

More information

Editing XML Data in Microsoft Office Word 2003

Editing XML Data in Microsoft Office Word 2003 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead. 2009 Microsoft Corporation. All rights reserved. Microsoft Office

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

ActiveVOS Fundamentals

ActiveVOS Fundamentals Lab #8 Page 1 of 9 - ActiveVOS Fundamentals ActiveVOS Fundamentals Lab #8 Process Orchestration Lab #8 Page 2 of 9 - ActiveVOS Fundamentals Lab Plan In this lab we will build a basic sales order type of

More information

Radiology Associates - Office Computer Set-Up Guide

Radiology Associates - Office Computer Set-Up Guide 1. Open (version 11.0 or higher) or Chrome. Type in the following web address into the browser. https://rapapacs.radresults.org/synapse 2. Type in your provided user name and password Page 1 3. Left clink

More information

Insert Subtotals in Excel and Link Data to a Word Document

Insert Subtotals in Excel and Link Data to a Word Document CHAPTER 1 Integrated Projects More Skills 11 Insert Subtotals in Excel and Link Data to a Word Document In Excel, summary statistics such as totals and averages can be calculated for groups of data by

More information

Exchange (Copy, Import, Export) Data Between Excel and Access

Exchange (Copy, Import, Export) Data Between Excel and Access Excel usage is widespread and Excel is often the go-to Office application for data entry, analysis, and manipulation. Microsoft Access provides relational database capability in a compact desktop environment.

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks In Office 2007, the OFFICE BUTTON is the symbol at the top left of the screen. 1 Enter Fractions That Will Display And Calculate Properly a. Type

More information

Attaching Codesoft 6 to an ODBC Database

Attaching Codesoft 6 to an ODBC Database Attaching Codesoft 6 to an ODBC Database 1. From your Main Menu Options, go into Merge then Create ODBC query. The following Dialog Box will appear. 2. Select the button with 3 dots ( ) on it. 3. The Data

More information

MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0

MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0 MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0. CONTENTS User Guide 1 INTRODUCTION...3 2 INSTALLATION...4 2.1 DESKTOP INSTALLATION...4 2.2 IPHONE INSTALLATION:...8 3 USING THE MOBILEDATABASE ON THE DESKTOP...10

More information

IITS Workshop Creating a Gradebook in Microsoft Office Excel 2007

IITS Workshop Creating a Gradebook in Microsoft Office Excel 2007 IITS Workshop Creating a Gradebook in Microsoft Office Excel 2007 Table of Contents Our Gradebook Example:... 3 Set Up a New Gradebook... 3 Adding Formulas (Averages and Final Grades)... 4 Formatting data...

More information

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Table of Contents 1 System Requirements... 4 2 Installation and Overview... 4 2.1 Definitions... 4 2.1.1 Report Distribution Manager...

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

Setting Security in Microsoft Excel 2003

Setting Security in Microsoft Excel 2003 Setting Security in Microsoft Excel 2003 Introduction Excel worksheets are often used as forms or templates for users to type in their own information and upon which set calculations are then carried out.

More information

Importing in Offertory Donations from Spreadsheets into Connect Now

Importing in Offertory Donations from Spreadsheets into Connect Now Importing in Offertory Donations from Spreadsheets into Connect Now When you have an excel spreadsheet that has donations in it, if you have a key identifier, such as an envelope number, then the spreadsheet

More information

EditGrid Excel Plus Links

EditGrid Excel Plus Links EditGrid Excel Plus Links...1 Installation...2 Using EditGrid Excel Plus (quick)...3 Warnings:...3 Quick use...3 1. In order to make a link between an Excel file on your PC and an online file on EditGrid...3

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Data Cleaning: Student Workbook

Data Cleaning: Student Workbook 2016 Data Cleaning: Student Workbook Created by: EVA CONSTANTARAS / Independent Consultant & Data Scientist WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Lab

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Lesson 18 Getting Started with Excel Essentials

Lesson 18 Getting Started with Excel Essentials Getting Started with Excel Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition 1 Objectives Identify the parts of the Excel screen. Navigate through a worksheet and a workbook.

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards MIS0855: Data Science In-Class Exercise for Mar 25-27 Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand how to create

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

2 Spreadsheet Considerations 3 Zip Code and... Tax ID Issues 4 Using The Format... Cells Dialog 5 Creating The Source... File

2 Spreadsheet Considerations 3 Zip Code and... Tax ID Issues 4 Using The Format... Cells Dialog 5 Creating The Source... File Contents I Table of Contents Part 1 Introduction 1 Part 2 Importing from Microsoft Excel 1 1 Overview... 1 2 Spreadsheet Considerations... 1 3 Zip Code and... Tax ID Issues 2 4 Using The Format... Cells

More information

Read Me First (Excel 2007)

Read Me First (Excel 2007) Read Me First (Excel 2007) Concrete Mix Evaluator Before installing the CME program please go through these steps to configure your Excel 2007. Open a NEW BLANK Workbook and click on the "Developer " (A)

More information

Lab - System Restore in Windows 8

Lab - System Restore in Windows 8 Lab - System Restore in Windows 8 Introduction In this lab, you will create a restore point and use it to restore your computer. Recommended Equipment A computer running Windows 8 Step 1: Create a restore

More information

TM1 Technical Bulletin

TM1 Technical Bulletin TM1 Technical Bulletin Using TM1 9.1 SP3 with Excel 2007 Date: December 11, 2007 Relevant TM1 Versions: TM1 9.1 SP3 Cognos has performed basic acceptance tests of TM1 Perspectives running on Excel 2007

More information

IBM Mobile Portal Accelerator Enablement

IBM Mobile Portal Accelerator Enablement IBM Mobile Portal Accelerator Enablement Hands-on Lab Exercise on XDIME Portlet Development Prepared by Kiran J Rao IBM MPA Development kiran.rao@in.ibm.com Jaye Fitzgerald IBM MPA Development jaye@us.ibm.com

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support.

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support. Quick Start Guide Hello, and welcome to IRIS-Net software. We want you to get the most from your IRIS-Net projects and encourage you to explore the additional Read-Me and Help documentation provided with

More information

Introductory Excel. Spring CS130 - Introductory Excel 1

Introductory Excel. Spring CS130 - Introductory Excel 1 Introductory Excel Spring 2012 CS130 - Introductory Excel 1 Introduction to Excel What is Microsoft Excel? What can we do with Excel? We will do all of these things through the four major parts of the

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

For many people, learning any new computer software can be an anxietyproducing

For many people, learning any new computer software can be an anxietyproducing 1 Getting to Know Stata 12 For many people, learning any new computer software can be an anxietyproducing task. When that computer program involves statistics, the stress level generally increases exponentially.

More information

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2 CHAPTER 2 Excel More Skills 11 Insert and Edit Comments A comment is a note that is attached to a cell, separate from other cell content. Comments can describe how a complex formula works or provide feedback

More information

Basic Math in Microsoft Excel

Basic Math in Microsoft Excel Chapter 1 Basic Math in Microsoft Excel In this chapter, we will learn the following to World Class standards: The Excel Layout The Ribbon in Excel Adding in Excel Subtracting in Excel Multiplying in Excel

More information

Frequently Asked Questions: SmartForms and Reader DC

Frequently Asked Questions: SmartForms and Reader DC Frequently Asked Questions: SmartForms and Reader DC Initial Check Browsers - Google Chrome - Other browsers Form functions - List of additional buttons and their function Field functions - Choosing a

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

InsightUnlimited Upgrades Best Practices. July 2014

InsightUnlimited Upgrades Best Practices. July 2014 InsightUnlimited Upgrades Best Practices July 2014 InsightUnlimited Version: 2012.2 and above Document Version: 1.1 Last Updated: July 29, 2014 Table of Contents Introduction... 4 Overview... 4 Audience...

More information

Spreadsheet Structure

Spreadsheet Structure Exercise The intersection of columns and rows in a spreadsheet creates cells. Each cell on a spreadsheet has a name or address. It is named according to its location, the name of the column first followed

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

SAS Data Explorer 2.1: User s Guide

SAS Data Explorer 2.1: User s Guide SAS Data Explorer 2.1: User s Guide Working with SAS Data Explorer Understanding SAS Data Explorer SAS Data Explorer and the Choose Data Window SAS Data Explorer enables you to copy data to memory on SAS

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Chapter 7. Joining Maps to Other Datasets in QGIS

Chapter 7. Joining Maps to Other Datasets in QGIS Chapter 7 Joining Maps to Other Datasets in QGIS Skills you will learn: How to join a map layer to a non-map layer in preparation for analysis, based on a common joining field shared by the two tables.

More information

Managing Your Database Using Oracle SQL Developer

Managing Your Database Using Oracle SQL Developer Page 1 of 54 Managing Your Database Using Oracle SQL Developer Purpose This tutorial introduces Oracle SQL Developer and shows you how to manage your database objects. Time to Complete Approximately 50

More information

This document describes how to use the CAP workbook with Excel It applies to version 6b of the workbook.

This document describes how to use the CAP workbook with Excel It applies to version 6b of the workbook. Introduction This document describes how to use the CAP workbook with Excel 2007. It applies to version 6b of the workbook. Be sure to use the new version 6b of the CAP workbook when using Excel 2007!

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page Lesson 16: Collaborating in Excel Return to the Excel 2007 web page Working with Project Folders Create folders to store your files for a project in an organized manner Main folder in (Win XP) My Computer

More information

Client Care Desktop V4

Client Care Desktop V4 Client Care Desktop V4 V4.1 Quay Document Manager V4.1 Contents 1. LOCATIONS...3 1.1. Client... 3 1.2. Holdings... 4 1.3. Providers... 4 1.4. Contacts/Introducers... 5 1.5. Adviser... 5 2. ADDING EXISTING

More information

OpenClinica - Data Import & Export

OpenClinica - Data Import & Export OpenClinica - Data Import & Export Purpose of this document: To provide instruction and best practice guidelines for the import and export of study data into and out of OpenClinica. Version: OpenClinica

More information

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet 1. Macros 1.1 What is a macro? A macro is a set of one or more actions

More information

Creating a Mail Merge Document

Creating a Mail Merge Document Creating a Mail Merge Document 1. Set up your Data in an Excel spreadsheet Each column should represent a particular category of information to be included in the Mail Merge. In this example the First

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

Table of Contents. Part I Introduction. Part II FSM Ribbon. Part III FSM Context Menu. Part IV Trial Balance. Part V Building a report

Table of Contents. Part I Introduction. Part II FSM Ribbon. Part III FSM Context Menu. Part IV Trial Balance. Part V Building a report Contents I Table of Contents Part I Introduction 1 1 Welcome... 2 2 Benefits... of using 3 3 System... Requirements 4 4 Uninstalling... 5 Part II FSM Ribbon 5 Part III FSM Context Menu 6 Part IV Trial

More information

Tutorial 1 - Setting up your first process

Tutorial 1 - Setting up your first process Version 8.2 SolveXia Pty Ltd AUTOMATE ACTIVATE ACCELERATE CONTENTS INTRODUCTION... 3 CASE STUDY... 4 SOLUTION... 4 ILLUSTRATION OF STEPS IN PROCESS... 5 A LOGIN TO THE SYSTEM... 6 A.1 SCREEN LAYOUT...

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

More information

Lesson 2. Using the Macro Recorder

Lesson 2. Using the Macro Recorder Lesson 2. Using the Macro Recorder When the recorder is activated, everything that you do will be recorded as a Macro. When the Macro is run, everything that you recorded will be played back exactly as

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information