One Report, Two Data Sources Reporting from Unidata and SQL Server in a single report PRESENTER: Jared Carter| | October 11, 2010.

Slides:



Advertisements
Similar presentations
ImageNow at LaSalle University Julie Riganati
Advertisements

Information Systems Today: Managing in the Digital World
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Post Exam Study Database Design
A Toolbox for Blackboard Tim Roberts
UniData to SQL Conversion Don’t lose your Informer investment…
OpenClinica Criteria Based Reports Presented by Don Lawson – SilverLining Partners Brian Howard – Molecular NeuroImaging USE SLIDESHOW FOR AUDIO.
Computer Concepts BASICS 4th Edition
ELF Imports into Custom Files Katie Morgan Datatel Programmer/Analyst.
C6 Databases.
Regents Scoring and Reporting EduTech Regents Converter Migration October, 2010.
Data Dictionary What does “Backordered item” mean? What does “New Customer info.” contain? How does the “account receivable report” look like?
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
Introduction to Database ISYS 363. File Concepts File consists of a group of records. Each record contains a group of fields. Example: Student file –SIDSnameMajorSexGPA.
Introduction to Database ISYS 363. File Concepts File consists of a group of records. Each record contains a group of fields. Example: Student file –SIDSnameMajorSexGPA.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
BUSINESS DRIVEN TECHNOLOGY
Attribute databases. GIS Definition Diagram Output Query Results.
Databases and Database Management Systems
Database Software Application
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Page 1 ISMT E-120 Desktop Applications for Managers Introduction to Microsoft Access.
Batch Import/Export/Restore/Archive
Chapter 16 (p481 – 485, ) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
Attribute Data in GIS Data in GIS are stored as features AND tabular info Tabular information can be associated with features OR Tabular data may NOT be.
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2010.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
Online Autonomous Citation Management for CiteSeer CSE598B Course Project By Huajing Li.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Simple Database.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
PLRB Web Training. Introduction 1. Getting Started 2. Weather / Cats Info 3. Coverage Database 4. Education Materials 5. Meetings.
Databases. Database A database is an organized collection of related data.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Normalization (Codd, 1972) Practical Information For Real World Database Design.
Relational Databases (MS Access)
ISV Innovation Presented by ISV Innovation Presented by Business Intelligence Fundamentals: Data Cleansing Ola Ekdahl IT Mentors 9/12/08.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
RefWorks Your Personal Online Database And Bibliography Creator.
Database Beginnings. Scenario so far In our scenario we have people registering for training sessions. –The data about the training sessions was placed.
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2007.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Why are Databases Better than Files? Multiple users can all use the same database, and have access to the current, up to the minute values for the data.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Database revision.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
John W. Ingram Strategies for the Practice of Institutional Research NEAIR Annual Conference December 5, 2011.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
INTRODUCTORY GUIDE TO SURPLUS LINE INFORMATION PORTAL 2.0 (SLIP) CALIFORNIA’S ELECTRONIC FILING SYSTEM THE SURPLUS LINE ASSOCIATION OF CALIFORNIA Quick.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
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.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Mickey Stuewe Microsoft Junkie Red Gate Addict Creating User Friendly SSRS Reports.
Howard Paul. Sequential Access Index Files and Data File Random Access.
What Will My Books Cost? - Colleague and the Higher Education Opportunity Act Section 133 ST5229 Nancy Smith, Datatel Mike Sziede, Datatel.
IT 5433 LM3 Relational Data Model. Learning Objectives: List the 5 properties of relations List the properties of a candidate key, primary key and foreign.
Project Management: Messages
Sample Registration – Batch Reg
Cameron Blashka| Informer Implementation Specialist
Database Management  .
Databases and Information Management
Teaching slides Chapter 8.
Databases and Information Management
College Student Management System
National University of Laos
Verification of Not Tested
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Presentation transcript:

One Report, Two Data Sources Reporting from Unidata and SQL Server in a single report PRESENTER: Jared Carter| | October 11, 2010

Quick Facts about Thomas Edison State College Primarily an online distance education institution Approximately 18,735 students Approximately 45% of our students in the military Datatel (Unidata) Blackboard (SQL Server)

Challenge Certain military contracts required TESC to notify the military when a student fell behind in a course. Manually reporting from Mentors was: Labor intensive Inconsistent and confusing Resulted in potential contract violation A decision was made to use the date the student last accessed a course to indicate “tardiness” in the course. This information will be reported regularly to the military.

Solution Create a report that pulls “live” data from both Datatel and Blackboard Steps 1.Identify and prepare data sources, tables, and fields needed for reporting. 2.Define the selection criteria (Filter) 3.In Informer, map data source, files, and remote links. 4.Create Informer Report.

Identify your data sources, tables, and fields SQL Server: Tables, Views, Fields Unidata: Entities/Files, Attributes, computed columns/i-descriptors Searching through 3 rd party software, databases, and documentation is time consuming, and at times, very frustrating. Solicit help.

Blackboard Data Sources USERS – pk1 – user_id COURSE_MAIN – pk1 – users_pk1 – course_id – batch_uid COURSE_USERS – crsmain_pk1 – last_access_date Datatel Data Sources PERSON – SSN, LAST.NAME, FIRST.NAME STUDENT.COURSE.SECTION – SCS.STUDENT – X.SCS.SYNONYM – SCS.REG.METH COURSE.SECTIONS – SEC.TERM – SEC.SUBJECT, SEC.COURSE.NO, SEC.START.DATE, SEC.END.DATE, SEC.NAME COURSE.SEC.FACULTY – CSF.FACULTY

STUDENT.COURSE.SECTION STUDENTSPERSON COURSE.SECTIONSCOURSE.SEC.FACULTYFACULTYPERSON USERSCOURSE_MAINCOURSE_USERS This will not work because you need a single linked key and your associations must be a hierarchy.

STUDENT.COURSE.SECTION STUDENTSPERSON COURSE.SECTIONSCOURSE.SEC.FACULTYFACULTYPERSON NEW VIEW: BEHIND_PACE_vw COURSE_USERS In SQL, create a new view that has a unique key field called “ID” In Unidata, create a unique computed column in the entity (file) that will be your key to the “ID” field in your SQL view.

Blackboard Data Sources BEHIND_PACE_vw – BB_SCS_KEY – user_id – course_id – batch_uid – last_access_date Datatel Data Sources PERSON – SSN, LAST.NAME, FIRST.NAME STUDENT.COURSE.SECTION – SCS.STUDENT – X.SCS.BBKEY – X.SCS.SYNONYM – SCS.REG.METH COURSE.SECTIONS – SEC.TERM – SEC.SUBJECT, SEC.COURSE.NO, SEC.START.DATE, SEC.END.DATE, SEC.NAME COURSE.SEC.FACULTY – CSF.FACULTY

Define the selection criteria (Filter) When using two data sources, only one data source can have a filter. (However, if you are using a view, you can add criteria to the view.) For this example: – SCS.REG.METH = “EARMY” – SEC.TERM = >

Map Datasource Tables

Add Properties to your Tables

Add Links to your Tables

Add details for Remote Link

Create Informer Report

Add selection criteria

Add Fields

Sample Report

What’s Next? More reports! More data sources!

Thank you! Any questions?

Supporting documentation