Wrangling All Your Data With Query Builder in JMP 13

Slides:



Advertisements
Similar presentations
CC SQL Utilities.
Advertisements

AESuniversity Ad hoc Reporting. Ad hoc Reports What are ad hoc reports? Why would you use ad hoc reports? Creating an ad hoc report from a query Building.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 10 – Designing.
D-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Fundamentals, Design, and Implementation, 9/e Chapter 6 Introduction to Structured Query Language (SQL)
Chapter 2 Querying a Database
Concepts of Database Management Sixth Edition
DAY 21: MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Akhila Kondai October 30, 2013.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 3-1 LINKS TO OBJECTIVES Save a Filter as a Query Save a Filter as a Query Parameter Query Inner, Left,
Copyright © 2006, SAS Institute Inc. All rights reserved. Enterprise Guide 4.2 : A Primer SHRUG : Spring 2010 Presented by: Josée Ranger-Lacroix SAS Institute.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Chapter 3 Single-Table Queries
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Import Data From Text Files and Other Sources Importing is the process of inserting data.
HAP 709 – Healthcare Databases SQL Data Manipulation Language (DML) Updated Fall, 2009.
Microsoft Access 2010 Building and Using Queries.
Analyzing Data For Effective Decision Making Chapter 3.
1 Single Table Queries. 2 Objectives  SELECT, WHERE  AND / OR / NOT conditions  Computed columns  LIKE, IN, BETWEEN operators  ORDER BY, GROUP BY,
Using Special Operators (LIKE and IN)
Concepts of Database Management Seventh Edition
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making Chapter.
Copyright 2008 McGraw-Hill Ryerson 1 TECHNOLOGY PLUG-IN T7 PROBLEM SOLVING USING ACCESS.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Intro to SQL Management Studio. Please Be Sure!! Make sure that your access is read only. If it isn’t, you have the potential to change data within your.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Pasewark & Pasewark 1 Access Lesson 3 Creating Queries Microsoft Office 2007: Introductory.
Microsoft Office 2013: In Practice Chapter 3 Creating and Using Queries Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
What’s New EG 4.2 TASS, September 25, 2009 Judy Orr Lawrence, SAS Instructor.
You can sort Access data so you can view records in the order you want to view them, and you can filter data so you only see the records you want to see.
Concepts of Database Management Seventh Edition Chapter 3 The Relational Model 2: SQL.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Access Queries Agenda 6/16/14 Review Access Project Part 1, answer questions Discuss queries: Turning data stored in a database into information for decision.
Advanced Adhoc Reporting 2010 Visions Conference July 28, 2010.
John Ykema, Director of Sales & Marketing. Agenda  Understanding the NEW Tool  Table JOINS & Database Views  Building your first report  Charts and.
By Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson, Linda Lau, Jerri Williams Chapter 6 Action and Specialized Queries 1.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Using the Report Button Using the Report Button Print.
A Guide to SQL, Eighth Edition Chapter Four Single-Table Queries.
 Review quiz. Answer questions.  Discuss queries: ◦ What is a query? Turning data stored in a database into information for decision making. ◦ You: Completed.
1 Chapter 3 Single Table Queries. 2 Simple Queries Query - a question represented in a way that the DBMS can understand Basic format SELECT-FROM Optional.
7 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel 7.6 Advanced Select Queries SQL provides useful functions that.
SQL for Super Users Presented by: Adam Jacobson Red Three Consulting, Inc.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
SQL - Training Rajesh Charles. Agenda (Complete Course) Introduction Testing Methodologies Manual Testing Practical Workshop Automation Testing Practical.
N5 Databases Notes Information Systems Design & Development: Structures and links.
SQL – join.
Solving Common Data Table Problems with JMP® 13:
Fujimi SPC System using JSL June 22, 2016
GO! with Microsoft Office 2016
Objectives Query for top values Create a parameter query
GO! with Microsoft Access 2016
Review of Main Database Features
Microsoft Access 2003 Illustrated Complete
RELATIONAL DATABASE MODEL
Eric Hill, Software Developer, JMP
Using SQL to Prepare Data for Analysis
GO! with Microsoft® Access e
Chapter 4 Summary Query.
Query Builder The New JMP 12 Tool For Getting Your SQL Data Into JMP
Structured Query Language – The Fundamentals
Data Management Innovations 2017 High level overview of DB
Lecture 3 Finishing SQL
JMP® Meets SQL: Using Query Builder for JMP Data Tables
Contents Preface I Introduction Lesson Objectives I-2
Query Functions.
September 12-14, 2018 Raleigh, NC.
New Perspectives on Microsoft
Presentation transcript:

Wrangling All Your Data With Query Builder in JMP 13 Eric Hill Software Developer, JMP eric.hill@jmp.com

Copyright © 2016 SAS Institute Inc. All rights reserved. ? ? Copyright © 2016 SAS Institute Inc. All rights reserved.

Copyright © 2016 SAS Institute Inc. All rights reserved. Inner Join Matching rows only Copyright © 2016 SAS Institute Inc. All rights reserved.

Copyright © 2016 SAS Institute Inc. All rights reserved.  Left Outer Join All rows from left table Matching rows from right table Copyright © 2016 SAS Institute Inc. All rights reserved.

Copyright © 2016 SAS Institute Inc. All rights reserved. X Right Outer Join Matching rows from left table All rows from right table Copyright © 2016 SAS Institute Inc. All rights reserved.

Copyright © 2016 SAS Institute Inc. All rights reserved. Full Outer Join All rows from both tables Copyright © 2016 SAS Institute Inc. All rights reserved.

Demo – Basic Joins Connect to database Primary vs. Secondary table Join Home Planet to Planet Change join type Preview Join Build Query Select Columns Run Query Save Query Copyright © 2012, SAS Institute Inc. All rights reserved.

Characters Films Copyright © 2012, SAS Institute Inc. All rights reserved.

Demo – Advanced Joins Characters plus Films Set join up wrong Preview Join Add Films a second time, change aliases Set join up correctly Copyright © 2012, SAS Institute Inc. All rights reserved.

NTSB Data events table aircraft table Occurrences table Copyright © 2012, SAS Institute Inc. All rights reserved.

Summarizing Data COUNT AVG MIN/MAX SUM STDDEV_SAMP, STDDEV_POP VAR_SAMP, VAR_POP Copyright © 2012, SAS Institute Inc. All rights reserved.

Demo – Summarizing Data Events data has primary key Aircraft table has compound primary key, foreign key reference to events Occurrences table has compound primary key, foreign key reference to Aircraft OccurrenceCodes – maps numeric codes to description Keys make joins easier Add columns Do Count aggregation See others are GROUP BY – Look at SQL code Order by the aggregated value Copyright © 2012, SAS Institute Inc. All rights reserved.

Demo - Filtering exercise4_predemo_start.jmpquery Date Format Modeling type – Affects the default filter and filter choices you have (besides being important in the imported data) Filter total seats highest injury Create a TreeMap Occurrence_Desc Phase_Desc Put the script in Post Query Script, runs every time Make the query prompted Copyright © 2012, SAS Institute Inc. All rights reserved.

Demo – Advanced Filtering Exercise4_part1.jmpquery Add date filter, make it a range, show Date Picker Add Occurrence_Desc Pick some Change to LIKE/NOT LIKE %engine%, %landing% Custom filter Type in what you want Custom SQL Query Copyright © 2012, SAS Institute Inc. All rights reserved.

JMP Query Builder (JMP 13) Big Class SAT Scores Query Builder SAT Scores JMP Query Builder Result BC_SSN Excel Import Wizard or QB BC_SSN Avg SAT Internet Open Avg SAT Copyright © 2012, SAS Institute Inc. All rights reserved.

Demo – Query Builder for JMP Tables Open Big Class Social Security Excel worksheet Copyright © 2012, SAS Institute Inc. All rights reserved.

Enjoy the conference! eric.hill@jmp.com https://community.jmp.com