Ad Hoc Reporting: Microsoft Report Builder Jim Drever, Joe Nevshemal.

Slides:



Advertisements
Similar presentations
Handel Users Group 2008 Conference Meeting Moderator: Jim Drever.
Advertisements

SharePoint 2010 Overview Presented by: Oscar Garcia
Using EBSCOs Search Box Builder Tool Tutorial. Would you like to promote your EBSCOhost resources by adding an easy-to-use search box to your website?
1 Discovering SharePoint What is SharePoint? What is SharePoint? How does it do that? How does it do that? How do we use it? How do we use it? What shape.
Facts about Welcome to this video from Ozeki. In this video I will present what makes Ozeki Phone System XE the Worlds best on-site software PBX for Windows.
How are we CREATING Your Web and Global Presence.
Information Systems Today: Managing in the Digital World
Site Collection, Sites and Sub-sites
Eric J. Oszakiewski MCTS: SharePoint Application Development SharePoint Configuration.
1 Web-Enabled Decision Support Systems Access Introduction: Touring Access Prof. Name Position (123) University Name.
Intro to Access 2007 Lindsey Brewer CSSCR September 18, 2009.
Microsoft Office Illustrated Fundamentals Unit K: Working with Data.
Microsoft Access.
State of Connecticut Core-CT Project Query 8 hrs Updated 6/06/2006.
Microsoft Office Illustrated Fundamentals Unit C: Getting Started with Unit C: Getting Started with Microsoft Office 2010 Microsoft Office 2010.
Services Course Windows Live SkyDrive Participant Guide.
Services Course Windows Live SkyDrive Participant Guide.
Computer Concepts BASICS 4th Edition
Windfall Web Throughout this slide show there will be hyperlinks (highlighted in blue). Follow the hyperlinks to navigate to the specified Topic or Figure.
Run with PC speaker on for narrative Welcome to the Narrated Guided Tour of Cizer.Net Reporting for Microsoft SQL Server Reporting Services
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
Microsoft Access 2003 Introduction To Microsoft Access 2003.
Access Tutorial 1 Creating a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Building Ad-Hoc Reports using the SQL Server 2005 Reporting Services (SSRS) Report Builder (SQL307) Adrian Rupp Business Intelligence Solutions Specialist.
SharePoint 2010 Business Intelligence Module 3: Business Intelligence Center.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
MIST Reporting Standard Reports Report Designer Report Builder Report Manager.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a Free rapid web application development tool for the Oracle database.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
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.
Introducing Reporting Services for SQL Server 2005.
Capita Consultancy Services & Web Reporting Rupert Ireland Applications Consultant.
Microsoft Office Access 2003 Số tiết: 30 tiết lý thuyết 60 tiết thực hành Giáo viên: Từ thị Xuân Hiền.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Office of Educational Technology School District of Philadelphia Introduction to Sites Google Sites This presentation is available at
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
1 What to do before class starts??? Download the sample database from the k: drive to the u: drive or to your flash drive. The database is named “FormBelmont.accdb”
Navigating SQL Server Lesson 3. Skills Matrix Graphical User Interface (GUI) Management Tools SQL Server Management Studio SQL Server Configuration Manager.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
Building Dashboards SharePoint and Business Intelligence.
LBR & WS LAB 1: INTRODUCTION TO GIS.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Agenda for Class 2/20/2014 Introduce Microsoft’s SQL Server database management system. Use the lab to discuss how to CREATE, DROP and populate (INSERT)
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
Visual Database Creation with MySQL Workbench 도시정보시스템 설계
Power View Overview April 25, POWER VIEW Presentation ready visualizations for the masses.
Agenda for Today  DATABASE Definition What is DBMS? Types Of Database Most Popular Primary Database  SQL Definition What is SQL Server? Versions Of SQL.
Review DATA VISUALIZATION WITH TABLEAU ONLINE TUTORIAL Training Guide Fundamentals.
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Business Directory REST API
GO! with Microsoft Office 2016
Data Virtualization Demoette… Flat-File Data Sources
Access Tutorial 1 Creating a Database
SQL Server Reporting Service & Power BI
Data Virtualization Tutorial… CORS and CIS
Leveraging BI in SharePoint with PowerPivot and Power View
GO! with Microsoft Access 2016
Access Tutorial 1 Creating a Database
Tutorial 7 – Integrating Access With the Web and With Other Programs
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Generate Data with Google Analytics SQL Saturday /04/2019.
Presentation transcript:

Ad Hoc Reporting: Microsoft Report Builder Jim Drever, Joe Nevshemal

Agenda Goal of this session What is Report Builder? How does it work? Where do I find it? How do I use it? Then what?

Todays Goal To learn how to launch (get to) Report Builder Understand how it works with the RiteTrack database See a sample report or two to help get you started

Report Builder Ad Hoc reporting tool – ( A better Report Genie, although we arent dropping it) Microsoft includes Report Builder with every copy of SQL Server 2005 Reporting Services Allows users to: – Build Reports (table, matrix, chart) – Explore (query) data – Use Reporting Services features (subscribe)

How Report Builder Works Quick look at databases… really quick, I promise Your RiteTrack database is a relational database that sits on your SQL Server or ours if we host your data. It consists of over 300 tables storing data, configuration, and functionality. Lets look at the difference between relational and flat databases.

Flat Data (Think: Excel) PersonIDNameTelephone Number 1Jim(307) Even(307) Casey(307) What happens if we want to add our work numbers? Do we add another column? Do we add another row for each of us? For the purpose of taking up less hard drive space AND speeding up the process of retrieving data, we make more tables.

Relational Data IDName 1Jim 2Even 3Casey PersonIDNumberID IDNumber 1(307) (307) (307) (307) Primary Key Foreign Keys

How Does Report Builder Use This? Report Builder analyzes the primary/foreign key relationships throughout the database. It follows these relationships/paths (as well see shortly). Most standard RiteTrack tables have these paths; some custom tables do too.

Your RiteTrack Database Two fundamental tables – dtPerson – dtEvents There are numerous sub-tables that join these two tables to hundreds of others. – For example: dtEventInvolved Parties, dtPersonNumbers, dtCases and more Lookup tables hold static data: race, number types, gender, case types and more.

Next… We have seen the rough logic as to how Report Builder works. Lets go look at Report Builder!!!

How to Launch Report Builder Report Builder is a Microsoft product, so it ONLY works with Internet Explorer (although you can access Reporting Service with Firefox, etc.) Two ways to get there – One: You have your project manager put a one- click button in RiteTrack for you. – Two: Navigate using Internet Explorer.

Option Two - Navigate In your web browser put in the name of your database and reporting services. – /ReportServer/Reportbuilder /reportbuilder.applications – /Reports (if you are on the server itself, Click on Report Builder at the top.

What You Will Need Name of your SQL Server Permissions, as denoted in your network security, (non verbal) to access the SQL server Existing data model – Must have this for existing reports. – Online tutorials can show you how. – Handel can build it for you (15 min. or so). – To really use event data, you need to know your configuration or have your Handel PM build you an easy-to-use custom view (several hours perhaps).

Lets Take a Look Using Handels demo database and server name, lets go to the report server. – Notice how our IT changed it from reports to reports$SRS. – Once there, well look around and click Report Builder to launch Report Builder. NOTE: If you have ANY other databases, you can query them too. Access is read only.

Great Resource us/library/aa aspx us/library/aa aspx Google Report Builder Books

Finally Free to go via website. Free basic set-up; it is already part of the database. This is a Microsoft product; we aim to help and support, but we are limited in how much we can do. Integrate with Microsoft. You wont hurt anything.

Thanks!!! See you next time.