Crystal Reports JD Edwards EnterpriseOne and World

Size: px
Start display at page:

Download "Crystal Reports JD Edwards EnterpriseOne and World"

Transcription

1 Crystal Reports JD Edwards EnterpriseOne and World Calculating Percentages Using Crystal Reports Table of contents INTRODUCTION... 2 GENERAL OVERVIEW... 2 CALCULATING A PERCENTAGE WITHOUT USING A SUMMARY FIELD... 2 CALCULATING A PERCENTAGE WITH A SUMMARY FIELD... 2 EXAMPLES... 4 SUMMARY Preferred Strategies, LLC 1

2 Introduction This document explores the techniques involved in calculating percentages using Crystal Reports and provides both a general overview as well as a detailed example of the steps used to build formulas that calculate percentages in Crystal Reports. General Overview A percentage may be described as a proportion where one number is compared with another number. Many people are familiar with the steps involved in calculating a percentage: divide the part by the whole where the part is the numerator and the whole is the denominator. The same concept applies in the calculation using Crystal Reports, the challenge is identifying the correct fields to use in the percentage calculation formulas. Database fields and formulas can be used to calculate a percentage in Crystal Reports, and many times percentage calculations include or are solely based on a subtotals or summaries of those fields. Calculating a percentage requires identifying which fields to use, and then creating a new formula that returns the desired percentage. It should be mentioned that difficulty often arises when new users attempt to identify which fields to use for their percentage calculation. This is especially true in the case when using summary fields. Calculating a Percentage WITHOUT Using a Summary Field When calculating percentages using database or formula fields and displayed in the DETAILS section of the report canvas, a new formula must be created. Using Crystal Syntax, a formula may be created as follows: {Part} % {Whole} Alternatively, here is another way of expressing the same formula: ({Part}/{Whole})*100 (multiply by 100 for display purposes) The first line of both formulas (if {Whole} = 0 then 0) is included as a test to determine if the denominator is zero. In the case that the denominator is a zero value, the whole formula returns a zero value. If that logic is not included, and the denominator is zero, the formula will produce an error when the report is refreshed. For purposes of this document we will use the first formula. Calculating a Percentage WITH a Summary Field Calculating a percentage using straight database or formula fields is fairly straightforward. The next step we will take involves calculating a percentage using summary or subtotal fields. Summary fields are produced when data in the details section of a report is summarized at a group level. For example: A Subtotal in Group Footer #1 returns the sum of all records that fall within Group Level #1. A Count Summary in Group Footer #2 counts all records in the details section for that particular group and returns that number in Group Footer #2. 2 Preferred Strategies, LLC

3 Any time a summary field is created, Crystal Reports creates a summary field in the Formula Editor of the Field explorer. A screenshot that displays summary fields found in the Field Tree in the Formula Editor is shown below. Notice how the summary fields are preceded by a Σ which indicates that the field is in fact a summary field. Also notice that the group level that the summary field resides in precedes the summary field, as well as the field used to group. In the sample above, Group #1 indicates the group level Company indicates the field used to group. Understanding how to identify these summary fields is important because they will be used in the formula that you use to calculate your percentage. When you double-click on the summary to add the summary into your formula text, Crystal Reports displays the summary calculation slightly different than how it is displayed in the Field Tree. Summary Function Field or Formula being summarized Field or Formula used to create group Calculating a percentage using a summary field requires identifying the correct fields based on which field or formula is being summarized and which group level the summary field resides. Calculating Percentages using Crystal Reports 3

4 Lets look at an example to calculate an Object Account subtotal as a percentage of the Company subtotal, both based on a fictional amount called {Field}: if Sum ({Field}, {@II - Company}) = 0 then 0 else Sum ({Field}, {@II - Object Account}) % Sum ({Field}, {@II - Company}) In this formula, Sum ({Field}, {@II - Company}) is the whole or sum at the Company group level. Alternately, Sum ({Field}, {@II - Object Account}) is the part or sum at the Object Account group level. We will now go through an example to clarify the process of creating a percentage in a real report. Examples Lets say that you are building an income statement by company for your organization. You have created several groups on the report to display one line per object account and further group all object accounts based on whether they are classified as revenue, cost of materials, fixed expenses, etc. The report must include a column that calculates the Actual Amount Period Balance for each summary/group level as a percentage of total revenue for the company Looking at a pre-built income statement, we have created the groups and subtotals for Actual Amount. Starting with the lowest level summary displayed on the report, we are going to determine how much a particular object account subtotal contributes to a company as a percentage of all revenue contributed. The screenshot below displays part of the income statement without the desired percentages. We would like to insert a formula into the areas enclosed by the circle that determines the Actual Amount subtotal as a percentage of company revenue. In this report the formula will be placed in Group Footer #5 of the report. 1. Identify the part or numerator Identifying the numerator is fairly easy. In this example the subtotal of Period Actual Amount in the Group Footer #5 is the part, which is the same field displayed in the Group Footer #5 under the Actual column on the report. The name of the formula that the summary field has been created from in this report is 4 Preferred Strategies, LLC

5 {IV CY?Period Actual Amount}. In the formula field explorer, the summary field for Group #5: 2. Identify the whole or denominator In order to calculate a percentage based on total company revenue, you must first create a formula that isolates revenue accounts and insert a subtotal for that formula into the Company group footer. The subtotal in the Company group footer returns total company revenue and will now be used as the whole in the percentage calculation. In this report, the formula to isolate revenue: {IV CY? Period Actual Amount Revenue} if {@VIIII - *Criteria - Revenue Amounts} then {@IV - CY?Period Actual Amount}*-1 else 0 When the subtotal is inserted into the Company group footer, it creates the following summary field in the formula field explorer: 3. Create the percentage formula Start by creating a new formula in the field explorer and then giving that formula a name that identifies it as a percentage. At this point you will open the formula editor and look for the summary fields that you will use in the formula. We ve already identified the numerator or Part and the denominator or Whole {Part} % {Whole} Calculating Percentages using Crystal Reports 5

6 Next we will build the actual formula to express the percentage. The actual formula in this case looks like this: if Sum - CY?Period Actual Amount - Revenue}, {@II - Company}) = 0 then 0 else Sum ({@IV - CY?Period Actual Amount}, {@II - Object Account}) % Sum ({@IV - CY?Period Actual Amount - Revenue}, {@II - Company}) Remember that this formula is specifically used to express the object account balance as a percentage of total revenue. Therefore the formula will be inserted into the report at group level #5. New formulas must be created in order to express percentages for other amounts, or summary fields in other groups. 4. Insert the percentage formula onto the report and format Save and close the formula then insert the formula into group footer #5 of the report. Preview the report to view the results. We can see that the percentage field is in the report and that it is calculating correctly. In order to display the field with the % sign the field must be formatted. You can format the field to display the % sign by highlighting the field (clicking on the field once) and then clicking the % in the toolbar. A screenshot showing the properly formatted percentage field is displayed below: 6 Preferred Strategies, LLC

7 Looking at the example above we see that the new percentage is displayed in Group Footer #5 in the Actual % column. When calculating percentages, you must create separate percentage formulas for each group level and report column combination. For example, the percentages displayed under % column for Actual, Budget and Variance columns in the Group Footer #5 are separate formulas. Similarly, in order to display a percentage in the same column but a different group, you would have to create a new formula that again calculates percentage but uses the other group s summary fields. Lets review the process again as we build a new formula that determines a similar percentage in the same column but for a summary in another group footer. In the sample above we also need to calculate the subtotal in Group Footer #4 as a percentage of total revenue. This formula will determine Total Revenue and Total Cost of Materials subtotals as a percentage of total Company revenue. Calculating Percentages using Crystal Reports 7

8 1. Identify the part or numerator In this example the subtotal of Period Actual Amount in the Group Footer #4 is the part, which is the same field displayed in the Group Footer #4 under the Actual column on the report. Revenue and cost of materials subtotals are created in the Group #4 based on the - *Row Flag 1} formula. The name of the formula that the summary field has been created from in this report is {IV CY?Period Actual Amount}. In the formula field explorer, the summary field for Group #4: 2. Identify the whole or denominator Since the percentage formula is in the same column as the previous formula we created, the whole or denominator is the same. It is the total company revenue in the Company Group Footer. 3. Create the percentage formula Create the percentage formula using the identified numerator or Part and the denominator or Whole. {Part} % {Whole} Build the actual formula to express the percentage. The actual formula in this case looks like this: if Sum ({@IV - CY?Period Actual Amount - Revenue}, {@II - Company}) = 0 then 0 else Sum ({@IV - CY?Period Actual Amount}, {@II.a - *Row Flag 1}) % Sum ({@IV - CY?Period Actual Amount - Revenue}, {@II - Company}) Remember that this formula is specifically used to express the revenue and cost of materials balances as a percentage of total revenue. Revenue and cost of materials subtotals are created in the Group #4 based on the {@II.a - *Row Flag 1} formula. Therefore the formula will be inserted into the report at group level #4. 8 Preferred Strategies, LLC

9 4. Insert the percentage formula onto the report and format Save and close the formula then insert the formula into group footer #4 of the report. Preview the report to view the results. One final percentage that we will calculate in this exercise is the gross profit as a percentage of total revenue. In the sample above we also need to calculate the subtotal in Group Footer #3 as a percentage of total revenue. This formula will determine Gross Profit subtotal as a percentage of total Company revenue. 1. Identify the part or numerator In this example the subtotal of Period Actual Amount in the Group Footer #3 is the part, which is the same field displayed in the Group Footer #3 under the Actual column on the report. Revenue and cost of materials subtotals are created in the Group #3 based on the {@II.a - *Row Flag 2} formula. Calculating Percentages using Crystal Reports 9

10 In the formula field explorer, the summary field for Group #3: 2. Identify the whole or denominator Since the percentage formula is in the same column as the previous formula we created, the whole or denominator is the same. It is the total company revenue in the Company Group Footer. 3. Create the percentage formula Create the percentage formula using the identified numerator or Part and the denominator or Whole. {Part} % {Whole} Build the actual formula to express the percentage. The actual formula in this case looks like this: if Sum ({@IV - CY?Period Actual Amount - Revenue}, {@II - Company}) = 0 then 0 else Sum ({@IV - CY?Period Actual Amount}, {@II.a - *Row Flag 2}) % Sum ({@IV - CY?Period Actual Amount - Revenue}, {@II - Company}) Remember that this formula is specifically used to express the gross profit balance as a percentage of total revenue. The gross profit subtotal is created in the Group #3 based on the {@II.a - *Row Flag 2} formula. Therefore the formula will be inserted into the report at group level #3. 4. Insert the percentage formula onto the report and format Save and close the formula then insert the formula into group footer #3 of the report. Preview the report to view the results. 10 Preferred Strategies, LLC

11 Summary Here is a final summary of the important points to remember when building these formulas and inserting them into the report: Identify the section of the report where you would like to insert your formula that calculates the percentage. Identify the specific fields that will be used to determine the percentage. Create the formula in the formula editor. The formula should appear like this: {Part} % {Whole} Insert the formula into the report by dragging it onto the report canvas. Format the field to display the field as a percentage. Refresh the report and view the results. Calculating Percentages using Crystal Reports 11

Welcome to the topic on Master Data and Documents.

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

More information

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

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

More information

8/19/2010. Crystal Reports Beginner Training: Part I August 13, 2010. Crystal Report Trainings. Intro to Crystal Reports TODAY!

8/19/2010. Crystal Reports Beginner Training: Part I August 13, 2010. Crystal Report Trainings. Intro to Crystal Reports TODAY! Crystal Reports Beginner Training: Part I August 13, 2010 Tom Bedall, Pro Seniors, Inc. Crystal Report Trainings Intro to Crystal Reports TODAY! Will be recorded and made available for FREE Crystal Reports

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Fractions to decimals

Fractions to decimals Worksheet.4 Fractions and Decimals Section Fractions to decimals The most common method of converting fractions to decimals is to use a calculator. A fraction represents a division so is another way of

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

Crystal Reports. Overview. Contents. Columnar Drill-Down Report

Crystal Reports. Overview. Contents. Columnar Drill-Down Report Crystal Reports Overview This document explains how to create a columnar report in Crystal Reports (CR). It will also explain how to create drill-down levels in a columnar report. Although this document

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician II Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together Crystal Reports Level 2 Computer Training Solutions Course Outline 1. Creating Running Totals Create a Running Total Field Modify a Running Total Field Create a Manual Running Total on Either Detail Data

More information

Reporting with Pentaho. Gabriele Pozzani

Reporting with Pentaho. Gabriele Pozzani Reporting with Pentaho Gabriele Pozzani A key feature Reporting is a key feature for a BI solution Used and delivered contents consist of Reporting 75-80% Analytical tools for OLAP 15-20% Data mining tools

More information

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

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

More information

Q&As: Microsoft Excel 2013: Chapter 2

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

More information

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co.

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co. Excel Pivot Tables 1 Table of Contents Pivot Tables... 3 Preparing Data for a Pivot Table... 3 Creating a Dynamic Range for a Pivot Table... 3 Creating a Pivot Table... 4 Removing a Field... 5 Change the

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

Access Tutorial 9: Advanced Forms

Access Tutorial 9: Advanced Forms Access Tutorial 9: Advanced Forms 9.1 Introduction: Using calculated controls on forms It is often useful to show summary information from the subform on the main form. The classic example of this is showing

More information

Using Pivot Tables in Microsoft Excel 2003

Using Pivot Tables in Microsoft Excel 2003 Using Pivot Tables in Microsoft Excel 2003 Introduction A Pivot Table is the name Excel gives to what is more commonly known as a cross-tabulation table. Such tables can be one, two or three-dimensional

More information

BASIC DRUPAL TRAINING. Getting Started with Digital Commons

BASIC DRUPAL TRAINING. Getting Started with Digital Commons BASIC DRUPAL TRAINING Getting Started with Digital Commons Contents Overview... 2 Log in to Staging Site... 2 Explore the Editing Environment... 4 Make a Simple Edit to an Existing Page... 5 Create a New

More information

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate 1 One-Way ANOVA using SPSS 11.0 This section covers steps for testing the difference between three or more group means using the SPSS ANOVA procedures found in the Compare Means analyses. Specifically,

More information

Developing Own Crystal Reports

Developing Own Crystal Reports Developing Own Crystal Reports 1.1.1 The Report Creation Wizard ShipWeight is delivered with a set of sample reports to be used with the Report Viewer. In many cases, the easiest way of creating your own

More information

Getting Started with Crystal Reports Session Description:

Getting Started with Crystal Reports Session Description: Session Description: If you would like to create customized reports look no further. This session will introduce you to the tools needed to write basic reports using the Report Wizard and Blank Report

More information

Toad for Data Analysts, Tips n Tricks

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

More information

PREPARATION FOR MATH TESTING at CityLab Academy

PREPARATION FOR MATH TESTING at CityLab Academy PREPARATION FOR MATH TESTING at CityLab Academy compiled by Gloria Vachino, M.S. Refresh your math skills with a MATH REVIEW and find out if you are ready for the math entrance test by taking a PRE-TEST

More information

Sage Intelligence Report Designer Add-In

Sage Intelligence Report Designer Add-In Sage Intelligence Report Designer Add-In Q: What is Sage Intelligence Reporting? A: Sage Intelligence Reporting helps you to easily control, automate and analyze your data to make better informed decision,

More information

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net 2015 County Auditors Institute May 2015 Excel Workshop Tips Working Smarter, Not Harder by David Scott, SpeakGeek@att.net Note: All examples in this workshop and this tip sheet were done using Excel 2010

More information

Using VLOOKUP to Combine Data in Microsoft Excel

Using VLOOKUP to Combine Data in Microsoft Excel Using VLOOKUP to Combine Data in Microsoft Excel Microsoft Excel includes a very powerful function that helps users combine data from multiple sources into one table in a spreadsheet. For example, if you

More information

Working with sections in Word

Working with sections in Word Working with sections in Word Have you have ever wanted to create a Microsoft Word document with some pages numbered in Roman numerals and the rest in Arabic, or include a landscape page to accommodate

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc.

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2011 Advanced Crystal Reports TeachUcomp, Inc. it s all about you Copyright: Copyright 2011 by TeachUcomp, Inc. All rights reserved.

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

9 Calculated Members and Embedded Summaries

9 Calculated Members and Embedded Summaries 9 Calculated Members and Embedded Summaries 9.1 Chapter Outline The crosstab seemed like a pretty useful report object prior to Crystal Reports 2008. Then with the release of Crystal Reports 2008 we saw

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

Microsoft Excel Tips & Tricks

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

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Exam Name: Excel 2010 Exam Type: Microsoft Exam Code: 77-882 Certification Microsoft Office Specialist (MOS) Total Questions: 26

Exam Name: Excel 2010 Exam Type: Microsoft Exam Code: 77-882 Certification Microsoft Office Specialist (MOS) Total Questions: 26 Question: 1 You work as a Sales Manager for Rainbow Inc. Your responsibility includes preparing sales report of the Sales department. You use Microsoft Excel 2010 to prepare sales reports. You have created

More information

Data Analysis with Microsoft Excel 2003

Data Analysis with Microsoft Excel 2003 Data Analysis with Microsoft Excel 2003 Working with Lists: Microsoft Excel is an excellent tool to manage and manipulate lists. With the information you have in a list, you can sort and display data that

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

More information

RuleSpeak R Sentence Forms Specifying Natural-Language Business Rules in English

RuleSpeak R Sentence Forms Specifying Natural-Language Business Rules in English Business Rule Solutions, LLC RuleSpeak R Sentence Forms Specifying Natural-Language Business Rules in English This original English version developed by Ronald G. Ross Co-Founder & Principal, Business

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

An Introduction to Excel Pivot Tables

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

More information

Microsoft Excel Training - Course Topic Selections

Microsoft Excel Training - Course Topic Selections Microsoft Excel Training - Course Topic Selections The Basics Creating a New Workbook Navigating in Excel Moving the Cell Pointer Using Excel Menus Using Excel Toolbars: Hiding, Displaying, and Moving

More information

Introduction to Microsoft Excel 2010

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

More information

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

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

More information

Quosal Form Designer Training Documentation

Quosal Form Designer Training Documentation Chapter 4 Advanced Form Design Concepts There is a huge amount of customization that can be done with the Report Designer, and basic quote forms only scratch the surface. Learning how to use the advanced

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Catalog Creator by On-site Custom Software

Catalog Creator by On-site Custom Software Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the

More information

Tutorial 1: Getting Started with a Simple Dashboard and Report... 3

Tutorial 1: Getting Started with a Simple Dashboard and Report... 3 CONTENTS About the Reporting Workbook.......................................... 1 Tutorial 1: Getting Started with a Simple Dashboard and Report.................. 3 Step 1: Create a New Dashboard...........................................

More information

Using and creating Crosstabs in Crystal Reports Juri Urbainczyk 27.08.2007

Using and creating Crosstabs in Crystal Reports Juri Urbainczyk 27.08.2007 Using and creating Crosstabs in Crystal Reports Juri Urbainczyk 27.08.2007 Using an creating Crosstabs in Crystal Reports... 1 What s a crosstab?... 1 Usage... 2 Working with crosstabs... 2 Creation...

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS Excel 2007 2 Table of Contents Getting started

More information

Building Ad Hoc Reports

Building Ad Hoc Reports Building Ad Hoc Reports Cognos enables you to build custom ad hoc reports that you may share with other Cognos users. Cognos This guide explains the basic process of creating and saving a report using

More information

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

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

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

EXCEL SOLVER TUTORIAL

EXCEL SOLVER TUTORIAL ENGR62/MS&E111 Autumn 2003 2004 Prof. Ben Van Roy October 1, 2003 EXCEL SOLVER TUTORIAL This tutorial will introduce you to some essential features of Excel and its plug-in, Solver, that we will be using

More information

Microsoft FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

More information

Business Objects. Report Writing - CMS Net and CCS Claims

Business Objects. Report Writing - CMS Net and CCS Claims Business Objects Report Writing - CMS Net and CCS Claims Updated 11/28/2012 1 Introduction/Background... 4 Report Writing (Ad-Hoc)... 4 Requesting Report Writing Access... 4 Java Version... 4 Create A

More information

Sophos Reporting Interface Creating Reports using Crystal Reports 2008

Sophos Reporting Interface Creating Reports using Crystal Reports 2008 Sophos Reporting Interface Creating Reports using Crystal Reports 2008 Creating Reports using Crystal Reports 2008 This document describes how to use Crystal Reports to create reports from data provided

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

How to Make the Most of Excel Spreadsheets

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

More information

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

Welcome to Basic Math Skills!

Welcome to Basic Math Skills! Basic Math Skills Welcome to Basic Math Skills! Most students find the math sections to be the most difficult. Basic Math Skills was designed to give you a refresher on the basics of math. There are lots

More information

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS Introduction and conversion program overview... 1 Conversion considerations and recommendations... 1 Conversion procedures... 2 Data

More information

Introduction to Pivot Tables in Excel 2003

Introduction to Pivot Tables in Excel 2003 The Company Rocks Introduction to Pivot Tables in Excel 2003 Step-by-step instructions to accompany video lessons Danny Rocks 4/11/2011 Introduction to Pivot Tables in Excel 2003 Pivot Tables are the most

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information

10.2 Series and Convergence

10.2 Series and Convergence 10.2 Series and Convergence Write sums using sigma notation Find the partial sums of series and determine convergence or divergence of infinite series Find the N th partial sums of geometric series and

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Relational Queries Creating a query can be a little different when there is more than one table involved. First of all, if you want to create a query that makes use of more than

More information

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

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

More information

How to use Microsoft Project? Basic Training to Help You during the BYI challenge

How to use Microsoft Project? Basic Training to Help You during the BYI challenge How to use Microsoft Project? Basic Training to Help You during the BYI challenge Table of Contents I. Main Concepts 1. Overview of Microsoft Project 2. Explanation of the main concepts II. How to : Create

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Development of Tools for the Assessment and Reporting of Year 10 ICT Competencies in the ACT

Development of Tools for the Assessment and Reporting of Year 10 ICT Competencies in the ACT Development of Tools for the Assessment and Reporting of Year 10 ICT Competencies in the ACT Bob Edwards Executive Officer, ACT Board of Senior Secondary Studies 1. Use of the ICTComp program to enter

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table.

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table. Sum and Product This problem gives you the chance to: use arithmetic and algebra to represent and analyze a mathematical situation solve a quadratic equation by trial and improvement Tom wants to find

More information

Using Excel 2000 to Create a Weighted-Grade Grade Book

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

More information

How do I access the Agent Web Page (AWP) inside of Matrix?

How do I access the Agent Web Page (AWP) inside of Matrix? Matrix AWPs The Guide June 2014 How do I access the Agent Web Page (AWP) inside of Matrix? From your Matrix homepage, go to: My Matrix Settings My Information Agent Web page tab Want to see how a completed

More information

Analyzing calorimetry data using pivot tables in Excel

Analyzing calorimetry data using pivot tables in Excel Analyzing calorimetry data using pivot tables in Excel 1. Set up the Source Table: Start in format 1. a. Remove the table of weights from the top to a separate page so the top row has the column labels.

More information

Data Access Studio User Manual

Data Access Studio User Manual Data Access Studio User Manual Table Of Contents Overview... 1 User Guide Structure... 2 ReportsNow Company Information... 3 Office Locations... 3 Trademarks... 3 Getting Started... 4 Sign into Data Access

More information

Umbraco v4 Editors Manual

Umbraco v4 Editors Manual Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...

More information

Excel 2007 - Using Pivot Tables

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

More information

COGNOS Query Studio Ad Hoc Reporting

COGNOS Query Studio Ad Hoc Reporting COGNOS Query Studio Ad Hoc Reporting Copyright 2008, the California Institute of Technology. All rights reserved. This documentation contains proprietary information of the California Institute of Technology

More information

Named Memory Slots. Properties. CHAPTER 16 Programming Your App s Memory

Named Memory Slots. Properties. CHAPTER 16 Programming Your App s Memory CHAPTER 16 Programming Your App s Memory Figure 16-1. Just as people need to remember things, so do apps. This chapter examines how you can program an app to remember information. When someone tells you

More information

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL CHAPTER 3 Smart Excel Appendix Use the Smart Excel spreadsheets and animated tutorials at the Smart Finance section of http://www.cengage.co.uk/megginson. Appendix Contents Excel prerequisites Creating

More information

Microsoft Office Word 2010: Level 1

Microsoft Office Word 2010: Level 1 Microsoft Office Word 2010: Level 1 Workshop Objectives: In this workshop, you will learn fundamental Word 2010 skills. You will start by getting acquainted with the Word user interface, creating a new

More information

HFCC Math Lab Arithmetic - 4. Addition, Subtraction, Multiplication and Division of Mixed Numbers

HFCC Math Lab Arithmetic - 4. Addition, Subtraction, Multiplication and Division of Mixed Numbers HFCC Math Lab Arithmetic - Addition, Subtraction, Multiplication and Division of Mixed Numbers Part I: Addition and Subtraction of Mixed Numbers There are two ways of adding and subtracting mixed numbers.

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

How to Create Your Own Crystal Report

How to Create Your Own Crystal Report How to Create Your Own Crystal Report Step 1 Figure out what table you need to use for your report. Click on Resources, then File Layouts and Program Information. Click on File Layouts to see the available

More information

Using the SAS Enterprise Guide (Version 4.2)

Using the SAS Enterprise Guide (Version 4.2) 2011-2012 Using the SAS Enterprise Guide (Version 4.2) Table of Contents Overview of the User Interface... 1 Navigating the Initial Contents of the Workspace... 3 Useful Pull-Down Menus... 3 Working with

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction: OpenOffice Writer is a word processing application

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Excel Basics By Tom Peters & Laura Spielman

Excel Basics By Tom Peters & Laura Spielman Excel Basics By Tom Peters & Laura Spielman What is Excel? Microsoft Excel is a software program with spreadsheet format enabling the user to organize raw data, make tables and charts, graph and model

More information