InfoMaster REPORT DESIGNER

Size: px
Start display at page:

Download "InfoMaster REPORT DESIGNER"

Transcription

1 InfoMaster REPORT DESIGNER

2 TABLE OF CONTENTS About Customized Advanced Reports... 2 Pre-Defined Advanced Reports... 2 Create Custom Advanced Report... 4 Goal: Final Report... 4 Creating custom report: step 1, Setup and Adding the Data... 5 Adding a Summary Table of Rehab Actions Vs Pipe Count, Pipe Length Adding a Bar Chart of Pipe Materials Vs Pipe Length Adding a Bar Chart of Risk Vs Pipe Length Saving the Report Template as.repx File Page 1

3 ABOUT CUSTOMIZED ADVANCED REPORTS InfoMaster s Advanced Reports option gives users the ability to create PDF reports based on the results data from an InfoMaster model. It is a very flexible feature, but with flexibility comes complexity. This User Guide is designed to assist users looking to apply this powerful, but more advanced, InfoMaster function. InfoMaster s Advanced Reports can be found in the Toolbox of the IM Operation Center. InfoMaster comes with some pre-built Advanced Reporting options as well as the option to customize PDF reports. All Advanced Reports are essentially built off of two files:.json and.repx files. JSON files are open file documents which essentially store all the data the user would like to include in an Advanced Report. REPX files store the desired report template to display the data and results. This combination of raw data and an adjustable report template give InfoMaster users almost infinite options in creating PDF reports. PRE-DEFINED ADVANCED REPORTS InfoMaster users do not have to build custom reports from scratch or even design a report at all to create their first PDF report. InfoMaster comes downloaded with a few options already built in. These options include reports based on Survey Import, Work Manager, and Rehabilitation data. The following steps demonstrate how users can generate one of these Advanced Reports. 1. In the Toolbox within the IM Operation Center, right-click on Advanced Report and click New. 2. Enter Example, Rehab Analysis for the ID and Description. 3. Click Next in the initial window to accept the name and description. 4. In the next window, users select the type of report they d like to create. Select Rehabilitation Plan -> Facility Rehabilitation Plan and click Next. Page 2

4 5. In the next window, select a facility type which you have run Rehab Analysis for, the specific Rehab Analysis, and then click Next. Note that for some report types this step will not be required. 6. The last window allows users to choose the scope which this report should include. Users can also click Advanced Options to edit where and in what format this report is saved. Click Finish to generate and view the report 7. Once the report has been created, it can be recalled from the IM Operation Center so long as the InfoMaster project and PDF report are not moved. Page 3

5 CREATE CUSTOM ADVANCED REPORT The following steps outline how users can create their own custom reports. Custom Advanced Reports can be created when the user is looking for specific results to display and communicate not found within the pre-defined options. GOAL: FINAL REPORT At the end of this section, we want to create a rehab summary report that has: 1. A table listing all of the rehab action with Total Pipes Count, Pipes Count (Percent), Total Length (Miles), and Pipe Length Percent 2. A Pie Chart that show rehab action with its corresponding percentage. 3. A Bar Chart that plots Pipe Material Vs Pipe Length (Miles) 4. A Bar Chart that plots Pipe Age Vs Pipe Length (Miles) Page 4

6 CREATING CUSTOM REPORT: STEP 1, SETUP AND ADDING THE DATA 1. In the Toolbox within the IM Operation Center, right-click on Advanced Report and click New. 2. Enter Example, Rehab Analysis for the ID and Description. 3. Click Next in the initial window to accept the name and description. 4. Now click Library Manager. Here is where all the different PDF report types are shown. Pre-defined reports cannot be edited, but they can be copied and the copies can be edited. Here you can also create brand new report types from scratch. 5. Click Custom and then New to create a brand new custom report. Name it Custom. 6. In the following window, keep the default Report Title and Category and click Next >. 7. The Report Template Library will now appear. Here is where users can choose which data to include in the Advanced Report. This is where you can import raw data from.json files or reference tables from within your InfoMaster database or Table of Contents. Users can also create relationships between tables in this window. Page 5

7 9. Right click on the box on the left, and select Add Table 10. In the new dialog box, using InfoMaster Data option, select Gravity Main and Rehab Summary tab 11. In the same dialog, Query Builder can be used to create query string to filter data. In Select Columns tab, columns of the selected table can be included/excluded by checking/un-checking them. Right clicking will bring up a menu to Select All or Un-Select All. Page 6

8 Click Next and the dialog will close. The selected table will be added to the tree on the left. The table can be expanded to show all columns. To create the final report, pipes attributes such as Install Year, Pipe Length, and Pipe Material need to be included. Therefore, pipe s table need to be added to this Dataset. 12. Right clicking on the Rehab Summary table and select Add Table 13. In the new dialog, select Gravity Main table. Query string can be entered, if needed. Columns can also be included/excluded under the Select Columns tab Page 7

9 14. Click Next and the dialog will close. The pipe table should now be added to the tree under the Rehab Summary table. Select this gravity main or pressurized main table by left click it, its property should be shown on the right. Its name and its relationship with Rehab Summary table can be edited now. One or more pair of columns can be used as keys. In this example, PipeID from Rehab Summary and FacilityID from Pipe table will be selected as the keys. Click Save in the toolbar when all changes are made. 15. Once the Pipe table is added to the tree and the relationship set, Install Year, Pipe Material, and Pipe Length can be added onto Rehab Summary table for the reporting purpose. Right click on Rehab Summary table s name or any of its columns names and select Add Calculated Field Page 8

10 16. In the new dialog, expand Rehab Summary tree and then expand the Gravity Main or Pressurized Main table tree. Locate InsallDate field, click on Max on the right, and the double click on the InstallDate field. Max( Child(ssGravityMain).InstallDate) should be entered into the box under Field=. Field name is also entered if there is none. It can be changed to anything desired name. Select Date as the type. Click Validate and OK. 17. Repeat the process for Field Pipe Material (Text) and Pipe Length (Decimal). Page 9

11 18. Repeat one more time to add a field name Pipe Length in Miles. Again use the Pipe Length field in the pipe table, but this time divide it by The formula should read Max( Child(ssGravityMain).PipeLength )/5280. Select Decimal as the data type. 19. At the end, you should see the four added fields in the tree. Click Save as to save this dataset as a.json file for future. This file can be brought into InfoMaster to generate other reports. Click Next. Page 10

12 Creating custom report: step 2, Report Template 1. Click New (Layout), InfoMaster will start loading data and a blank report designer will open. This Report Template Library Window can display different.repx files you may wish to use as a custom report. You can create new templates here, load saved ones, and edit saved templates as well. In the Field List on the right, the tables selected earlier are shown with the fields that were added. Page 11

13 Adding a Report Title, Date, and Time 2. Add a title INFOMASTER REHAB REPORT and a date to the top of every page. To do this, a Page Header Band needs to be added to the report. Right click inside the Detail select Insert Band -> PageHeader 3. A Page Header Band will be repeated on every page, A Report Header Band will only appear once at the beginning of the report. In the Tool Box on the left, drag Label into Page Header Band and type in INFOMASTER REHAB REPORT. Resize the label by dragging the edge of the label. With the label selected, change its property on the Property Grid on the right. Locate its Font property and change it to Calibri, Bold, and size 24. Locate its Foreground Color property and change it desired color. 4. In the Tool Box on the left, drag Page Info next to the PageHeader or report title. Click on the arrow on the upper right of the Page Info and select Current Date and Time under Page Information. You can also change the format displayed by clicking Format under Page Info Tasks. Resize the Page Info by dragging the edge. With it selected, change its property on the Property Grid on the right. Locate its Font property and change it to Calibri, Bold, and size 10. Locate its Foreground Color property and change it desired color. Page 12

14 5. Right click inside the detailband1, select Insert Band -> GroupHeader A Group Header is repeated once for each group. In this report, no groups are specified so this band will only appear once. 6. Repeat step 3 to add a label into Group Header and enter Rehab Breakdown Change its Font, Foreground Color, and Background color as desired. Page 13

15 ADDING A SUMMARY TABLE OF REHAB ACTIONS VS PIPE COUNT, PIPE LENGTH 7. In Tool Box, drag Pivot Grid into your GroupHeader1. Adjust the size and click on the arrow on top. Select Facility Rehabilitation Plan as the Data Source. Then click Run Designer at the bottom 8. A Pivot Grid Designer will open. The Pivot Grid Designer allows users to choose from all the field types within the.json file and create pivot tables from them. Existing fields in Rehab Summary are listed under Field List. Double click on Actions, PipeID (twice), and Pipe Length in Miles (twice). Five fields are added and shown in the middle column. 9. Click on Actions, on the property grid on the right, locate Area property and change it to Row Area. 10. Click on the first PipeID, on the property grid on the right, locate Caption property and enter Total Pipes Count. Locate under Data, locate Summary Type, and change the type to Count. Under Behavior, locate Area property and change it to Data Area. Page 14

16 11. Click on the second PipeID, locate Caption and change to Pipes Count (Percent). Locate Summary Type and change it to Count. Locate Summary Display Type and change it to Percent Of Column Grand Total. Locate Area property and change it to Data Area. 12. Click on Pipe Length in Miles, change Caption to Total Length (Miles). Locate and expand Total Cell Format, enter Numeric in FormatType and #,###.## in Format String. Locate Area property and change it to Data Area. 13. Click on the second Pipe Length in Miles and change Caption to Pipe Length (Percent). Locate Summary Display Type and change it to Percent Of Column Grand Total. Locate Area property and change it to Data Area. 14. Click on the Layout on the left, if everything is done corrently. The table should looks similar to the one below. Reorder and resize as needed. Close the designer and click Save if prompted. 15. Back in the report designer, highlight the Pivot Grid and locate its property on the right. Inside the property grid, locate and expand View Options, locate Show Data Headers and change it to No. Page 15

17 Adding a Pie Chart of Rehab Action Vs Pipe Length Percentage 16. In the report designer, drag Chart from the Tool Box from the left into the same Group Header Band. A Chart Wizard will open. Locate and select Pie as the Chart Type. Click Next. 17. Select color and style for the Pie, Click Next. 18. Default Series. Click Next. Page 16

18 19. In the Data section, select the Series Binding tab. Locate and change Argument to Actions column. 20. In the same section, locate and change Binding mode to Summary Function. Click on the eclipse in Summary Function. A Summary Function dialog will open. Change the dropdown to SUM, and select Pipe Length in Miles as the column. Click OK. Page 17

19 21. At this point, the Pie chart is ready. More options (Title, Label, Color, etc ) can be change in the wizard. On the left, click on Point Labels and then click on the Point Options tab. Change Point view to Argument and Values. This will show both the Rehab Action and the percent value. Click Finish. Page 18

20 ADDING A BAR CHART OF PIPE MATERIALS VS PIPE LENGTH 22. Right click inside the detailband1, select Insert Band -> GroupHeader, click on the arrow on top to re-order the bands if needed. This second band should be after your band containing the table and pie chart. With the Group Header Band selected, locate Page Break property in the Property Grid and change it to Before the Band. 23. Create a label Pipe Material Breakdown and change its Font, Color, and style as desired. Drag in Chart from the Tool Box and select Bar as the Chart Type. Click Next. 24. In Appearance, Choose its color and style. Click Next 25. In Series section, there will be two series by default for Bar chart. Only one is needed. Click Remove to delete one. Click Next. Page 19

21 26. In Data section, navigate to Series Binding tab. Change Argument to Material field from Rehab, change Binding mode to Summary Function, and point Summary Function to Pipe Length in Miles from Rehab. 27. In Point Labels section, Point Options tab, make sure Value format is number and Value precision is set to 2 so that the numbers will be properly formatted. Page 20

22 28. In Axes section, select Primary AxisX in the dropdown box on the upper right. Go into Elements tab -> Title tab and check Visible to add a title to the X-axis. Change Text to Material. 29. Change to Primary AxisY on the dropdown on the upper right, repeat the process and add Length In Miles to the Y-axis. Page 21

23 30. Change any other options as desired. Click Finish. Resize the Bar chart on the report designer as desired. ADDING A BAR CHART OF RISK VS PIPE LENGTH 31. If you have a Risk analysis you d like to report, repeat step in the last section with the exception on step 26. Choose Risk as the report argument instead of the Material in step 26. SAVING THE REPORT TEMPLATE AS.REPX FILE 32. The report is now complete. Click File -> Save and name it anything you want. Page 22

24 33. Close the Report Designer. The template name and path should be listed and now you can proceed to generate the report in any format you want. This report format will now be saved in your Report Template Library. Page 23

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

LAB 2 CREATING A COMBINED PROPOSAL

LAB 2 CREATING A COMBINED PROPOSAL LAB 2 CREATING A COMBINED PROPOSAL OBJECTIVE Walk through the main steps of creating a single report that contains the contents of a number of reports (Contract, Proposal, Scope of Work, and Project Contact

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those bags. You

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

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Creating Automated Dashboard Excel 2013 Contents

Creating Automated Dashboard Excel 2013 Contents Creating Automated Dashboard Excel 2013 Contents Summarize Data Using Pivot Table... 2 Constructing Report Summary... 2 Create a PivotTable from worksheet data... 2 Add fields to a PivotTable... 2 Grouping

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

Basics: How to Calculate Standard Deviation in Excel

Basics: How to Calculate Standard Deviation in Excel Basics: How to Calculate Standard Deviation in Excel In this guide, we are going to look at the basics of calculating the standard deviation of a data set. The calculations will be done step by step, without

More information

Excel 2016 Intermediate for Windows

Excel 2016 Intermediate for Windows 1 Excel 2016 Intermediate for Windows Excel Intermediate Training Objective To learn the tools and features of Excel 2016, and gain vital skills to use Excel more efficiently and effectively. What you

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

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

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

PivotTables & Charts for Health

PivotTables & Charts for Health PivotTables & Charts for Health Data Inputs PivotTables Pivot Charts Global Strategic Information UCSF Global Health Sciences Version Malaria 1.0 1 Table of Contents 1.1. Introduction... 3 1.1.1. Software

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

TRAINING GUIDE. Advanced Crystal 1

TRAINING GUIDE. Advanced Crystal 1 TRAINING GUIDE Advanced Crystal 1 Using Crystal Reports with Lucity Advanced Examples 1 The fifth of a seven-part series, this workbook is designed for Crystal Reports users with some experience, who wish

More information

You can clear the sample data from the table by selecting the table and pressing Delete.

You can clear the sample data from the table by selecting the table and pressing Delete. Making Quick Tables Choose Insert tab. Then click Table. Then click Quick Tables. Select the style of table from the Quick Tables Gallery. You can clear the sample data from the table by selecting the

More information

Graphing VI-SPDAT Results in HMIS

Graphing VI-SPDAT Results in HMIS Graphing VI-SPDAT Results in HMIS Stephen Halliburton, Research Assistant David Tweedie, System Administrator Part 1 Creating the Variables Step 1: Select the Variable Editor to create the first variable

More information

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

How to Create Excel Dashboard used in Solutions Conference By Matt Mason How to Create Excel Dashboard used in Solutions Conference 2017 By Matt Mason The following is a step by step procedure to create the Dashboard presented by Matt Mason in the Excel Tips and Tricks session

More information

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz Overview In order to prepare for the upcoming POART, you need to look into testing as

More information

Microsoft Excel 2000 Charts

Microsoft Excel 2000 Charts You see graphs everywhere, in textbooks, in newspapers, magazines, and on television. The ability to create, read, and analyze graphs are essential parts of a student s education. Creating graphs by hand

More information

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE:

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE: Microsoft Excel Dashboard Creation #280 1855 KIRSCHNER ROAD KELOWNA, BC V1Y4N7 250-861-8324 TOLL FREE: 1-877-954-8433 INFO@POWERCONCEPTS.CA WWW.POWERCONECPTS.CA Dashboard Creation Contents Process Overview...

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

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK.

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK. PROCEDURES LESSON 21: BUILDING BASIC CHARTS Creating a Chart 1 Select the range of data you want to chart 2 Click the INSERT tab Charts Group 3 Click the desired chart category button 4 In the gallery,

More information

Microsoft Access 2013

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

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

Access 2013 Introduction to Forms and Reports

Access 2013 Introduction to Forms and Reports Forms Overview You can create forms to present data in a more attractive and easier to use format They can be used for viewing, editing and printing data and in advanced cases, used to automate the database

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Excel Tables & PivotTables

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

More information

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

Euroopa Liit Euroopa Sotsiaalfond. Eesti tuleviku heaks. PC-Axis User Instructions

Euroopa Liit Euroopa Sotsiaalfond. Eesti tuleviku heaks. PC-Axis User Instructions Euroopa Liit Euroopa Sotsiaalfond Eesti tuleviku heaks PC-Axis User Instructions Table of Contents Introduction... 3 Installation... 3 Using the Program... 3 Support Functions in PC-Axis... 5 Opening a

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

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

Creating Booklets Using Microsoft Word 2013 on a PC

Creating Booklets Using Microsoft Word 2013 on a PC Creating Booklets Using Microsoft Word 2013 on a PC Booklets are a great way to collect information and graphic samples and format them in a user-friendly publication to share with others. Examples: Collect

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2007 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2007 without entering a single formula. Pivot Tables let

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

MICROSOFT EXCEL Working with Charts

MICROSOFT EXCEL Working with Charts MICROSOFT EXCEL 2010 Working with Charts Introduction to charts WORKING WITH CHARTS Charts basically represent your data graphically. The data here refers to numbers. In Excel, you have various types of

More information

TRAINING GUIDE. Advanced Crystal 1

TRAINING GUIDE. Advanced Crystal 1 TRAINING GUIDE Advanced Crystal 1 Using Crystal Reports with Lucity Advanced Examples 1 The fifth of a seven-part series, this workbook is designed for Crystal Reports users with some experience, who wish

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

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

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation CAPE Community Behavioral Health Data How to Create CAPE Community Assessment and Education to Promote Behavioral Health Planning and Evaluation i How to Create County Community Behavioral Health Profiles

More information

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

Microsoft Excel 2002 M O D U L E 2

Microsoft Excel 2002 M O D U L E 2 THE COMPLETE Excel 2002 M O D U L E 2 CompleteVISUAL TM Step-by-step Series Computer Training Manual www.computertrainingmanual.com Copyright Notice Copyright 2002 EBook Publishing. All rights reserved.

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Creating Database Reports

Creating Database Reports Creating Database Reports Objectives Create a report using the Report Wizard View a report Modify a report Add a field to a report 2 Objectives Apply conditional formatting to a report Add summary information

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

MicroStrategy Desktop

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

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

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

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Make Your Documents Accessible Worksheet (Microsoft Word 2010)

Make Your Documents Accessible Worksheet (Microsoft Word 2010) Make Your Documents Accessible Worksheet (Microsoft Word 2010) This exercise is intended for staff attending the Make your documents accessible course, although other staff will also find this resource

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

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

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

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

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

Call: Crystal Report Course Content:35-40hours Course Outline

Call: Crystal Report Course Content:35-40hours Course Outline Crystal Report Course Content:35-40hours Course Outline Introduction Of Crystal Report & It s Benefit s Designing Reports Defining the Purpose Planning the Layout Examples of Reports Choosing Data Laying

More information

Creating an Excel resource

Creating an Excel resource Excel Mobile Excel Mobile is a Microsoft application similar to Excel, but designed to run on handhelds. This mobile version of Excel is a spreadsheet application that allows you to manipulate numbers,

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7)

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) Graph as a XY Scatter Chart, add titles for chart and axes, remove gridlines. A. Select

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Working with Census Data Excel 2013

Working with Census Data Excel 2013 Working with Census Data Excel 2013 Preparing the File If you see a lot of little green triangles next to the numbers, there is an error or warning that Excel is trying to call to your attention. In my

More information

Step 3: Type the data in to the cell

Step 3: Type the data in to the cell Simple Instructions for using Microsoft Excel The goal of these instructions is to familiarize the user with the basics of Excel. These directions will cover data entry, formatting, formulas and functions,

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Let s create another simple report from one of our queries available: Author Age query.

Let s create another simple report from one of our queries available: Author Age query. Microsoft Access 6: Reports & Other Useful Functions This can be a very quick way to build a report, especially if you plan to put only a few fields on your report. When you click on the Blank Report button,

More information

Display Systems International Software Demo Instructions

Display Systems International Software Demo Instructions Display Systems International Software Demo Instructions This demo guide has been re-written to better reflect the common features that people learning to use the DSI software are concerned with. This

More information

File Name: Pivot Table Labs.xlsx

File Name: Pivot Table Labs.xlsx File Name: Pivot Table Labs.xlsx Lab Session 1: Create Simple Pivot Table with a Date Grouping Note: Instructions for the first lab are very detailed because it might be the first time you have created

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

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

What s New in Access 2007

What s New in Access 2007 What s New in Access 2007 This document provides a general overview of the new and improved features in Microsoft Access 2007. Opening Assurances 1. Functionality is the same; how we interact with the

More information

QuickReports Guide. Creating a New Report

QuickReports Guide. Creating a New Report QuickReports Guide Use QuickReports to produce lists, summaries and charts from the data in SupportDesk. Reports are accessed from the QuickReports option in the menu topbar. Clicking the QuickReports

More information

Statistics and Graphics Functions

Statistics and Graphics Functions Statistics and Graphics Functions Statistics and Graphics Functions Frequency Tables and Diagrams for Variables With the help of the Statistics and Graphics module, MAXQDA can create frequency tables and

More information

Error-Bar Charts from Summary Data

Error-Bar Charts from Summary Data Chapter 156 Error-Bar Charts from Summary Data Introduction Error-Bar Charts graphically display tables of means (or medians) and variability. Following are examples of the types of charts produced by

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

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

Microsoft Access 5: Reports & Other Useful Functions

Microsoft Access 5: Reports & Other Useful Functions Microsoft Access 5: Reports & Other Useful Functions You can print out simple records of your data by using the Office menu. However, if you want to create a customized report from one or more tables or

More information

2. In the Start and End Dates section, use the Calendar icon to change the Displayed Start Date to 1/1/2015 and the Displayed End Date to 5/31/2015.

2. In the Start and End Dates section, use the Calendar icon to change the Displayed Start Date to 1/1/2015 and the Displayed End Date to 5/31/2015. Tutorials Lesson 1 - Format a Schedule In this lesson you will learn how to: Change the schedule s date range. Change the date headings. Change the schedule dimensions. Change the legend and add a new

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information