Tableau Customer Conference Geospatial Analytics

Size: px
Start display at page:

Download "Tableau Customer Conference Geospatial Analytics"

Transcription

1 Tableau Customer Conference Geospatial Analytics Presented by: Grace Labriola & Steve Burger 1

2 Geospatial Analytics: Part 1 For Questions or Feedback Grace Labriola Glabriola@tableausoftware.com 2

3 Hello and Welcome to Geospatial analytics We ve broken this session into two parts. The first hour will be focused on more introductory topics specifically; data shape, basic mapping, data layers, and a few tips in tricks to use these simple concepts to make your geographic data look pro. The workbook has been designed for you to be able to follow along with the concepts that we will cover in this session and for you to utilize as a point of reference after returning home. A completed version of this workbook and a how to guide can be found [WHERE????] 3

4 At Tableau we believe that building out maps with your geographic data should be as quick and easy as creating any other chart type and that viewing derailed geographic breakdowns of your data on a map will allow for better understanding than you could gain from just spreadsheets or bar charts. To facilitate this seamless geospatial analysis we include built in recognition for many geographic roles. These options (marked with a globe in the dimensions pane) prompt Tableau to automatically generate latitude and longitude you can use to create maps. 4

5 Getting to the 30 second map: Data shape is important to quickly and easily building out maps within Tableau. One way to assure that you are easily able to utilize your geographic information is to have one of the aforementioned geographic roles within your data set. This will allow you to quickly build out various maps with just a few clicks. For example the datasets we are working with for this session have a Zip Code field. We Exercise one: Filled Zip Code map 1. To build out a map with this field, double click on zip code. 2. There are multiple ways to create a filled map in Tableau you can utilize show me, the marks card, or just add another field to color. 3. In this case adding score to color will create a filled map based on the average score by zip code. Exercise one: Adding a Filter 1. To create a single value filter based on year add Inspection Date to the pages shelf and from the dialogue box select years. 2. Right click on the pill and select Show Quick Filter 5

6 Extra: Animation with the pages shelf. To show changes over time on a map it can often be helpful to utilize the Pages shelf to animate a view. Extra one: Pages self 1. Ctrl click on YEAR(Inspection Date) from the filter shelf and drag a copy to the pages shelf. 2. Make sure your filter is set to All 3. Press the play icon. 6

7 Address level mapping: Often when building out maps, especially for a smaller area or region you will want to get to a more granular level, mapping out specific locations of stores, restaurants, schools, etc. In order to accomplish this you will need to either have or find the Latitude and Longitude for these locations and include them in your data set. In the case of the Austin Restaurants data set we are using in this presentation the latitude and longitude were included but not in a format that Tableau was able to use. To fix this I edited the data set to have both a latitude and longitude column. Exercise two: mapping all locations. 1. To construct a map using the non-generate latitude and longitude make sure that Tableau is recognizing these as a geographic field (that the globe is present). 2. Ctrl select both and add them to the view. 3. Add Facility ID to level of detail and place Score onto color. 7

8 Extra Two: Creating a tree map. There are many ways to show this information without using a geographic component; one option is creating a tree map. Extra Two: Tree map. 1. The fastest way to switch this from a point map to a tree map is to duplicate the page and then from show me select tree map. 2. From here you are then able to make it more legible by adding a filter [in this case on Zip Code] 3. And change what it is sized/colored on [here Avg(score) for size and Min(score) for color] 8

9 Using KPI s on a map: One of the key components to effective visualizations is assuring that your results are actionable. In this case we may want to easily show which category each restaurant falls into based on their minimum score. Exercise Three: Creating a KPI. 1. Adding a KPI that will color each location will enable you to easily see which locations are performing poorly. 2. Begin by creating a calculated field; right click in the dimensions pane and select Create Calculated Field. 3. In the text box type: If Min([Score]) < 80 Then "Poor" ELSEIF Min([Score]) < 90 THEN "Fine" ELSE "Good" END - press okay. 4. This calculated field now appears in the Measures pane and you will be able to add it to color. 9

10 Extra Three: Dynamic KPI In order to create a dynamic KPI (one where the users are able to select values) you need to create 2 additional parameters and a new calculation. Extra Three: Dynamic KPI. 1. Create a new parameter name it Bad, data type is Float. Select range and set minimum as 63 and max as 85; with a step size of Create a new parameter name it Okay, data type is Float. Select range and set minimum as 85 and max as 95; with a step size of Create a calculated field: IF AVG([Score]) < ["Bad" ] THEN "Bad" ELSEIF AVG([Score]) < ["Okay"] THEN "Okay" ELSE "Good" END 4. Add the calculated field to color and show both parameter controls. 5. Make selections to see the viz update. 10

11 Using sets on a map: Now that you have built out some basic map views we will cover how to better focus your visualizations, add relevant data to build in depth, and best implement end user functionality. There are many ways to accomplish this within Tableau and over the rest of part one will touch on just a few concepts that will allow you to easily drill into your spatial data and get the answers you and your colleagues are looking for! One powerful way to focus in on an area or a specific group of marks is to create a set. There are multiple ways to build sets within Tableau one option is to just lasso a group of marks and select the paper clip from the tool tip. However if your data updates regularly this set is limited to just the marks you selected. Exercise Four: Creating dynamic sets. 1. Right click on Zip Code in the dimensions pane and select Create Set. 2. Type in Zip code and check box to select that zip code. 3. Press okay You ve now created a dynamic set that will automatically update with the data set to include new locations within that zip code. 11

12 Using Map layers: Once you ve built out a detailed map focused on a smaller area it may be helpful to add more information such as street names or zip code boundaries to give users as better sense of location. Exercise Five: Map Layers for added detail. 1. To access Tableau s built in Map Layers select Map from the tool bar and then Map Options from the drop down. 2. On the left hand side you will now be able to select which options you would like to apply. Mapping Layers are an option only available through online maps and will not appear when in offline mode. 12

13 Using Data layers: In order to gain further analyze data it is often helpful to bring in more information perhaps adding census data to maps in order to compare business growth to population growth. Tableau works with Urban Mapping to provide some built in Data Layers that allow you to easily perform this type of analysis. Exercise Five: Including data layers. 1. To access Tableau s built in Data Layers you follow the same process as for Map Layers - select Map from the tool bar and then Map Options from the drop down. 2. The default option is No Data Layer but from the dropdown you have the option to select a variety of Data Layers to build out a meaningful view to you. 3. Adjust the By option to calculate a view that makes the most sense for the visualization you are working with. (down to the block level) 4. You are also able to edit the color legend from the Using dropdown. 13

14 Dual Axis Maps: 1. To create a dual axis map start with a filled zip code map [see page 5]. 2. Remove any field from color. 3. Duplicate the latitude on the rows shelf by: holding down Ctrl selecting latitude and dragging a copy next to it on the rows shelf. 4. From the marks card select AVG(Latitude) so you are only editing the first map. 5. To create custom regions make selections of the marks either by holding down control or using a lasso select hover over your selections and create a group using the paper clip icon on the tool tip. These marks will automatically color. 6. To edit the secondary map use the marks card to navigate to AVG(Latitude) (2). 7. Change this map from a filled map to a shape map and add facility ID to the level of detail and place AVG(Score) onto color. 8. You should now have two different maps on the same sheet to over lay one on top of the other click on the second latitude on the rows shelf and select Dual Axis. 14

15 Geospatial Analytics: Part 2 For Questions or Feedback Steve Burger sburger@tableausoftware.com 15

16 Welcome to the second part of Geospatial Analytics with Tableau. I hope you are enjoying TCC 2013! My name is Steve Burger and I am a Product Consultant with the Commercial Central team in the Austin, Texas office. Today 16

17 Open Tableau and Connect to Data Source 1. Connect to the TCC13 Restaurant Inspection Scores data source and the Restaurant Inspection Scores worksheet 2. Check out the Latitude & Longitude from the Dimension pane (Not the generated measures). Notice anything amiss? I ve thrown you a curveball here and intentionally set you up with a problem in the data. Latitude & Longitude are explicitly named in the data source, but Tableau is not recognizing them as Geo data types (globes). It is seeing them as String data type (Abc). What s going on? How might you fix this? This is a common real world scenario. The underlying data source has defined Latitude and Longitude as String values. Fixing this is easy in Tableau, no need to go back to the data source. 1. CTRL Select Latitude and Longitude and right click, select : Change Data Type -> Number 2. Right click only on Latitude. Select Geographic Role -> Latitude 3. Repeat for Longitude 4. Now you should have the globe icon indicating that Tableau recognizes these as Geo data types 17

18 Points Worksheet 1. Open the Show Me dialog 2. CTRL Click Latitude, Longitude and Restaurant Name on the Dimensions list. 3. Select the Symbols Map option from the Show Me card 4. Hide the Show Me card 5. To add greater detail, select the Map menu then Map Options and check Streets and Highways 6. Close the Map Options pane 7. Now, click & drag Restaurant Name from its current position on the Level of Detail in the Marks card to the Label encoding tile on the Marks card 8. Right click the Sheet tab and select Rename Sheet to Point Map To create points on a map, we simply need Latitude, Longitude and a Dimension that tells us something about that point, such as a Restaurant Name. Now you might have noticed that not all marks were labeled. Tableau using smart labeling to keep labels from becoming cluttered and covering data points when we have a tight grouping as we have here. 18

19 Path Worksheet 1. Create a new worksheet 2. Connect to the TCC13 Restaurant Inspection Scores data source 3. Select the #1 Cap Metro NoLa SoCo table 4. Open the Show Me dialog 5. Hold down your Ctrl key and select Latitude, Longitude (from the Measures window) 6. Click on the symbol map in Show Me 7. Hide Show Me 8. In the Marks pane, change Automatic to Line 9. Move ID from Measures to Dimension pane 10. Right click Num of Riders on Measure pane and select Convert to Discreet 11. Add ID to the Path encoding tile on the Marks card 12. Select Map -> Map Options and under Map Layers check Streets and Highways 13. Close Map Options pane 14. Select the Size encoding tile on the Marks card and adjust to the second mark 15. Right click the Sheet tab and select Rename Sheet to Path Map So, a path is simply a series of points in a sequence that are connected together. In this example we ve detailed the route of the #1 Capital Metro bus that runs along Congress Avenue 19

20 Flow Path 1. Right click Path Map tab and select Duplicate Sheet 2. Right click the tab and rename the sheet Flow Map 3. Add Num of Riders measure to Size encoding tile on the Marks card 4. Click the Size encoding tile on the Marks card and move the slider up to the second crosshatch Like Minard s famous Map of Napoleon s march, we can use the path on the map to convey measure value information. In Minard s chart, the width or thickness of the lines indicated the relative size of Napoleon s army, in our example the width details the ridership at various points on the buses route. 20

21 Polygons 1. Create a new worksheet tab 2. Connect to the TCC13 Restaurant Inspection Scores data source. 3. Select the Downtown Districts 4. Move PolygonID and Order from Measure to Dimension 5. Open the Show Me dialog 6. Hold down your Ctrl key and select Latitude, Longitude (from the Measures window) 7. Select the Symbol Map from Show Me 8. Close Show Me 9. Select Analysis and click to de-select Aggregate Measures 10. To add greater detail, select the Map menu then Map Options and check Streets and Highways 11. Close Map Options card Notice that Tableau has placed Latitude and Longitude in the measure field. When we use these measures for our map, an aggregation is applied. Remove the aggregation. Select the Analysis menu and click to de-select Aggregate Measures. Looks kind of like a star constellation. It is each individual point that make up the perimeter of our polygon s Now we just need to connect the dots and fill in the shapes! 21

22 Polygons: Continued 1. Select District from Dimensions and place on the color encoding tile 2. Place PolygonID on the Level of Detail on the Marks card 3. Change the Mark Type from Automatic to Polygon on the Marks card 4. Place Order on the Path encoding tile on the Marks card 5. Click the Color encoding tile and slide the Transparency down to about 60%. Add a border if you like 6. BONUS: Add Labels for the Districts. Hint: Try a dual axis map using a copy of Latitude on the Row shelf 7. Right click the sheet tab, select Rename Sheet and call it Polygon Map When you change the Mark Type from Automatic to Polygon you might get some strange shapes. Don t panic! It s just Tableau trying to figure out how to enclose the Polygon. To fix this, we have the Order (of the points) in our data. 22

23 Radius Map We are going to build a dynamic radius map to help us filter our list of potential places to eat. The user will define the distance, in the form of a radius; they want to travel to find a restaurant. We may also include a filter to aid the user further. 1. Create a new worksheet tab 2. Rename the tab Radius Map 3. Select the Restaurant Inspection Scores table in Data pane 4. Open the Show Me Dialog 5. CTRL Click Latitude, Longitude and Restaurant Name on the Dimensions list 6. Select the Symbols Map option from the Show Me card. 7. Hide the Show Me card 8. To add greater detail, select the Map menu then Map Options and check Streets and Highways 9. Close the Map Options pane 10. Move Facility ID Measure to the Dimensions pane 11. Move Facility ID to the LOD 12. Add Restaurant Name to the Label encoding tile on the Marks card 23

24 Radius Map: Continued So why did we place facility ID on the Level of Detail? Because Tableau works from the aggregate level down. Restaurant Name isn t a sufficient level of granularity to distinguish each instance of a restaurant uniquely. For example, if the restaurant is part of a chain. I know that my favorite; Torchy s Tacos has more than one location in the search area. Illustrate this by pointing out number of Marks in lower left and then dropping and re-adding Facility ID to LOD. 1. Click Analysis -> Create Calculated Field or Right click in blank area on Dimension Pane and Create Calculated Field. 2. Enter calculation used for Circle calculation. 3. Title the Calculated Field, Distance from Tableau Austin A Radius Map is a great way to locate within a given radius of a fixed point. The algebra behind this map is the expression of a shape (in our case a circle) that was mentioned in our discussion of Cartesian Coordinate systems. The data needed are points (Latitude, Longitude), and radius. There is more than one formula you can utilize for this calculation, Great Circle, Pythagorean Theorem or Spherical Law of Cosines. I've used Spherical Law of Cosines here. 24

25 Radius Map: Continued Now let s use some simple KPI logic to create a color differentiation between those restaurants within our selected area and those outside. In so doing, we are going to let the end user select the parameter distance through the use of a Parameter. 1. Click Analysis -> Create Calculated Field or Right click in blank area on Dimension Pane and Create Calculated Field. 2. Enter KPI Logic calculation 3. Create Parameter 4. Make Parameter Integer 5. Title the Calculated Field, Distance KPI 6. Place Distance KPI onto the Color encoding tile on the Marks card 7. Right click the Parameter User Distance Select and choose Show Parameter Control 8. (Optional) Right click on Restaurant Name and select Show Quick Filter 9. (Optional) Select the Quick Filter dropdown and select Multiple Values (Custom List). 10. (Optional) Test with Torchy s Tacos 25

26 26

Census Data with Tableau Public

Census Data with Tableau Public Census Data with Tableau Public Before you begin, download the template at http://public.tableausoftware.com/views/census-template/dashboard?:embed=yes&:toolbar=yes&:tabs=no Get your data together 1. Gather

More information

NICAR Hands-On: Census Data with Tableau Public

NICAR Hands-On: Census Data with Tableau Public NICAR Hands-On: Census Data with Tableau Public Get your data together 1. Gather your data. You ll need: a. 2010 and 2000 census data for place (with population > 2000) b. Annexation data by place, from

More information

Building Better Dashboards PART 1: BASIC DASHBOARDS

Building Better Dashboards PART 1: BASIC DASHBOARDS Building Better Dashboards PART 1: BASIC DASHBOARDS For Questions or Feedback Alexandria Skrivanich or Michael Carpenter askrivanich@tableausoftware.com mcarpenter@tableausoftware.com 1 CREATING & LABELING

More information

DATA VISUALIZATION WITH TABLEAU PUBLIC. (Data for this tutorial at www.peteraldhous.com/data)

DATA VISUALIZATION WITH TABLEAU PUBLIC. (Data for this tutorial at www.peteraldhous.com/data) DATA VISUALIZATION WITH TABLEAU PUBLIC (Data for this tutorial at www.peteraldhous.com/data) Tableau Public allows you to create a wide variety of interactive graphs, maps and tables and organize them

More information

Creating a Tableau Data Visualization on Cincinnati Crime By Jeffrey A. Shaffer

Creating a Tableau Data Visualization on Cincinnati Crime By Jeffrey A. Shaffer Creating a Tableau Data Visualization on Cincinnati Crime By Jeffrey A. Shaffer Step 1 Gather and Compile the Data: This data was compiled using weekly files provided by the Cincinnati Police. Each file

More information

I. Create the base view with the data you want to measure

I. Create the base view with the data you want to measure Developing Key Performance Indicators (KPIs) in Tableau The following tutorial will show you how to create KPIs in Tableau 9. To get started, you will need the following: Tableau version 9 Data: Sample

More information

Getting Started With Mortgage MarketSmart

Getting Started With Mortgage MarketSmart Getting Started With Mortgage MarketSmart We are excited that you are using Mortgage MarketSmart and hope that you will enjoy being one of its first users. This Getting Started guide is a work in progress,

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

Converting Dimensions to Measures & Changing Data Types

Converting Dimensions to Measures & Changing Data Types 1 Converting Dimensions to Measures & Changing Data Types When connecting to a data source, Tableau takes a best guess at the type of data contained in each column of your database. Tableau will assign

More information

TABLEAU COURSE CONTENT. Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : info@3sbc.com

TABLEAU COURSE CONTENT. Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : info@3sbc.com TABLEAU COURSE CONTENT Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : info@3sbc.com Introduction and Overview Why Tableau? Why Visualization? Level Setting

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Spotfire v6 New Features. TIBCO Spotfire Delta Training Jumpstart

Spotfire v6 New Features. TIBCO Spotfire Delta Training Jumpstart Spotfire v6 New Features TIBCO Spotfire Delta Training Jumpstart Map charts New map chart Layers control Navigation control Interaction mode control Scale Web map Creating a map chart Layers are added

More information

a. First Drag Position from Measures to Dimensions b. Drag Position into Rows c. Drag Candidate into Columns

a. First Drag Position from Measures to Dimensions b. Drag Position into Rows c. Drag Candidate into Columns Text Analytics using Tableau The following tutorial will show you how to perform text analysis in Tableau 8.2. To get started, you will need the following: Tableau version 8.2 Data: Political Speeches.xlsx

More information

WHAT S NEW IN OBIEE 11.1.1.7

WHAT S NEW IN OBIEE 11.1.1.7 Enterprise Data Management OBI Author Training, March 2015 WHAT S NEW IN OBIEE 11.1.1.7 NEW PRESENTATION FEATURES VIEWS 1) Recommended Visualizations Feature When you create a new view, OBIEE looks at

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

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

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

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

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

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

CUSTOMER SAP Cloud for Analytics User Guide User Guide

CUSTOMER SAP Cloud for Analytics User Guide User Guide SAP Cloud for Analytics CUSTOMER User Guide Content 1 Welcome to SAP Cloud for Analytics!.... 7 1.1 User Assistance.... 8 1.2 Additional Help Resources....9 2 Home....10 2.1 Creating a Note....10 2.2 Working

More information

First, we ll look at some basics all too often the things you cannot change easily!

First, we ll look at some basics all too often the things you cannot change easily! Basic Performance Tips Purpose This document is inted to be a living document, updated often, with thoughts, tips and tricks related to getting maximum performance when using Tableau Desktop. The reader

More information

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING WELCOME TO SAS VISUAL ANALYTICS SAS Visual Analytics is a high-performance, in-memory solution for exploring massive amounts

More information

Text Basics. Introduction

Text Basics. Introduction Text Basics Introduction PowerPoint includes all the features you need to produce professionallooking presentations. When you create a PowerPoint presentation, it is made up of a series of slides. The

More information

Working together with Word, Excel and PowerPoint 2013

Working together with Word, Excel and PowerPoint 2013 Working together with Word, Excel and PowerPoint 2013 Information Services Working together with Word, Excel and PowerPoint 2013 Have you ever needed to include data from Excel or a slide from PowerPoint

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

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

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

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

Plotting: Customizing the Graph

Plotting: Customizing the Graph Plotting: Customizing the Graph Data Plots: General Tips Making a Data Plot Active Within a graph layer, only one data plot can be active. A data plot must be set active before you can use the Data Selector

More information

Excel for Data Cleaning and Management

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

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

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

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

More information

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

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Prism 6 Step-by-Step Example Linear Standard Curves Interpolating from a standard curve is a common way of quantifying the concentration of a sample.

Prism 6 Step-by-Step Example Linear Standard Curves Interpolating from a standard curve is a common way of quantifying the concentration of a sample. Prism 6 Step-by-Step Example Linear Standard Curves Interpolating from a standard curve is a common way of quantifying the concentration of a sample. Step 1 is to construct a standard curve that defines

More information

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

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

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

More information

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail.

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail. Create a mail or e-mail merge Use mail or e-mail merge when you want to create a large number of documents that are mostly identical but include some unique information. For example, you can use mail merge

More information

Dynamics CRM for Outlook Basics

Dynamics CRM for Outlook Basics Dynamics CRM for Outlook Basics Microsoft Dynamics CRM April, 2015 Contents Welcome to the CRM for Outlook Basics guide... 1 Meet CRM for Outlook.... 2 A new, but comfortably familiar face................................................................

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - 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

Microsoft Excel 2010 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

More information

Introduction to ProphetX Mini User Guide

Introduction to ProphetX Mini User Guide Introduction to ProphetX Mini User Guide Table of Contents User Interface... 3 Global ProphetX Preferences......3 Navigating ProphetX 3.x... 3 Docked Panes... 3 Context Tool Bar... 3 Split Views... 4 Tabbed

More information

Tableau Your Data! Wiley. with Tableau Software. the InterWorks Bl Team. Fast and Easy Visual Analysis. Daniel G. Murray and

Tableau Your Data! Wiley. with Tableau Software. the InterWorks Bl Team. Fast and Easy Visual Analysis. Daniel G. Murray and Tableau Your Data! Fast and Easy Visual Analysis with Tableau Software Daniel G. Murray and the InterWorks Bl Team Wiley Contents Foreword xix Introduction xxi Part I Desktop 1 1 Creating Visual Analytics

More information

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

PowerPoint: Graphics and SmartArt

PowerPoint: Graphics and SmartArt PowerPoint: Graphics and SmartArt Contents Inserting Objects... 2 Picture from File... 2 Clip Art... 2 Shapes... 3 SmartArt... 3 WordArt... 3 Formatting Objects... 4 Move a picture, shape, text box, or

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

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

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

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group Microsoft Office Excel 2007 Key Features Office of Enterprise Development and Support Applications Support Group 2011 TABLE OF CONTENTS Office of Enterprise Development & Support Acknowledgment. 3 Introduction.

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

Working with Excel in Origin

Working with Excel in Origin Working with Excel in Origin Limitations When Working with Excel in Origin To plot your workbook data in Origin, you must have Excel version 7 (Microsoft Office 95) or later installed on your computer

More information

PowerWorld Simulator

PowerWorld Simulator PowerWorld Simulator Quick Start Guide 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Purpose This quick start guide is intended to

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Planning and Managing Projects with Microsoft Project Professional 2013

Planning and Managing Projects with Microsoft Project Professional 2013 Slides Steps to Enter Duration: 1. In the Duration column of a task, enter a value, and press Enter on your keyboard Important Points: The default time unit is days, so when you enter 5, this becomes 5

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

Using Excel s PivotTable to Analyze Learning Assessment Data

Using Excel s PivotTable to Analyze Learning Assessment Data Using Excel s PivotTable to Analyze Learning Assessment Data Assessment Office University of Hawaiʻiat Mānoa Feb 13, 2013 1 Mission: Improve student learning through program assessment 2 1 Learning Outcomes

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

GUIDELINES FOR PREPARING POSTERS USING POWERPOINT PRESENTATION SOFTWARE

GUIDELINES FOR PREPARING POSTERS USING POWERPOINT PRESENTATION SOFTWARE Society for the Teaching of Psychology (APA Division 2) OFFICE OF TEACHING RESOURCES IN PSYCHOLOGY (OTRP) Department of Psychology, Georgia Southern University, P. O. Box 8041, Statesboro, GA 30460-8041

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

More information

INTERMEDIATE Excel 2013

INTERMEDIATE Excel 2013 INTERMEDIATE Excel 2013 Information Technology September 1, 2014 1 P a g e Managing Workbooks Excel uses the term workbook for a file. The term worksheet refers to an individual spreadsheet within a workbook.

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement SMART NOTEBOOK 10 Instructional Technology Enhancing ACHievement TABLE OF CONTENTS SMART Notebook 10 Themes... 3 Page Groups... 4 Magic Pen... 5 Shape Pen... 6 Tables... 7 Object Animation... 8 Aligning

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

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