Creating Reports Crystal Clear



Similar documents
Sophos Reporting Interface Creating Reports using Crystal Reports 2008

LearnFromGuru Polish your knowledge

Installation, Report Environment Set-up and DB Maintenance

Unity Application Suite SQL Server Database Integration

TIM 50 - Business Information Systems

Connecting to Manage Your MS SQL Database

Reporting in The Financial Edge David Kilmer

Crystal Reports Setup

Introduction to Querying & Reporting with SQL Server

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

SharePoint Governance Execution

Administering a Microsoft SQL Server 2000 Database

- Suresh Khanal. Microsoft Excel Short Questions and Answers 1

Online Courses. Version 9 Comprehensive Series. What's New Series

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

Administering a Microsoft SQL Server 2000 Database

Using Crystal Reports with Enprise Job

SQL Server Administrator Introduction - 3 Days Objectives

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N).

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003

Data Domain Discovery in Test Data Management

VBA and Databases (see Chapter 14 )

Foundations of Business Intelligence: Databases and Information Management

Course Title: Microsoft Access Basic Duration: 12 hours

Topic: Relationships in ER Diagram and Relationships in MS Access

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

CRG Academy Course Descriptions. Corporate Renaissance Group 6 Antares Drive, Phase 1, Suite 200 Ottawa, ON K2E 8A9

Release Notes. Medtech32. Medtech Fax Solution (for Windows 7 and later)

User Manual. Crystal Report Integration

Microsoft. Access HOW TO GET STARTED WITH

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

Administering a Microsoft SQL Server 2000 Database

Developing Own Crystal Reports

Module 9 Ad Hoc Queries

Foundations of Business Intelligence: Databases and Information Management

Video Administration Backup and Restore Procedures

Using Delphi Data with Excel and Access

ADP Workforce Now V3.0

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved.

Course MIS. Foundations of Business Intelligence

Databases and Information Management

ODBC (Open Database Connectivity) for MS-Excel Microsoft OLE DB Provider for ODBC Drivers (Legitronic v3.6.2 & Later)

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Microsoft Access Glossary of Terms

Microsoft Access 2007 Module 1

PowerSchool Student Information System

Analyze This! Get Better Insight with Power BI for Office 365

Chapter 4 Accessing Data

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE

SQL Server Training Course Content

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

HansaWorld SQL Training Material

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Introduction. Editions

REDCap General Security Overview

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

Upgrading from VAM/SQL MS303 to VAM/SQL MS401

Crystal Reports. Overview. Contents. Table Linking in Crystal Reports

Now that you have a fleet management system, what should you do with it?

2009 Braton Groupe sarl, All rights reserved.

IENG2004 Industrial Database and Systems Design. Microsoft Access I. What is Microsoft Access? Architecture of Microsoft Access

Beginning C# 5.0. Databases. Vidya Vrat Agarwal. Second Edition

SQL Server Replication Guide

Data Domain Profiling and Data Masking for Hadoop

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server

Sage 100 ERP. Installation and System Administrator s Guide

2012 Teklynx Newco SAS, All rights reserved.

Microsoft Dynamics GP Audit Trails

SECURE UNIVERSES USING RESTRICTION SETS

Reporting and Data Access Methods. Get the most flexibility in creating reports, lists, or other documents

Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Learning Objectives

Microsoft Access Basics

Database Linker Tutorial

Microsoft Access 2003 Module 1

LANDESK Service Desk. Desktop Manager

Attribute Data and Relational Database. Lecture 5 9/21/2006

How to Setup SQL Server Replication

Data Warehousing With Microsoft Access

Working with SQL Server Integration Services

PaperClip Audit System Installation Guide

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

UltraQuest Cloud Server. White Paper Version 1.0

WRITING EFFICIENT SQL. By Selene Bainum

Crystal Reports Basics

MS 50511A The Microsoft Business Intelligence 2010 Stack

Microsoft Report Builder 3.0 with SQL 2008R2, SQL 2012 Express and SQL 2012 Course 55005A; 2 Days, Instructor-led

Using Microsoft Access Front End to NIMSP MySQL Database

Sophos Reporting Interface user guide. Product version: 5.2

Review of SwisSQL Data Migration Tool

How to Use PIPS Access to/from SQL Database Utility Program. By PIPSUS Support Team Dr. Chouikha

Paperless approval system for Sage 300 CRE (Timberline)

Inventory Manager. Getting started Usage and general How-To

CHAPTER 23: USING ODBC

Statistical Reporting Tool. Installation & Use Guide

Topics. Database Essential Concepts. What s s a Good Database System? Using Database Software. Using Database Software. Types of Database Programs

Transcription:

Creating Reports Crystal Clear Presented by: Robert Acosta - Senior Client Support Co-Presenter: Praveen Maturi - Support Manager

Agenda Why Crystal Reports? Planning a Report Report Access ECD vs Company Report Views Understanding Joins Data Dictionary Custom Report Module 2

Why Crystal Reports? Crystal Reports makes it easy for EZ-CAP users to create reports because you do not need to know SQL. Crystal Reports understands SQL and analyzes what you ask it to do and generates the SQL statement for you. SQL - Structured Query Language is a special-purpose programming language designed for managing data held in a Relational Database Management Systems (RDBMS). 3

Why Crystal Reports? Using a SQL QUERY that returns ALL CLAIMS from the ECD database. 4

Why Crystal Reports? Using Crystal Reports Standard Report Wizard to return ALL CLAIMS from the ECD database 5

Why Crystal Reports? EZ-CAP Crystal Report Writers have already created many useful canned reports for you to use and modify right now! 6

Why Crystal Reports? Example of Claim Audit Trail canned report 7

Planning a Report ECD or Company Database Views Fields Grouping Totaling Selection 8

Report Access Report User must be checked! 9

Report Access Connect using OLE DB (ADO) for Microsoft SQL Server 10

ECD vs Company ECD Database Common Codes Common Data All Companies Benefit Matrix Company Databases Company Specific Data 11

Report Views View Can be thought of as a virtual table or stored query. A view is created as a subset of columns from one or more tables. 12

Report Views For Report purposes use either RV or RVS views! RV Report View - Virtual table RVS Report View (Secure) - Virtual table with EZ-CAP security parameters. EZ-CAP needs to restrict the Company Level access for users in order to implement company securities. 13

Report Views Company View Use a company view when you want to report on a specific company. 14

Report Views Use the views in the ECD when you want to report on all companies. You can filter by company as well. 15

Report Views Super Report View A view containing multiple views RVS_SUPER AUTH RVS_SUPER_CASE RVS_SUPER_CLAIMS RVS_SUPER_CSM RVS_SUPER_HCLAIM RVS_SUPER_MEMB RVS_SUPER_PCLAIM RVS_SUPER_PROV 16

Data Dictionary Essential to Report Writing Lists views, fields, and characteristics of the database Helps identify views and data 17

Data Dictionary If you wanted to create a Claims report you could use RVS_CLAIM_MASTERS 18

Understanding Joins Join Is a relation that combines two views with a common field(s). Joining requires that you use a field that is common to both tables. MEMBID field is joined to both AUTH_MASTERS and MEMB_COMPANY 19

Understanding Joins Defining SQL Join Types A SQL join indicates how linked fields in two SQL tables are matched when records are read. SQL join options can be specified in the Link Options dialog box. 20

Understanding Joins EZ-CAP uses two join types: Equal [=] (One-To-One) Left Outer [=(+),*=] (One-To-Many) 21

Understanding Joins Equal or One-To-One Relationships Every record in the primary table has only one matching record in the lookup table. Only one record will be found in the Member table for each record in the claims table 22

Understanding Joins Left Outer or One-To-Many Relationships Every record in the primary table may have more than one matching record in the lookup table. There can be one or more claim detail lines for a claim. 23

Understanding Joins Equal Join Scans the records in the lookup table, and returns only one record that is uniquely related to the search record in the primary table. 24

Understanding Joins Left Outer Join Returns each row that satisfies the join of the primary table with the lookup table. It also returns records from the primary table that had no matching record in the lookup table. 25

Understanding Joins Defining From and To Link - The from table is used as a primary table, while the to table acts as a lookup table. Crystal Reports will examine MEMBID from AUTH_MASTERS and find the matching record in MEMB_COMPANY. 26

Custom Report Module EZ-CAP Users do not need to have Crystal Reports on their pc to access Custom Reports. Makes it easy to share reports across your organization! Custom Reports must be setup on the EZ-CAP Application server by your EZ-CAP Administrator. 27

Custom Report Module 28

Custom Report Module 29

Recap Why Crystal Reports? Planning a Report Report Access ECD vs Company Report Views Understanding Joins Data Dictionary Custom Report Module 30

Q&A 31

Thank you for attending Have a great day! 32