102 VISTA VIEWS REPORT BUILDING PowerCampus Version 8.3.2.

Slides:



Advertisements
Similar presentations
ISecurity GUI User-Friendly Interface. Features Full support of all green-screen functionality Simultaneous views of multiple iSecurity screens and activities.
Advertisements

Chapter 4 Joining Multiple Tables
A Guide to SQL, Seventh Edition. Objectives Use joins to retrieve data from more than one table Use the IN and EXISTS operators to query multiple tables.
Ashley Ohmann June 20, * What is Custom SQL? * What can I do with it? * Join conditions * Unions and Self Joins * Ranks * Derived Tables.
CC SQL Utilities.
HokieMart On-line Training Module
Microsoft Excel 2003 Illustrated Complete Excel Files and Incorporating Web Information Sharing.
Dori Baldwin Student Info Mgmt Coordinator Kent ISD.
Service Point 5 ReportWriter How to create and run reports in ReportWriter.
Concepts of Database Management Sixth Edition
Concepts of Database Management Seventh Edition
Introduction to SQL Session 2 Retrieving Data From Multiple Tables.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Table of Contents Logging In Ascend SMS Screen Layout Home Tab
Phil Brewster  One of the first steps – identify the proper data types  Decide how data (in columns) should be stored and used.
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,
Rationale Aspiring Database Developers should be able to efficiently query and maintain databases. This module will help students learn the Structured.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Concepts of Database Management, Fifth Edition
SQL 資料庫查詢語言 取材自 EIS, 3 rd edition By Dunn et al..
You can use a query to view a subset of your data or to answer questions about your data. For example, if you want to view a list of student names and.
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.
C H A P T E R 4 Designing Database E-Commerce Hassanin M. Al-Barhamtoshy
Learningcomputer.com SQL Server 2008 – Entity Relationships in a Database.
Chapter 15: Using LINQ to Access Data in C# Programs.
Quick Start Guide: Administrator Advanced Learn about: 1.Creating customized Roles in LOAMS 2.Searching and moving users in the hierarchy 3.Modifying accounts.
Access Queries Office 2013/ Queries Most common type of Query is selection(projection) Specify sources for data retrieval table(s) and/or query(ies)
Microsoft Access 2010 Building and Using Queries.
8 1 Chapter 8 Advanced SQL Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
SQL 101 for Web Developers 14 November What is a database and why have one? Tables, relationships, normalization SQL – What SQL is and isn’t – CRUD:
ADMISSIONS MODULE CREATING A STUDENT RECORD Northwest University Registrar’s Office 2014 Updated 7/9/2014.
PowerBuilder Online Courses - by Prasad Bodepudi
Concepts of Database Management Seventh Edition
Oracle Data Integrator Transformations: Adding More Complexity
Chapter 17 Creating a Database.
Chapter 4 Multiple-Table Queries
CS146 References: ORACLE 9i PROGRAMMING A Primer Rajshekhar Sunderraman
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.
1 Duplicate Analyzer Exercises. 2 Installation and Initial Configuration: Exercises Exercises 1.Install Duplicate Analyzer on your local PC. 2.Configure.
Programming in R SQL in R. Running SQL in R In this session I will show you how to: Run basic SQL commands within R.
® Microsoft Access 2010 Tutorial 3 Maintaining and Querying a Database.
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.
1 Session 6: Database Best Practice iNET Academy Open Source Web Development.
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
A Guide to SQL, Eighth Edition Chapter Five Multiple-Table Queries.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Address Book Application Introducing Database Programming.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 5: SQL I Rob Gleasure robgleasure.com.
7 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel 7.6 Advanced Select Queries SQL provides useful functions that.
MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Sravanthi Lakkimsety Mar 14,2016.
Lecture 9 Using Structured Query Language (SQL) Jeffery S. Horsburgh Hydroinformatics Fall 2012 This work was funded by National Science Foundation Grant.
Service Point 5 ReportWriter How to run reports in ReportWriter.
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
Lesson 17 Mail Merge. Overview Create a main document. Create a data source. Insert merge fields into a main document. Perform a mail merge. Use data.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Chapter 12 Introducing Databases. Objectives What a database is and which databases are typically used with ASP.NET pages What SQL is, how it looks, and.
Service Point 5 ReportWriter
Microsoft Office Illustrated Introductory, Windows Vista Edition
Service Point 5 ReportWriter
Using the Set Operators
Merging Word Documents
Building and Using Queries
PowerCampus Version Vista Views (SQL 2008 Compatibility)
ISC440: Web Programming 2 Server-side Scripting PHP 3
Chapter 8 Advanced SQL Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
SQL Fundamentals in Three Hours
Microsoft Excel 101.
Using the Set Operators
New User Registration Click the ‘Register’ link to create your profile.
Presentation transcript:

102 VISTA VIEWS REPORT BUILDING PowerCampus Version 8.3.2

RECAP OF 101 – WHAT IS VISTA VIEWS? A tool used to create custom views with Vista Reports Users can select pre-defined tables and other custom views Views and tables can be secured by profile, user name/operator id, or formal name(this view is not for you) Users can add columns, create joins, develop where clauses, group by, sort, and customize data, etc 10/12/20152

RECAP OF 101 – WHAT IS VISTA VIEWS CONTINUED 10/12/ Custom views, pre-defined tables, security settings, and other important features (joins, where clauses, group by, sort, compute, syntax preview) Data Tables – Holds data on students, applicants, inquires, etc Code Tables – Hold the various user-defined code tables for your institution System Views – Hold any system-defined views which are currently on the system User Views – Hold any views that you have created System Tables – Holds the various system tables which are currently on the system Where clauses filter data. Some examples include: Defining a specific year, term, and/or session Defining a specific program, degree, and/or curriculum Separating enrolled from withdrawn students Eliminating non-credited students from results Group By is a feature used to group data. Examples include: Displaying the number of classes a student is taking Displaying the number of terms a student has been enrolled in Compute allows the user to: Customize reports for requestor’s use, personal use, or meeting other reporting needs by Manipulate strings Perform mathematical computations Working with null values Rows can be unique by clicking Distinct Syntax tab allows the user to edit the SQL syntax directly (System Administrator Role) Preview shows results from the SQL syntax tab

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE Joins are needed when selecting more than one table Tables need to relate to each other in order for syntax to run successfully Joins help to relate tables to one another Three types of joins can be created Equal Join Right Outer Join Left Outer Join 10/12/20154

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Illustration – Equal Join 10/12/20155 Table ATable B All of the matching records from Table A and Table B Equal Join = A&B intersected

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Example – Equal Join 10/12/20156 Table A = People Table B = Telecommunications

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Illustration – Right Outer Join 10/12/20157 Table ATable B All of the records from Table B and all the records from Table A that match Table B Right Join = Table B + (A&B) intersected

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Example – Right Outer Join 10/12/20158 Table A = People Table B = Telecommunications

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Illustration – Left Outer Join 10/12/20159 Table ATable B All of the records from Table A and all the records from Table B that match Table A Left Join = Table A + (A&B) intersected

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Example – Left Outer Join 10/12/ Where clause is the same as the example for the Equal Join and Right Outer Join Table A = People Table B = Telecommunications

VISTA VIEWS JOINS MAKE ALL THE DIFFERENCE CONT. Overall Results 10/12/ Inner JoinsResults Equal Join862 Right Outer Join Left Outer Join938 Equal join results include students from the People Table that have alternative addresses Right join results have all the students from the Telecommunications that have alternative addresses and those students in common with both tables (Telecommunications and People) Left join results include all students from the People table with or without an alternative address

Phone, Address, Demographics and IPEDS Ethnicity 10/12/ VISTA VIEWS 102 – TROUBLE JOINING TABLES? QUICK ACCESS SLIDE

Education 10/12/ VISTA VIEWS 102 – TROUBLE JOINING TABLES? QUICK ACCESS SLIDE CONT.

GPA’s and Credits 10/12/ VISTA VIEWS 102 – TROUBLE JOINING TABLES? QUICK ACCESS SLIDE CONT.

VISTA VIEWS 102 – CHANGES IN JOIN TAB Join tab changes start with PowerCampus version 8.4 and higher Joins are between Tables as opposed to Tables and Columns Left Outer, Right Outer, and Equal Joins can be set up between Tables Columns will have to be set up for Left and Right Outer Joins Equal Joins are Cross Joins instead of Inner Joins (Cross Joins act like an Inner Joins with a Where Clause) Filters have been added for Outer Join Tables. “And” is given for all filters Syntax for Vista Views are now written in new SQL. Square brackets are used to differentiate between Tables, Columns, and custom column names 10/12/201515

VISTA VIEWS 102 – CHANGES IN JOIN TAB CONT. 10/12/201516

VISTA VIEWS 102 – CHANGES IN SYNTAX 10/12/201517

VISTA VIEWS 102 – MODIFICATIONS Case When Examples – Undergraduate Population 10/12/201518

VISTA VIEWS 102 – MODIFICATIONS CONT. Left, Right, and Substring Examples 10/12/201519

VISTA VIEWS 102 – USEFUL WEB RESOURCES FOR MODIFICATIONS Websites: Stackover flow - Sql Server Helper - Microsoft Developer Network - W3schools - Google – (your problem sql or sql your problem) 10/12/201520

VISTA VIEWS REFERENCES PowerCampus Vista User Guide Release 8.1, June 2012 PowerCampus Release Guide Release 8.4, November /12/201521

VISTA VIEWS DISCUSSION Questions/CommentsContact Information Name: Anthony Williams Title: Dir. Institutional Research College: Metropolitan College of New York Office #: ext /12/201522