Join us for Joins (The Joy in Joins!!)

Size: px
Start display at page:

Download "Join us for Joins (The Joy in Joins!!)"

Transcription

1

2 # T C 1 8 Join us for Joins (The Joy in Joins!!) Terrence Maas Software Engineer tmaas@tableau.com Joanna Chen Software Engineer jochen@tableau.com

3 Agenda Joins Why the hype? Intro to Tableau Prep Practical Join Cases: 1. Cleaning and Filtering 2. Outer joins Capture ALL the Values! 3. Range joins Visualizing Occupancy 4. Self Joins Correlations and Compositions Q&A

4 What s so great about joins?

5 Why do we use joins? Connect Data Fundamental purpose of joins. Data derives most of its value by connecting to other data. Reshape Data Different kinds of joins enable different kinds of analysis. Select Data Join Conditions provide a bar for your data to meet. Tableau Prep uses this to help you clean your data.

6 Terrence s Restaurant

7 Terrence s Restaurant Tables: Employees Schedules Orders Menu Items Questions: Am I collecting good quality data? When is my restaurant busiest? What menu items are most popular? What about pairings?

8 Tableau Prep!

9 Tableau Prep Tableau s newest product offering Released in April 2018 Mission Statement Tableau Prep empowers more people to get to analysis faster by helping them quickly and confidently combine, shape, and clean their data.

10 Tableau Prep

11 Tableau Prep

12 Connection Pane

13 Flow Pane

14 Steps in the Flow

15 Profile Pane

16 Changes Pane

17 Data Grid

18 Joins in Tableau Prep

19 Configuring Your Join in Prep Join Clause(s) are used to describe the relation of column(s) between two tables. Join types are used to control how to exclude or include rows from two tables, depending on the join clauses defined above. The Summary of Join Results shows you the distribution of values that are included and excluded from the tables in the join.

20 Joins in Tableau Prep

21 Join Clauses Pane Displays the columns from your join clause(s) side by side in 1 view Unmatched values are highlighted in red

22 Joins: Getting the Most Out of Your Data

23 Case 1: Cleaning and Filtering

24 Case 1: Cleaning and Filtering In every join Rows are matched according to the join condition. In Tableau Prep We pay equal attention to both matched and unmatched data. In general If a table is a source of truth, it can be a powerful tool for cleaning your data.

25 Case 1: Cleaning and Filtering Scenario: Terrence s employees manually record restaurant orders. Terrence has a table of Employees, which he knows is accurate and error-free. He has a table of Orders that may contain errors.

26 DEMO!

27 Summary Case 1: Cleaning and Filtering A table with reliable data can be used in a join to verify the quality of another table. In a join, mismatched values are accented in red. Clean values directly in the join pane.

28 Case 2: Outer Joins

29 Case 2: Outer Joins Inner Joins Default join type Only rows that match our join clause(s) is kept in the join result Inner Join

30 Case 2: Outer Joins Outer Joins Unmatched values can be important. Outer joins allow us to include unmatched data from one or more tables. Left Join Right Join Full Outer Join

31 Case 2: Outer Joins Filling out dimensions/axes All possible values might not show up in the data. Some data is best represented on a complete axis / dimension. Including unmatched values Outer joins allow us to include unmatched values in our result.

32 Case 2: Outer Joins Back to Terrence s Restaurant How is the menu doing? What about unordered items?

33 Case 2: Outer Joins Join Orders Table with Menu Table Orders Menu The Orders table alone only shows items ordered at least once. Use the rows from the Menu table to fill in the missing items not present in the Orders table.

34 DEMO!

35 Case 2: Outer Joins Summary Not every item on the menu has been ordered. Join Orders with Menu to fill in the complete set of orders when we visualize in Tableau. Change the join type from inner join to right join to include the unmatched values. Takeaway: use outer joins to fill out a dimension

36 Case 2: Outer Joins Full Outer Joins Not commonly used. Includes unmatched data from both tables in join result. Full Outer Join

37 Case 2: Outer Joins Back at Terrence s Restaurant Some employees are not assigned a shift Some shifts do not have employees assigned

38 DEMO!

39 Case 2: Outer Joins Full Outer Joins Every employee who has a shift assigned and every shift that has an employee assigned Every employee who does not have a shift assigned Every shift that does not have an employee assigned

40 Case 2: Outer Joins Summary Full Outer Join Employees with Schedules Change join type to unmatched only to see employees without shifts and shifts without employees

41 Case 3: Range Join Conditions

42 Case 3: Range Join Conditions Slowly Changing Dimensions Data that is best represented with start and end points. Examples: Job term lengths Assignment durations Subscription times

43 Case 3: Range Join Conditions Managers Manager Start Term End Term Linda 1/1/2018 3/31/2018 Faisal 4/1/2018 7/31/2018 Ruben 8/1/2018 9/31/2018 Sales Sales Date /5/ /28/ /29/ /6/ /5/2018

44 Case 3: Range Join Conditions Join Conditions: managers.start_term < sales.date managers.end_term > sales.date Manager Start Term End Term Sales Date Linda 1/1/2018 3/31/ /5/2018 Linda 1/1/2018 3/31/ /28/2018 Faisal 4/1/2018 7/31/ /29/2018 Faisal 4/1/2018 7/31/ /6/2018 Ruben 8/1/2018 9/31/ /5/2018

45 Case 3: Range Join Conditions Scenario: My employees tell me they are usually either overwhelmed or not busy at all. Questions I want to explore: Am I allocating my resources in a way that accurately reflects the restaurant s needs?

46 DEMO!

47 Case 4: Self Joins

48 Case 4: Self Joins Terrence s favorite case! Self Joins are seldom used. purely a reshaping operation no external data is connected. can bring wonderful insight on how values of a column relate to other values from the same column.

49 Case 4: Self Joins Scenario: I m still managing my restaurant (never give up!). This time, I want to analyze my menu. Questions I want to explore: What menu items are commonly ordered together? What do meals tend to look like compositionally?

50 The Recipe What we need: 1. Values we want to explore (column of interest) 2. A way they are grouped (grouping column) 3. A unique ID for each row Examples: Medications or conditions, grouped into patients Menu items, grouped into meals Etc.

51 Join Conditions Group_Column_1 = Group_Column_2 Column_of_Interest_1!= Column_of_Interest_2

52 Viz: Most Common Pairings Rows CNTD(Row_ID_1) Columns Column_of_Interest_1 Filter Column_of_Interest_2

53 Viz 2: Group Compositions Rows CNTD(Row_ID_1) Columns Group_Column_1 Color Column_of_Interest_1

54 Please complete the session survey from the My Evaluations menu in your TC18 app

55 Questions?

Designing Tableau Prep

Designing Tableau Prep # T C 1 8 # T a b l e a u d e s i g n Designing Tableau Prep Clark Wildenradt Staff User Experience Designer Tableau Software I am a Midwesterner I am a Father I am a Designer What is Tableau Prep?

More information

How to Aggregate Friends and Influence Pivots

How to Aggregate Friends and Influence Pivots Welcome # T C 1 8 How to Aggregate Friends and Influence Pivots Steven McDonald Senior Software Engineer Tableau Prep Issa Beekun Software Engineer Tableau Prep Agenda 6 things this presentation will do

More information

Performance Issue : More than 30 sec to load. Design OK, No complex calculation. 7 tables joined, 500+ millions rows

Performance Issue : More than 30 sec to load. Design OK, No complex calculation. 7 tables joined, 500+ millions rows Bienvenue Nicolas Performance Issue : More than 30 sec to load Design OK, No complex calculation 7 tables joined, 500+ millions rows Denormalize, Materialized Views, Columnstore Index Less than 5 sec to

More information

Using languages to build and reason about visualizations

Using languages to build and reason about visualizations Welcome # T C 1 8 Using languages to build and reason about visualizations Scott Sherman Principal Software Engineer Tableau Research Agenda Why languages? The power of VizQL Visual Query Language, the

More information

ArcGIS Online: Item Administration and Group Sharing. Brendan O Neill Caitlin Hillis

ArcGIS Online: Item Administration and Group Sharing. Brendan O Neill Caitlin Hillis ArcGIS Online: Item Administration and Group Sharing Brendan O Neill Caitlin Hillis Overwhelmed? You re in the right place. Overview ArcGIS Online sharing model Best practices for item administration

More information

Windstream Tableau Brings Sales and Marketing Together

Windstream Tableau Brings Sales and Marketing Together Welcome # T C 1 8 Windstream Tableau Brings Sales and Marketing Together Kelsey Robb Principal, Marketing Strategy Windstream Enterprise Speaker Bio Corporate Approved: Kelsey s Version: Plaid counts as

More information

this is not a love song How Spotify Uses Tableau Public Skyler Johnson

this is not a love song How Spotify Uses Tableau Public Skyler Johnson this is not a love song How Spotify Uses Tableau Public Skyler Johnson Data Visualization Designer Spotify Intro Tableau Desktop/Server @ Spotify 2018.1, 8-core Primary & Worker usually upgrade soon

More information

Talend Data Preparation Free Desktop. Getting Started Guide V2.1

Talend Data Preparation Free Desktop. Getting Started Guide V2.1 Talend Data Free Desktop Getting Guide V2.1 1 Talend Data Training Getting Guide To navigate to a specific location within this guide, click one of the boxes below. Overview of Data Access Data And Getting

More information

Certification Exam Preparation Seminar: Oracle Database SQL

Certification Exam Preparation Seminar: Oracle Database SQL Oracle University Contact Us: 0800 891 6502 Certification Exam Preparation Seminar: Oracle Database SQL Duration: 1 Day What you will learn This video seminar Certification Exam Preparation Seminar: Oracle

More information

Driving value at Cars.com: Using spatial data to identify 7MM leads on dealership lots

Driving value at Cars.com: Using spatial data to identify 7MM leads on dealership lots Welcome # T C 1 8 Driving value at Cars.com: Using spatial data to identify 7MM leads on dealership lots Jeff Bloomfield Senior Software Engineer Cars.com Who Are We? Cars.com is a leading two-sided digital

More information

Deploy Tableau Desktop & Prep: Any Size, Any Time

Deploy Tableau Desktop & Prep: Any Size, Any Time Welcome # T C 1 8 Deploy Tableau Desktop & Prep: Any Size, Any Time Aruna Balasubramanian Staff Product Manager Tableau Software Steve Meyer Senior Software Engineer Tableau Software Steve Meyer 3,500

More information

GETTING STARTED GUIDE FOR CLOVER STATION & MOBILE

GETTING STARTED GUIDE FOR CLOVER STATION & MOBILE GETTING STARTED GUIDE FOR CLOVER STATION & MOBILE Welcome to TableMapp Welcome to TableMapp by ITsoft. We are so excited to help bring your restaurant to life with TableMapp. TableMapp is an amazing tool

More information

Extract API: Build sophisticated data models with the Extract API

Extract API: Build sophisticated data models with the Extract API Welcome # T C 1 8 Extract API: Build sophisticated data models with the Extract API Justin Craycraft Senior Sales Consultant Tableau / Customer Consulting My Office Photo Used with permission Agenda 1)

More information

Test Bank for Database Processing Fundamentals Design and Implementation 13th Edition by Kroenke

Test Bank for Database Processing Fundamentals Design and Implementation 13th Edition by Kroenke Test Bank for Database Processing Fundamentals Design and Implementation 13th Edition by Kroenke Link full download: https://testbankservice.com/download/test-bank-fordatabase-processing-fundamentals-design-and-implementation-13th-edition-bykroenke

More information

Querying Data with Transact SQL

Querying Data with Transact SQL Course 20761A: Querying Data with Transact SQL Course details Course Outline Module 1: Introduction to Microsoft SQL Server 2016 This module introduces SQL Server, the versions of SQL Server, including

More information

How to create a theograph. A step-by-step guide

How to create a theograph. A step-by-step guide How to create a theograph A step-by-step guide Simple theograph Firstly, to create a theograph you need data covering multiple services and events with relevant dates. Once in Tableau we are going to create

More information

Workforce Central Navigating My Timecard- Student

Workforce Central Navigating My Timecard- Student Navigating My Timecard- Student With Workforce Central, you can use the My Timecard widget to view your time entry data, make edits, and address or view exceptions within your timecard. Accessing the My

More information

Citizen Data Scientist is the new Data Analyst

Citizen Data Scientist is the new Data Analyst Welcome # T C 1 8 Citizen Data Scientist is the new Data Analyst Mehmet Vanli Sales Consultant Tableau Australia Citizen data scientist: A person who creates models that use advanced diagnostic analytics

More information

Three types of sub queries are supported in SQL are Scalar, Row and Table sub queries.

Three types of sub queries are supported in SQL are Scalar, Row and Table sub queries. SQL Sub-Queries What are Sub queries? SQL Sub queries are the queries which are embedded inside another query. The embedded queries are called as INNER query & container query is called as OUTER query.

More information

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products.

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. DO EVEN MORE WITH TABLEAU At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. WHAT WE DO WE PLAN, DESIGN AND BUILD SOLUTIONS WITH TABLEAU TECHNOLOGY.

More information

LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality

LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality Objectives After completing this lab, you will be able to: Understand the collaboration functionality

More information

ADP Reporting Skills Business Requirements ADP Pro User Conference

ADP Reporting Skills Business Requirements ADP Pro User Conference ADP Reporting Skills Business Requirements 2015 ADP Pro User Conference Disclaimer The screen shots used in this presentation come from the current version of ADP Custom Reporting. What you see when you

More information

Calc Me Maybe An Overview of All Tableau Calculations

Calc Me Maybe An Overview of All Tableau Calculations # C a l c M e M a y b e Calc Me Maybe An Overview of All Tableau Calculations David A Spezia Strategic Solutions Architect Tableau Software Agenda Understand the Calculation Types in Tableau Breakdown

More information

MySQL for Beginners Ed 3

MySQL for Beginners Ed 3 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database. Expert Oracle University instructors will

More information

The Science of Data Visualization

The Science of Data Visualization Welcome # T C 1 8 The Science of Data Visualization Larry Silverstein Strategic Sales Consultant Tableau Start Your (Visualization) Engines Agenda The science of data visualization Best practices for building

More information

Supercharging Tableau for Sales Productivity

Supercharging Tableau for Sales Productivity Welcome # T C 1 8 Sales @Tableau Supercharging Tableau for Sales Productivity Zane Murfitt Senior Manager, Sales Tableau/Named Accounts # T C 1 8 Zane Murfitt Senior Manager, Sales Tableau/Named Accounts

More information

UPGRADING TO RK UX. Ariel Norvell AVP, Product Services. Jeffrey Kranz Product Manager. Presentation Management sponsored by

UPGRADING TO RK UX. Ariel Norvell AVP, Product Services. Jeffrey Kranz Product Manager. Presentation Management sponsored by UPGRADING TO RK UX Ariel Norvell AVP, Product Services Jeffrey Kranz Product Manager Agenda RKUX Benefits RKUX Upgrade Process Am I Ready? Next Steps Q&A New User Experience (RKUX) Benefits Modern User

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

Tableau Prep Help. Last Updated 8/29/2018 Copyright 2018 Tableau Software. Legal & Privacy

Tableau Prep Help. Last Updated 8/29/2018 Copyright 2018 Tableau Software. Legal & Privacy Tableau Prep Help Last Updated 8/29/2018 Copyright 2018 Tableau Software. Legal & Privacy What's New in Tableau Prep Browse summaries of new features for currently supported versions. What's new in version

More information

alteryx training courses

alteryx training courses alteryx training courses alteryx designer 2 day course This course covers Alteryx Designer for new and intermediate Alteryx users. It introduces the User Interface and works through core Alteryx capability,

More information

From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database

From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database and more. www.resource-dynamics.com 727-367-1020 What is it?

More information

Microsoft Outlook 2016

Microsoft Outlook 2016 Quick Tips & Shortcuts To Save You Time Microsoft Outlook 2016 www.eident.co.uk What s New In Outlook 2016 Tell Me Smart Lookup Clutter Tool Attaching Files Outlook Ribbon Tell Me The Tell Me query box

More information

WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES

WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES Session 1: Communicating Via Your Traditional Website Tuesday, December 6, 2011 :: 1:00 2:30 p.m. EST Session 2: Communicating Via

More information

Classroom Course Description. Course Outline. Tableau Intermediate & Advance. Audience

Classroom Course Description. Course Outline. Tableau Intermediate & Advance. Audience Classroom Course Description Tableau Intermediate & Advance Audience Tableau Fundamentals & Advance serves the beginner to intermediate Tableau user, targeted towards anyone who works with data regardless

More information

Data Science. Data Analyst. Data Scientist. Data Architect

Data Science. Data Analyst. Data Scientist. Data Architect Data Science Data Analyst Data Analysis in Excel Programming in R Introduction to Python/SQL/Tableau Data Visualization in R / Tableau Exploratory Data Analysis Data Scientist Inferential Statistics &

More information

EGR 102 Introduction to Engineering Modeling. Lab 10A Nested Programming II Iterative Nesting

EGR 102 Introduction to Engineering Modeling. Lab 10A Nested Programming II Iterative Nesting EGR 102 Introduction to Engineering Modeling Lab 10A Nested Programming II Iterative Nesting 1 Overview 1. Nested loops 2. Nested loop: Creating Arrays 3. Nested Loops: 2 Variable functions 4. Nested Loops

More information

Tips and Tricks of E1 Pages in 9.2

Tips and Tricks of E1 Pages in 9.2 Tips and Tricks of E1 Pages in 9.2 Session ID#: 103660 Prepared by: Dwight Moore Senior Associate Grant Thornton LLP #JDEINFOCUS Outline EnterpriseOne Pages Overview Tips 9.1 Classic Pages Tricks 9.2 Composer

More information

A Tale of Continuous Testing

A Tale of Continuous Testing T22 DevOps/Continuous Delivery Thursday, October 4th, 2018 3:00 PM A Tale of Continuous Testing Presented by: David Lumpkin Craftsy Brought to you by: 350 Corporate Way, Suite 400, Orange Park, FL 32073

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

10 Steps to Getting Started with Restaurant Pro Express

10 Steps to Getting Started with Restaurant Pro Express One Blue Hill Plaza, 16th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 10 Steps to Getting Started with Restaurant Pro Express Your

More information

Analytics Open Labs: Introduction to Tableau at the University of Kentucky

Analytics Open Labs: Introduction to Tableau at the University of Kentucky 1 Analytics Open Labs: Introduction to Tableau at the University of Kentucky Lucille Caudill Little Fine Arts Library Rm. 311 9 am-10 am 1st & 3rd Friday each month 2 Overview Introductions Tableau Tableau

More information

Magellan HUB: Making the Most of Our Collaboration Tools CAYLAN HORD DIRECTOR, END USER COMPUTE DAWN ROMBERG VP, CORPORATE COMMUNICATIONS

Magellan HUB: Making the Most of Our Collaboration Tools CAYLAN HORD DIRECTOR, END USER COMPUTE DAWN ROMBERG VP, CORPORATE COMMUNICATIONS Magellan HUB: Making the Most of Our Collaboration Tools CAYLAN HORD DIRECTOR, END USER COMPUTE DAWN ROMBERG VP, CORPORATE COMMUNICATIONS Agenda Magellan HUB: What does is it and what does it do? Live

More information

Mobile Security and Public Networks

Mobile Security and Public Networks Mobile Security and Public Networks Victor Johnston, Future Leaders Executive Council June 7, 2016 RECORDING HERE: http://bit.ly/29t0bq7 Teleconference Settings This call is being recorded To see the slides,

More information

Teradata SQL Features Overview Version

Teradata SQL Features Overview Version Table of Contents Teradata SQL Features Overview Version 14.10.0 Module 0 - Introduction Course Objectives... 0-4 Course Description... 0-6 Course Content... 0-8 Module 1 - Teradata Studio Features Optimize

More information

Improve the Order Procedure of a Student Nation s Pub

Improve the Order Procedure of a Student Nation s Pub Improve the Order Procedure of a Student Nation s Pub UX Case Study February 2016 - March 2016 Project Overview The Problem A student nation s pub struggles with its offline order procedure. The orders

More information

Data Analytics at Logitech Snowflake + Tableau = #Winning

Data Analytics at Logitech Snowflake + Tableau = #Winning Welcome # T C 1 8 Data Analytics at Logitech Snowflake + Tableau = #Winning Avinash Deshpande I am a futurist, scientist, engineer, designer, data evangelist at heart Find me at Avinash Deshpande Chief

More information

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video:

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: Table of Contents: Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: 1. Power Query Has Six Types of Merges / Joins... 2 2. What is a Merge /

More information

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10)

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10) SAP HANA EFFECT Title: Episode 11 - Walking through the Rapid Business Warehouse at (Duration: 18:10) Publish Date: April 6, 2015 Description: Rita Lefler walks us through how has revolutionized their

More information

Understanding Data Queries and Logging

Understanding Data Queries and Logging Welcome # T C 1 8 Understanding Data Queries and Logging Priyatham Pamu Engineering Manager Tableau Software Luis Enciso Staff Software Engineer Tableau Software Agenda Query Ecosystem Performance 101

More information

WEB TIME SUPERVISOR GUIDE

WEB TIME SUPERVISOR GUIDE Revised 02/23/2018 WEB TIME SUPERVISOR GUIDE CLIENT RESOURCE PAYLOCITY.COM TABLE OF CONTENTS Web Time... 3 Home... 15 Employees... 28 Reports... 130 Web Kiosk Setup... 132 Glossary... 156 Index... 158

More information

Full file at

Full file at David Kroenke's Database Processing: Fundamentals, Design and Implementation (10 th Edition) CHAPTER TWO INTRODUCTION TO STRUCTURED QUERY LANGUAGE (SQL) True-False Questions 1. SQL stands for Standard

More information

Getting started in Outlook Web App for Office 365

Getting started in Outlook Web App for Office 365 Getting started in Outlook Web App for Office 365 Learn about Office 365 for business basics like mail, calendar, and contacts by using Outlook Web App with your web browser. This document walks you through

More information

Creating Simple Report from Excel

Creating Simple Report from Excel Creating Simple Report from Excel 1.1 Connect to Excel workbook 1. Select Get Data Excel in the Home ribbon tab, 2. In the Open File dialog box, select the 2015 Sales.xlsx file. Then in the Navigator pane,

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

2016 MDRT Annual Meeting e Handout Material. The Truth About Productivity: You Can t Catch Up, But You Can Get Ahead

2016 MDRT Annual Meeting e Handout Material. The Truth About Productivity: You Can t Catch Up, But You Can Get Ahead 2016 MDRT Annual Meeting e Handout Material Title: Speaker: The Truth About Productivity: You Can t Catch Up, But You Can Get Ahead Audrey Thomas, CSP Presentation Date: Tuesday, June 14, 2016 Presentation

More information

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 Evaluation Guide Published: July 14, 2008 Contents INTRODUCTION TO POWERSQL... 3 Product Benefits... 3 Product Benefits... 3 Product Benefits... 3 ABOUT THIS EVALUATION GUIDE...

More information

Tableau. training courses

Tableau. training courses Tableau training courses Tableau Desktop 2 day course This course covers Tableau Desktop functionality required for new Tableau users. It starts with simple visualizations and moves to an in-depth look

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Course Code: M20761 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,177 Querying Data with Transact-SQL Overview This course is designed to introduce students to Transact-SQL. It is designed in such

More information

Using Tableau to report on SharePoint lists and libraries: A step by step guide

Using Tableau to report on SharePoint lists and libraries: A step by step guide Using Tableau to report on SharePoint lists and libraries: A step by step guide Tableau is one of the most renowned and accepted Business Intelligence tool for visually analyzing the data by organizations

More information

Converged Infrastructure Matures And Proves Its Value

Converged Infrastructure Matures And Proves Its Value A Custom Technology Adoption Profile Commissioned By Hewlett-Packard May 2013 Introduction Converged infrastructure (CI) solutions have been widely adopted by a range of enterprises, and they offer significant

More information

Microsoft Office SharePoint Reference Guide for Site Owners

Microsoft Office SharePoint Reference Guide for Site Owners Microsoft Office SharePoint Reference Guide for Site Owners Table of Contents INTRODUCTION...3 REQUESTING A NEW SITE...3 FOLLOWING A SITE...4 NAVIGATION...5 LISTS AND LIBRARIES...6 ADDING PEOPLE TO A SITE...6

More information

SmartReceipt Troubleshooting Guide

SmartReceipt Troubleshooting Guide SmartReceipt Troubleshooting Guide Version 1.5 September 2014 Contents Section 1: Sub Shop 2000... 1.1 I Can t Identify My Receipt Printer Name... 1.2 Cash Drawer Kick is Delayed... 1.3 Cash Drawer is

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database

More information

Considerations of Analysis of Healthcare Claims Data

Considerations of Analysis of Healthcare Claims Data Considerations of Analysis of Healthcare Claims Data ABSTRACT Healthcare related data is estimated to grow exponentially over the next few years, especially with the growing adaptation of electronic medical

More information

Employee Handbook. By checking the box beside the option located under the button and

Employee Handbook. By checking the box beside the option located under the button and Clocking in/out Employee Handbook Employees can clock in or clock out using either the computer/portal or the badge reader. Instructions on how to clock in or out using the computer/portal follow. Please

More information

Lab # 6. Using Subqueries and Set Operators. Eng. Alaa O Shama

Lab # 6. Using Subqueries and Set Operators. Eng. Alaa O Shama The Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4113: Database Lab Lab # 6 Using Subqueries and Set Operators Eng. Alaa O Shama November, 2015 Objectives:

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Tableau in Business Intelligence Duration: 6 Days Tableau Desktop Tableau Introduction Tableau Introduction. Overview of Tableau workbook, worksheets. Dimension & Measures Discrete and Continuous Install

More information

ACEEE MT 2014 Evaluating the Impact of Smart Grid on Efficiency Programs

ACEEE MT 2014 Evaluating the Impact of Smart Grid on Efficiency Programs ACEEE MT 2014 Evaluating the Impact of Smart Grid on Efficiency Programs Andy Vota Director, Strategic Technology Services Vermont Energy Investment Corporation, Efficiency Vermont April 2014 About VEIC

More information

Slicing and Dicing Data in CF and SQL: Part 2

Slicing and Dicing Data in CF and SQL: Part 2 Slicing and Dicing Data in CF and SQL: Part 2 Charlie Arehart Founder/CTO Systemanage carehart@systemanage.com SysteManage: Agenda Slicing and Dicing Data in Many Ways Cross-Referencing Tables (Joins)

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 5 Access More Skills 13 Specify Relationship Join Types Database objects forms, queries, and reports display fields from related tables by matching the values between the fields common to both

More information

HEARTLAND DEVELOPER CONFERENCE 2017 APPLICATION DATA INTEGRATION WITH SQL SERVER INTEGRATION SERVICES

HEARTLAND DEVELOPER CONFERENCE 2017 APPLICATION DATA INTEGRATION WITH SQL SERVER INTEGRATION SERVICES HEARTLAND DEVELOPER CONFERENCE 2017 APPLICATION DATA INTEGRATION WITH SQL SERVER INTEGRATION SERVICES SESSION ABSTRACT: APPLICATION DATA INTEGRATION WITH SQL SERVER INTEGRATION SERVICES What do you do

More information

Six Core Data Wrangling Activities. An introductory guide to data wrangling with Trifacta

Six Core Data Wrangling Activities. An introductory guide to data wrangling with Trifacta Six Core Data Wrangling Activities An introductory guide to data wrangling with Trifacta Today s Data Driven Culture Are you inundated with data? Today, most organizations are collecting as much data in

More information

: Creating a Basic Hyperfind

: Creating a Basic Hyperfind What is a HyperFind query? HyperFind Queries enable users to view a list of employees based on selected filters. For example, you may be only interested in looking at active employees as of today s date

More information

Objectives. After completing this lesson, you should be able to do the following:

Objectives. After completing this lesson, you should be able to do the following: Objectives After completing this lesson, you should be able to do the following: Describe the types of problems that subqueries can solve Define subqueries List the types of subqueries Write single-row

More information

ArcGIS Runtime SDK for Qt: Building Apps. Koushik Hajra and Lucas Danzinger

ArcGIS Runtime SDK for Qt: Building Apps. Koushik Hajra and Lucas Danzinger ArcGIS Runtime SDK for Qt: Building Apps Koushik Hajra and Lucas Danzinger Cross-platform apps Agenda for today Intro to Qt Framework and ArcGIS Runtime SDK for Qt App design patterns with this SDK SDK

More information

Introductory SQL SQL Joins: Viewing Relationships Pg 1

Introductory SQL SQL Joins: Viewing Relationships Pg 1 Introductory SQL SQL Joins: Viewing Relationships Pg 1 SQL Joins: Viewing Relationships Ray Lockwood Points: The relational model uses foreign keys to establish relationships between tables. SQL uses Joins

More information

Ten Great Reasons to Learn SAS Software's SQL Procedure

Ten Great Reasons to Learn SAS Software's SQL Procedure Ten Great Reasons to Learn SAS Software's SQL Procedure Kirk Paul Lafler, Software Intelligence Corporation ABSTRACT The SQL Procedure has so many great features for both end-users and programmers. It's

More information

Team Administrator Training Manual. Latest update: NOV 2018

Team Administrator Training Manual. Latest update: NOV 2018 Team Administrator Training Manual Latest update: NOV 2018 1 Logistical Support and Implementation Contact your Customer Success Team at success@swivl.com if you wish to learn more about the following:

More information

429 - Solid Edge - Tips and Tricks

429 - Solid Edge - Tips and Tricks 4 th Generation VLC courtesy of Edison2 429 - Solid Edge - Tips and Tricks Craig Ruchti, Solid Edge Field Support, #SEU13 Agenda: 429 - Solid Edge - Tips and Tricks Who am I? What you will learn Solid

More information

Workshop with ROCKWOOL editors. Helle Jensen, Senior ux consultant

Workshop with ROCKWOOL editors. Helle Jensen, Senior ux consultant Workshop with ROCKWOOL editors Helle Jensen, Senior ux consultant Agenda 1. Intro to UX and customer journeys 2. Intro to web content 3. Intro to blocks in EpiServer 4. Content guidelines 5. Exercise:

More information

How To Use My Alternative High

How To Use My Alternative High How To Use My Alternative High Preface Preface I put this together to address the issues and questions that come up all the time in class, especially for newer students. Preface I did this so that I could

More information

Editing Polygons. Adding material/volume: Extrude. Learning objectives

Editing Polygons. Adding material/volume: Extrude. Learning objectives Learning objectives Be able to: use the Extrude tool to add volume to a polygon know what edge loops are and how to insert edge loops in a polygon cut edges in a polygon know multiple methods of sewing

More information

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph :

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph : Name Direct Variations There are many relationships that two variables can have. One of these relationships is called a direct variation. Use the description and example of direct variation to help you

More information

OVERVIEW OF RELATIONAL DATABASES: KEYS

OVERVIEW OF RELATIONAL DATABASES: KEYS OVERVIEW OF RELATIONAL DATABASES: KEYS Keys (typically called ID s in the Sierra Database) come in two varieties, and they define the relationship between tables. Primary Key Foreign Key OVERVIEW OF DATABASE

More information

Rows and Range, Preceding and Following

Rows and Range, Preceding and Following Rows and Range, Preceding and Following SQL Server 2012 adds many new features to Transact SQL (T-SQL). One of my favorites is the Rows/Range enhancements to the over clause. These enhancements are often

More information

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word.

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word. Intro to Microsoft Word 2016 Class Description: This class will provide an introduction to the word processing program Microsoft Word 2016. Learn how to create a simple document, edit and format text,

More information

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made,

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made, Assignments Assignments The topics in this section provide information about Assignments. To begin managing Assignments on the Assignments console: 1. On the Navigation bar, click Assignments 2. The Assignments

More information

Shawn Dorward, MVP. Getting Started with Power Query

Shawn Dorward, MVP. Getting Started with Power Query Shawn Dorward, MVP Getting Started with Power Query Meet our Presenter InterDyn Artis specializes in the implementation, service and support of Microsoft Dynamics Enterprise Resource Planning (ERP) and

More information

TUTORIAL Get Started with Tableau Desktop

TUTORIAL Get Started with Tableau Desktop TUTORIAL Get Started with Tableau Desktop Learn how to connect to data, create data visualizations, present your findings, and share your insights with others. http://onlinehelp.tableau.com/current/guides/get-started-tutorial/en-us/get-started-tutorialhome.html

More information

Chapter 7. Advanced SQL. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Chapter 7. Advanced SQL. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel Chapter 7 Advanced SQL Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel 1 In this chapter, you will learn: About the relational set operators UNION, UNION ALL, INTERSECT,

More information

MAPILab Statistics for SharePoint User Guide

MAPILab Statistics for SharePoint User Guide MAPILab Statistics for SharePoint User Guide Edition 1.0, April 2010, MAPILab LTD. Contents Introduction... 3 Quick start... 3 Getting started... 4 Report selection... 6 Report generation... 10 Filters

More information

Introduction to SQL Server 2005/2008 and Transact SQL

Introduction to SQL Server 2005/2008 and Transact SQL Introduction to SQL Server 2005/2008 and Transact SQL Week 5: SQL Server Reporting Services Building Reports Steve Stedman - Instructor Steve@SteveStedman.com This Weeks Overview Introduction to SQL Server

More information

Intermediate Tableau Public Workshop

Intermediate Tableau Public Workshop Intermediate Tableau Public Workshop Digital Media Commons Fondren Library Basement B42 dmc-info@rice.edu (713) 348-3635 http://dmc.rice.edu 1 Intermediate Tableau Public Workshop Handout Jane Zhao janezhao@rice.edu

More information

When first importing a Specialised Register (SR) into the CRS, use the Import Register tab.

When first importing a Specialised Register (SR) into the CRS, use the Import Register tab. Import Register When first importing a Specialised Register (SR) into the CRS, use the Import Register tab. Exporting a ProCite database in CRS import format Exporting from EndNote in CRS import format

More information

Sql Server Schema Update Join Multiple Tables In One Query

Sql Server Schema Update Join Multiple Tables In One Query Sql Server Schema Update Join Multiple Tables In One Query How to overcome the query poor performance when joining multiple times? How would you do the query to retrieve 10 different fields for one project

More information

Workforce Mobile (iphone) Performing Manager Tasks

Workforce Mobile (iphone) Performing Manager Tasks Home Screen Overview Logging On When you start the Kronos Mobile app, your device connects to your organization s Workforce Central server, using an IP address you supply. You can then log on using your

More information

Table of Contents (As covered from textbook)

Table of Contents (As covered from textbook) Table of Contents (As covered from textbook) Ch 1 Data and Decisions Ch 2 Displaying and Describing Categorical Data Ch 3 Displaying and Describing Quantitative Data Ch 4 Correlation and Linear Regression

More information

Microsoft Power BI for O365

Microsoft Power BI for O365 Microsoft Power BI for O365 Next hour.. o o o o o o o o Power BI for O365 Data Discovery Data Analysis Data Visualization & Power Maps Natural Language Search (Q&A) Power BI Site Data Management Self Service

More information

Onboarding Guide. ipointsolutions.net (800)

Onboarding Guide. ipointsolutions.net (800) Onboarding Guide ipointsolutions.net (800) 535-4101 Support@iPointSolutions.net Table of Contents Server / Hardware / Network Requirements Server Requirements... 3 Supported Operating Systems... 3 Server

More information