Vanguard Appraisals, Inc. CAMA-X. Advanced Query Wizard And Pro-Version Report Design

Size: px
Start display at page:

Download "Vanguard Appraisals, Inc. CAMA-X. Advanced Query Wizard And Pro-Version Report Design"

Transcription

1 Vanguard Appraisals, Inc. CAMA-X Advanced Query Wizard And Pro-Version Report Design Copyright Vanguard Appraisals, Inc.

2 The Query Wizard is intended for use only when you want to print a query grid or for exporting query data. It will NOT create a query for use for printing a report. In other words, the running man will not be active for running a report. The following report option formats are predefined and the report format can not be changed. The ProVersion query module would allow for creating/changing report formats. Parcel Detail reports allow for the printing of reports with/without parcel values and or sketch, photo, etc for batch process. This would be the same as using Views from the parcel search and/or maintenance screen. The Parcel Lists option allows for several report choices available to print parcel lists for various purposes. Occupancy List reports are typically used to print units of comparison other than single-family properties. It often compares similar commercial occupancies (i.e. apartments, franchise restaurants, motels, etc). General Sales reports display a list of sales within a time period defined by the user. The Report shows 24 property characteristics including typical units of comparison. Note: These sales reports are NOT sales ratio reports which are located under the Sales Ratio Analysis. Group Totals reports are a series of reports that counts properties by characteristic groups (i.e. counts by age range, condition, grade, style, value range, etc). Copyright Vanguard Appraisals, Inc. 1

3 Tables and Joining Tables Adding Tables to a Query Vanguard has taken great steps to ensure that most data filtering options a user might desire can be found, or at least started, from a Standard Query file. However there are some instances where an additional table needs to be added or an entire query needs to be made from scratch. To add a table to a new or existing query, press the Add Table button on the toolbar Tables menu. The following dialog will be displayed: or use the Edit Add Figure 19: Add Table Dialog Database, displays the predefined database alias where tables are stored. Tables, displays the names of the tables located in the Database. With the mouse or arrow keys, highlight a table name and either double-click or press the [Add Table] button. This will add your selection to the Query Wizard Link Table workspace. Add Table, the [Add Table] button adds the currently highlighted table to your query. TIP: It is possible to add a table more than once into a query. Under certain circumstances this may be desirable, but in every day use should be avoided. An example of using two copies of the same table would be when calculating the difference between two prior year records for the same parcel. Removing Tables From the Link Tables workspace, select the table you want to delete and then press the Delete Table button, or use the Edit Drop Table menu option. Copyright Vanguard Appraisals, Inc. 2

4 Joining Tables Together Database information is usually saved in groups of tables, each with unique information. These tables are related to each other using common fields. All tables containing parcel data, for example, have the common field GID. It is this field that is used to create joins between all the tables. Most of the main tables, when added to the Query Wizard will auto-link. But when you get into building your own queries from scratch it is important to know how to do it manually. Fortunately the Query Wizard provides a graphical way to link related tables together. You simply drag and drop the related field from one table to another, as follows: 1. Point to and press the left mouse button over the left table's linking field. 2. Drag your mouse over the right table's linking field. 3. Release the left mouse button. Whenever you add tables to a query, the following guides should be observed: 1. If you want to use your query with a predefined Vanguard report, the Query Field Definition must contain the GID field. Some reports may require additional fields, but all require at least this one. 2. The query should contain the General table. Copyright Vanguard Appraisals, Inc. 3

5 Types of Joins The simplest join relationship is termed one-to-one. That is, there is one record in table A that corresponds to one record in table B. A good example is the link between the General table and the (state specific) value table (IAVALUE, MOVALUE, ILVALUE). Each parcel has only one set of current values. Another type of join is what is called one-to-many (or zero-to-many). For example the General table and the Photo table is one to many. That is to say, for a single parcel as defined by the General, there could be zero or more Photo records. For CAMAvision Real Estate, most table relationships are of the latter kind: one parcel could have many photos, notes, sales, permits, yard items, sketches the list goes on. The typical table join, either one-to-one or one-to-many, returns all matching records between tables. This is also the most often used type of Query Wizard search. Additionally the Query Wizard supports more complex joins between tables that return all matching records from one table and zero or more records from another. The term outer is used to describe these joins. So why would we use outer joins? As my example report farther in this outline illustrates, it allows us to create complex reports listing both parcels that have photos, and those that do not. If I did not join the tables together in this way my report would be limited to either parcels that only have photos or those that do not. Table Join Types and What They Look Like To manipulate the Join, use your mouse and click on a join line to select it (it will become bold). Next press the Edit Join button on the toolbar. Copyright Vanguard Appraisals, Inc. 4

6 TIP: Most databases cannot efficiently process more than seven joined tables at a time. And with few exceptions one-to-many type joins are slower than one-to-one. Unless you are willing to wait for several minutes for a query to return results, plan your custom queries with as few tables as possible. Removing Table Joins Removing table links from a report is a two-step process: 1. Select the table link to delete by pressing your the left mouse button over the selected table link. This will highlight the selected table link. 2. Press the tool bar button to remove the table link, or use the Edit Unlink Tables menu. TIP: Make sure you replace a table join, or remove the table altogether before executing your query. Unlinked tables can not be left in the query and will generate an error. TIP: You can also remove links by removing the associated tables from your query. Advanced Field Editing Format: The Format property determines the manner in which the field will be displayed. The field Type determines how you can format the field. Formatting Numbers 0 Digit placeholder. If the value being formatted has a digit in the position where the '0' appears in the format string, then that digit is copied to the output string. Otherwise, a '0' is stored in that position in the output string. # Digit placeholder. If the value being formatted has a digit in the position where the '#' appears in the format string, then that digit is copied to the output string. Otherwise, nothing is stored in that position in the output string.. Decimal point. The first '.' character in the format string determines the location of the decimal separator in the formatted value; any additional '.' characters are ignored., Thousand separator. If the format string contains one or more ',' characters, the output will have thousand separators inserted between each group of three digits to the left of the decimal point. The placement and number of ',' characters in the format string does not affect the output, except to indicate that thousand separators are wanted. $ Dollar sign. If the format string begins with the $ character, the output will be formatted with the dollar sign. Formatting Numbers Examples 1. $#,##0.00 = $1, or $ = or Copyright Vanguard Appraisals, Inc. 5

7 Formatting Dates The Format Date property determines the manner in which a Date, Time or DateTime field will be displayed. Valid formatting masks include the following: c Displays the date using the format given by the ShortDateFormat system setting, followed by the time using the format given by the LongTimeFormat system setting. The time is not displayed if the fractional part of the DateTime value is zero. d Displays the day as a number without a leading zero (1-31). dd Displays the day as a number with a leading zero (01-31). ddd Displays the day as an abbreviation (Sun-Sat) using the strings given by the ShortDayNames system setting. dddd Displays the day as a full name (Sunday-Saturday) using the strings given by the LongDayNames system setting. ddddd Displays the date using the format given by the ShortDateFormat system setting. dddddd Displays the date using the format given by the LongDateFormat system setting. m Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed. mm Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed. mmm Displays the month as an abbreviation (Jan-Dec) using the strings given by the ShortMonthNames system setting. mmmm Displays the month as a full name (January-December) using the strings given by the LongMonthNames system setting. yy Displays the year as a two-digit number (00-99). yyyy Displays the year as a four-digit number ( ). h Displays the hour without a leading zero (0-23). hh Displays the hour with a leading zero (00-23). n Displays the minute without a leading zero (0-59). nn Displays the minute with a leading zero (00-59). s Displays the second without a leading zero (0-59). Copyright Vanguard Appraisals, Inc. 6

8 ss Displays the second with a leading zero (00-59). am/pm Uses the 12-hour clock for the preceding h or hh specifier and displays 'am' for any hour before noon, and 'pm' for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly. / Displays the date separator character given by the DateSeparator system setting. : Displays the time separator character given by the TimeSeparator system setting. Formatting Date Examples 1. ddd. mmmm d, yyyy = Mon. August 5, mm/dd/yyyy = 08/05/ m/d/yyyy h:nn am/pm = 8/5/2007 3:42 pm Grouping and Summation of Fields Show: The Show property determines how a field will be displayed in your report. The two most common settings are: Show, to include the field in Preview Records Hide, to hide the field from Preview Records and Preview Report. Copyright Vanguard Appraisals, Inc. 7

9 There are other settings for Show, and once mastered, can really help you unlock the value in your data. Group: Used when one or more fields has a Show setting of: Sum, Count, Average, Minimum or Maximum. Any fields that do not have one of these settings MUST be set to Group or Hide. TIP: When using the Group setting along with a Sum, Average, Minimum or Maximum, it is best to have as few fields in your query as possible. Your query will be less prone to syntax errors and will perform better, too. Hide: Prevents the field from displaying on the report. Use Hide when you need to search a field but do not want that field displayed. Example: Display all orders where DBA equals "McDonalds". Since there is only one company, there is little need to repeat the DBA name. Sum: Total up all the values in a set of records (field must be numeric). Count: Count the number of occurrences in a set of records. Average: Display the average value in a set of records. Minimum: Display the minimum value in a set of records. Maximum: Display the maximum value in a set of records. Understanding Show with Aggregate Calculations The Sum, Count, Average, Minimum and Maximum values are called aggregate functions. Filter values that are used on columns with an aggregate function are treated differently. For example: 1. Maximum: Display the maximum value in a set of records. 2. "Display parcels where PermitAmount was greater than 50" displays the RECORDS that exceed a PermitAmount greater than "Display parcels where the SUM of PermitAmount was greater than 500" displays the records where their collective TOTAL of PermitAmount exceeds 500. The first example applies the filter values against the actual values of the records. The second example applies the values after a calculation has been performed on a set of records. You may have other fields and filter values as needed in a query with aggregate functions, but they must have a Show setting of Group or Hide. Key Rules Governing Show 1. Use a Show value of "Hide" to hide fields that are only being filtered but not displayed. 2. Use a Show value of "Group" to calculate a summary values by other columns (i.e. "Show the number of photos per MapNumber"). a. Note: The MapNumber field would have a Show setting of "Group" and the Image_Count field would have a Show setting of "Sum." 1 3. Never use a Show setting of "Group" if the report does not include aggregate functions. 1 MapNumber and Image_Count are two fields found in the General table. Copyright Vanguard Appraisals, Inc. 8

10 Advanced Field Filters: Custom Expressions In addition to displaying fields as they exist in tables, you can also create field expressions to calculate new values from two or more fields, such as total dwelling value + total improvement value (IA_Values.Total_Dwelling_Value+ IA_Values.Total_Improved_Value). To display the "Custom Expressions" tab of the "Value Editor" dialog, double-click a blank field in the query filter grid, or invoke Value Editor on an existing field and switch to the Expression tab. Using Custom Expressions Double-click on Tables/Fields and Operators/Functions to add them to the custom expression field. Always observe the following rules when using custom field expressions: When adding field names to a custom expression, always double-click on fields from the tables outline rather than entering them by hand. The Query Wizard automatically checks for reserved words and punctuation when fields are selected from the tables outline. Use a table name (as it appears in the Tables/Fields list) in a custom expression. Surround table and fields names that have punctuation or spaces, or are reserved words with double quotes. Copyright Vanguard Appraisals, Inc. 9

11 If these rules are not followed faithfully, the SQL code that is generated may fail. If you receive a TOKEN error after executing a query, the problem is most likely a missing table name in a custom expression, or a name that cannot be processed correctly without double quotes. Resolving Token Errors The Query Wizard automatically checks for over 270 reserved words, spaces and punctuation when fields are selected from the tables outline. However, if a TOKEN error does occur on a field name chosen from the tables outline, you can use custom field expressions to work around the problem. This is a two step process: Add quotes to the Header if it matches the field name. Select the field from custom field expressions and add quotes. TIP: If you already have an existing database field selected, you create a Custom Expression from the field by switching tabs and entering the expression text. The original field will be left intact in the query grid when you press [OK]. This allows you to convert a specific field to a custom expression without leaving the "Value Editor" dialog. Custom Expression Syntax Differences between Firebird and MS SQL Server While most of the custom expression syntax is the same between Firebird and MS SQL Server, there are couple differences that I outline here. Most users will never encounter these differences and if you run into trouble, call VCS Technical Support we re glad to help! SUBSTRING() Function: This example demonstrates stripping off the first five characters of the PIN. Firebird: SUBSTRING(General_.Parcel_Number FROM 6 FOR 255) MS SQL Server: SUBSTRING(General_.Parcel_Number, 6, 255) String Concatenation Operator: This example demonstrates stringing the house number and address string together. Firebird: Use the double-pipe ( ) Example: General_.House_Number ' ' General_.Address MS SQL Server: Use the plus sign (+) Example: General_.House_Number + ' ' + General_.Address More Custom Expression Examples Example of calculating the percentage difference from the current value to the prior year value for Missouri. ((MO_Values.MO_Total_Val - MO_Prior_Year.MO_Total_Val) / (MO_Prior_Year.MO_Total_Val )) * 100 Copyright Vanguard Appraisals, Inc. 10

12 Example summing up the total improvement value on a parcel for IA/MN. IA_Values.Total_Dwelling_Value + IA_Values.Total_Improved_Value To avoid division-by-zero errors, the very small number is added to the divisor. It is small enough to prevent these mathematical errors and not have an effect on the outcome of quotient. Pro-version Report Designer The Layout Page is like a painter's canvas, and the Page Designer dialog is like a painter's palette and brush set. As a painter transforms simple colors into works of art, you will use Layout Page to transform rows and columns of raw data into professional business reports. Copyright Vanguard Appraisals, Inc. 11

13 To place objects, press the Page Designer icon Objects" menu to display the following dialog: or right mouse click over the layout and select the "Place Placing Objects The left side of the Page Designer's "Place" tab displays all the objects available within the designer. To place these objects, press an icon and point to the layout page (pick-and-plop). To place multiple copies of an object, hold your shift key and click on the layout page as many times as needed. To cancel the placement of an object, select the Pointer icon. Information about specific objects follows: Object Label Memo Rectangle, Circle, Lines Image Date, Time Page Number, Page Count Description 1 to 245 characters 1 to 32,767 characters. For maximum performance, use labels where possible. Various static shapes shapes. Windows Bitmap (BMP) or JPEG images. Objects function. Objects with function. Fields are label objects containing a [Field Header] in square brackets. The [Field Header] must have been defined in Define Search before field data will be displayed. Copyright Vanguard Appraisals, Inc. 12

14 Placing Fields The right-hand side displays all the fields that were previously selected from Define Search. To place fields, press the left mouse button over the selected field, move your mouse over the layout page and release the left mouse button (drag-and-drop). To place multiple fields, hold your shift key, select all desired fields and dragand-drop them as described above (holding the shift key throughout the process). Placing Fields without Captions Captions are normally added when placing fields. To turn this off, uncheck the "Automatically Caption Fields" option. Placing Fields with Aggregate Calculations To place fields with aggregate calculations, select Sum, Count, Minimum, Maximum or Average from the "Calculate Field" combo box. This will cause the field name to be surrounded by a calculation function. Functions in the Report Designer The Query Wizard supports 10 special functions available in Layout Page, Displays the current date according to the system clock. Displays the current time according to the system Displays the current page Displays total pages in the Totals numeric fields within the current Displays the minimum field value within the current section. If the field is a string value, only the first 15 characters are used to determine the minimum value, without regard to Displays the minimum field value within the current section. If the field is a string value, only the first 15 characters are used to determine the maximum value, without regard to Displays the average value of numeric fields within the current section using the Displays the number of records within the current section. Examples of Functions All functions are case insensitive and can be used as part of a field or label caption. Examples include: This caption displays "Page 1 of 10" The minimum value This caption displays "The minimum value is 10" Copyright Vanguard Appraisals, Inc. 13

15 Report This caption displays "Report printed February 15, 2007 at 12:30 pm; the actual date and time formats depend on how the ShortDate was configured in your Windows Regional Settings. The Regional Settings dialog can be found in the Windows Control Panel. TIP: It is possible to use the SUM(), MIN(), and functions without the need of using Grouping and aggregete expressions in your query. Copyright Vanguard Appraisals, Inc. 14

16 Not only can you preview the report, but you can review the data grid of the same data for possible export. Copyright Vanguard Appraisals, Inc. 15

17 Pro-Version Exporting of Data To Export query results to an Excel spreadsheet: While on the Preview screen, select File and Export. The screen below is then displayed. Choose Export file type: dbase DBF CSV (comma separated values) Tab delimited values Type a File name and then select the file location. Copyright Vanguard Appraisals, Inc. 16

18 Selecting the file location button above, displays the Select file name dialog box. Select where you want to put the export file and click Save. Hint: I always put everything on my Desktop so I can find it. For CSV (Comma Separated Value) exports, you have additional options: 1. Should a field name header line be included (useful with Excel), 2. What character to use to separate each data field, and 3. How to quote text fields (if at all). This is useful if text fields contain commas you don t want those commas wreaking havoc with the commas used to separate the fields. Select OK to Save the File to your specified location. This Information is displayed showing the file create was successful. Select OK. Copyright Vanguard Appraisals, Inc. 17

19 TIP: For the Legal description field (found the General table), and Note fields, you can not use the DBF export format to bring these fields into Excel. This is not a limitation of the export. Rather it is a limitation of Excel. These fields, if selected, are being exported Excel is simply not able to import Blob fields. After opening Excel, Select File and Open. The Open dialog box opens. Select the location of the file. Select All Files from the Files of Type drop down box. Copyright Vanguard Appraisals, Inc. 18

20 Select the File to Open and then select the Open button. Notice the VCS file was exported with all the field headings and each field that was included in the Query grid. Also notice it is still sorted by Appraised value. Copyright Vanguard Appraisals, Inc. 19

Vanguard Appraisals, Inc. CAMA-X. Advanced Query Wizard And Pro-Version Report Design

Vanguard Appraisals, Inc. CAMA-X. Advanced Query Wizard And Pro-Version Report Design Vanguard Appraisals, Inc. CAMA-X Advanced Query Wizard And Pro-Version Report Design Copyright 1995 2008 Vanguard Appraisals, Inc. Grouping Data & Where to find it? General & Status/Legal tab contents

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

NCSS Statistical Software. The Data Window

NCSS Statistical Software. The Data Window Chapter 103 Introduction This chapter discusses the operation of the NCSS Data Window, one of the four main windows of the NCSS statistical analysis system. The other three windows are the Output Window,

More information

Using Custom Number Formats

Using Custom Number Formats APPENDIX B Using Custom Number Formats Although Excel provides a good variety of built-in number formats, you may find that none of these suits your needs. This appendix describes how to create custom

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Formatting cells. Microsoft Excel Cell alignment. Format cells options

Formatting cells. Microsoft Excel Cell alignment. Format cells options Formatting cells Microsoft Excel 2003 Cell alignment 1. Select a cell or cells that you wish to apply alignment 2. Click Left, Centre or Right alignment. Left, Centre, Right Format cells options 1. Highlight

More information

Excel's functionality falls into three different categories:

Excel's functionality falls into three different categories: Excel Data Analysis Options Excel's functionality falls into three different categories: entering data, analyzing data, and displaying the results. Understanding and accurately performing these functions

More information

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Adobe EchoSign Calculated Fields Guide

Adobe EchoSign Calculated Fields Guide Adobe EchoSign Calculated Fields Guide Version 1.0 Last Updated: May, 2013 Table of Contents Table of Contents... 2 Overview... 3 Calculated Fields Use-Cases... 3 Calculated Fields Basics... 3 Calculated

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Technical Documentation Version 7.3 Output

Technical Documentation Version 7.3 Output Technical Documentation Version 7.3 Output These documents are copyrighted by the Regents of the University of Colorado. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Laboratory 1. Part 1: Introduction to Spreadsheets

Laboratory 1. Part 1: Introduction to Spreadsheets Laboratory 1 Part 1: Introduction to Spreadsheets By the end of this laboratory session you should be familiar with: Navigating around a worksheet. Naming sheets and cells. Formatting. The use of formulae.

More information

Band Editor User Guide Version 1.3 Last Updated 9/19/07

Band Editor User Guide Version 1.3 Last Updated 9/19/07 Version 1.3 Evisions, Inc. 14522 Myford Road Irvine, CA 92606 Phone: 949.833.1384 Fax: 714.730.2524 http://www.evisions.com/support Table of Contents 1 - Introduction... 4 2 - Report Design... 7 Select

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

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

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 2

Microsoft Office 2010: Introductory Q&As Access Chapter 2 Microsoft Office 2010: Introductory Q&As Access Chapter 2 Is it necessary to close the Navigation Pane? (AC 78) No. It gives you more room for the query, however, so it is usually a good practice to hide

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

The DDE Server plugin PRINTED MANUAL

The DDE Server plugin PRINTED MANUAL The DDE Server plugin PRINTED MANUAL DDE Server plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Integrating Word with Excel

Integrating Word with Excel Integrating Word with Excel MICROSOFT OFFICE Microsoft Office contains a group of software programs sold together in one package. The programs in Office are designed to work independently and in conjunction

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

CAMAvision Batch Processing

CAMAvision Batch Processing CAMAvision Batch Processing Batch Processing offers many different functions possible when editing or updating a large number of parcels at one time. All parcels must be returned to the database from All

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

MIS 2502 Access 2007 Tutorial

MIS 2502 Access 2007 Tutorial Introduction...1 1. Creating Tables...2 1. Table Relationships...8 2. Queries... 13 4. Parameterized Query... 25 5. Forms... 37 6. Form Controls... 45 7. Sub Forms for 1:M Relationships... 53 8. Sub Forms

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Advanced Excel Reporting

Advanced Excel Reporting SedonaOffice Users Conference San Francisco, CA January 21 24, 2018 Advanced Excel Reporting Presented by: Matt Howe This Page Intentionally Left Blank Page 2 of 20 Table of Contents Overview... 4 Making

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

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

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Potpourri 31 Lesson 3 P otpourri Les s on Topics The Fill Command Wrapping Text View Options Edit Options Other Fill Handle Uses Les s on Objectives At the end of the lesson, you will be able

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 Excel 2007 is a software program that creates a spreadsheet. It permits the user to enter data and formulas to perform mathematical and Boolean (comparison) calculations on the

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

The Direct Excel Connection plugin PRINTED MANUAL

The Direct Excel Connection plugin PRINTED MANUAL The Direct Excel Connection plugin PRINTED MANUAL Direct Excel Connection plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software.

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software. CenterStone Reports User Guide Version 1 Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software The information contained herein is the property of Manhattan Software,

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Excel Worksheets A Quick Reference Guide 1 Getting Started Excel is a powerful spreadsheet program. To open up a new Microsoft Excel 2001

More information

Creating Custom Merge Documents in Marketing Tools

Creating Custom Merge Documents in Marketing Tools Creating Custom Merge Documents in Marketing Tools Copyright 2018 TABLE OF CONTENTS Unit 1: Creating New Merge Documents 5 Adding a New Document or Envelope 6 Inserting Dynamic Merge Fields 7 Changing

More information

COURSE CONTENT EXCEL BASIC ONE DAY

COURSE CONTENT EXCEL BASIC ONE DAY COURSE CONTENT EXCEL BASIC ONE DAY SOME OF THE BENEFITS OF USING A SPREADSHEET STARTING EXCEL GETTING YOURSELF ORIENTATED WITH THE EXCEL SCREEN THE OFFICE BUTTON/FILE TAB THE TITLE BAR THE RIBBONS GROUPS

More information

As your databases continue to evolve, you will need to incorporate advanced queries and reports. This chapter addresses how to create and use action

As your databases continue to evolve, you will need to incorporate advanced queries and reports. This chapter addresses how to create and use action As your databases continue to evolve, you will need to incorporate advanced queries and reports. This chapter addresses how to create and use action queries and how to create queries that perform more

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

Introduction to. Excel XP Bob Booth December 2004 AP-Excel5. University of Sheffield

Introduction to. Excel XP Bob Booth December 2004 AP-Excel5. University of Sheffield Introduction to Excel XP December 2004 AP-Excel5 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED...4 3.1 STARTING EXCEL... 4 3.2 SELECTING CELLS...

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Getting Started Guide

Getting Started Guide SnagIt Getting Started Guide Welcome to SnagIt Thank you for your purchase of SnagIt. SnagIt is the premier application to use for all of your screen capturing needs. Whatever you can see on your screen,

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

PracticeMaster Report Writer Guide

PracticeMaster Report Writer Guide Copyright 2014-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( ) are registered trademarks of Software Technology,

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

Chapter 2: Clients, charts of accounts, and bank accounts

Chapter 2: Clients, charts of accounts, and bank accounts Chapter 2: Clients, charts of accounts, and bank accounts Most operations in BankLink Practice are client specific. These include all work on coding transactions, reporting, and maintaining chart of accounts

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

Excel Contents. MS Excel /3/2011 JSD#2-Neptune Page 1

Excel Contents. MS Excel /3/2011 JSD#2-Neptune Page 1 Excel 2013 Contents Contents... 1 Opening Start Screen... 2 Formatting cells... 2 Modifying information in a cell... 2 Autofil... 3 Merge and Center Headings and Merge Cells... 3 Auto Calculation... 3

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

EnableBasic. The Enable Basic language. Modified by Admin on Sep 13, Parent page: Scripting Languages

EnableBasic. The Enable Basic language. Modified by Admin on Sep 13, Parent page: Scripting Languages EnableBasic Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Parent page: Scripting Languages This Enable Basic Reference provides an overview of the structure of scripts

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

In Depth: Writer. The word processor is arguably the most popular element within any office suite. That. Formatting Text CHAPTER 23

In Depth: Writer. The word processor is arguably the most popular element within any office suite. That. Formatting Text CHAPTER 23 CHAPTER 23 In Depth: Writer The word processor is arguably the most popular element within any office suite. That said, you ll be happy to know that OpenOffice.org s Writer component doesn t skimp on features.

More information

Table Of Contents. Table Of Contents

Table Of Contents. Table Of Contents Windows and Files Table Of Contents Table Of Contents Minitab Windows... 5 Windows... 5 Rename Graph... 5 Rename Worksheet... 5 Data Window... 7 Data Window Overview... 7 General information on working

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Top 15 All-Time Excel Hints & Tips

Top 15 All-Time Excel Hints & Tips Top 15 All-Time Excel Hints & Tips Even with new versions of Excel, many hints and tips continue to provide great value to Excel users. Now, combine that with the new features of Excel, and you have a

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818)

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818) Information Technology MS Office 2007/10 Users Guide Excel 2007/2010 Don t be afraid of PivotTables Prepared by: Tina Purtee Information Technology (818) 677-2090 tpurtee@csun.edu [ DON T BE AFRAID OF

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye Sample Chapters Copyright 2010 by Curtis Frye All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=191751 Chapter at a Glance Analyze data dynamically

More information