Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

Slides:



Advertisements
Similar presentations
EBSCO Discovery Service
Advertisements

Different home pages for England and Wales Access country-specific information relevant to the law in England or Wales.
SERVICE MANAGER 9.2 VIEWS AND REPORTS July, 2011.
2. Searching the OED. Type a word or phrase in the ‘Quick search’ box…
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
R2 Library Features and Functionality Overview. The R2 Library  The R2 Library is an electronic database that enables access to digital book content.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Overview of Program Features. Progress to Date  Discussed with DSS what they want accomplished  Broke tasks down into phases  Completed phase 1 based.
Meerkat Overview David Robb CSCI 7818: Topics in Software Engineering Fall 2001.
PYTHON PROGRAMMING Week 9 - Wednesday. WRITE A PROGRAM TO:  print all the numbers from 1 to 100  print all the even numbers from 1 to 100  print all.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
ACCESS. WHAT IS ACCESS? ACCESS IS A DATABASE SOFTWARE PROGRAM DEVELOPED BY MICROSOFT.
CPS120: Introduction to Computer Science Information Systems: Database Management Nell Dale John Lewis.
ConnectIO Overview and On-boarding IO.CONNECTSMART.COM.
Microsoft Access 2010 Building and Using Queries.
Analyzing Data For Effective Decision Making Chapter 3.
BUSN 216 BY YOUR NAME 1 TOPICS Windows Explorer Word PowerPoint Excel Access Mail Merge 2.
INDIANAUNIVERSITYINDIANAUNIVERSITY OneStart page types  Tab – pages across the top, immutable  Section – pages down the left  Subsection – pages under.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
CPS120: Introduction to Computer Science Lecture 19 Introduction to SQL.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Reports 5.02 Understand database queries, forms, and reports used in business.
Databases: An Overview Chapter 7, Exploring the Digital Domain.
Title of Presentation Name Date 2011 Presentation Template.
Databases Organizing Sorting Querying A Presentation by Karen Work Richardson.
What have we learned?. What is a database? An organized collection of related data.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Chapter 9 The Microsoft Access 2007 Window © 2007 Lawrenceville Press Slide 1.
ACCESS Part 2. OBJECTIVE  Use the Query Wizard.  Work with data in a query.  Use Query Design View.  Sort and find data.  Filter data Apply AND criteria.
Forms and Subforms 5.02 Understand database queries, forms, and reports used in business.
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
A. A. G. 1 icoffey ******. 2 3 decimal numbers 4.
Microsoft Access 2013 Create Professional Quality Output with Reports Chapter 5.
To increase performance and to add future capabilities to ESC, the following screens have been converted to.NET: Customer Information Qualifications Screen.
LESSON 1 NOTES MAIL MERGE Chapter 10. Mail Merge – Form Letters Mail merge merges data stored in an database with a Word document. Mail merge is commonly.
Access Lessons 4 and 5 © 2009 M and K Solutions, LLC -- All Rights Reserved.
System Modules Overview
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Setting up a search engine KS 2 Search: appreciate how results are selected.
Microsoft Office Illustrated Introductory, Premium Edition Word, Excel, Access, and PowerPoint Integrating.
Department Form and Department Slots Overview Copyright 2004 Schedule Tech. All Rights Reserved. Click your mouse to continue!
Today’s topics Load a new report Add a logo Titles / text Header / Footer changes Table columns Copy/modify chart data Customizing charts Type, legend,
ACCESS CHAPTER 2 Introduction to ACCESS Learning Objectives: Understand ACCESS icons. Use ACCESS objects, including tables, queries, forms, and reports.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
MySQL Tutorial. Databases A database is a container that groups together a series of tables within a single structure Each database can contain 1 or more.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2010 Fundamentals Story / Walls.
Query Methods Simple SQL Statements Start ….
Microsoft Access 2016 Simplify Data Entry with Forms
Databases.
Metadata.
Microsoft Access 2016 Create Professional Quality Output with Reports
Access Maintaining and Querying a Database
Access Busn 216.
Simplify Data Entry with Forms Chapter 3
Discovery Search vs. Library Catalogue
Create Professional Quality Output with Reports Chapter 5
5.02 Understand database queries, forms, and reports used in business.
Access Lesson 2 Creating a Database
Access Tutorial 1 Creating a Database
Max Planck Encyclopedia of Comparative Constitutional Law
Data Management Innovations 2017 High level overview of DB
Presenter’s Name and Title Department Date of Presentation
Presentation transcript:

Using your ConnectSMART data store.

Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content Adding a table Filtering data Adding a Header Adding a chart Print Preview

Open Ticket Information Sample

Database MySQL Heidi Tables Views

Query construction Query example: Select * from v_cw_service Filter keyword: where Board selection: board_name = ‘Connectsmart – helpdesk’ Date filter: Date(date_entered_local) >= date_add(curdate(), interval -7 day) Closed only Closed_flag = 0 (0=false; 1=true)

select v_cw_tickets.ticketnbr, v_cw_tickets.closed_flag, v_cw_tickets.parent, v_cw_tickets.resource_list, v_cw_tickets.resolved_by, v_cw_tickets.team_name, v_cw_tickets.date_entered_utc, v_cw_tickets.date_entered_local from v_cw_tickets where date(v_cw_tickets.date_entered_local) >= date_add(curdate(), interval -7 day) and v_cw_tickets.closed_flag = 0 and v_cw_tickets.board_name = 'ConnectSMART - Helpdesk'

Getting Started with SNAP Report Designer Docs.connectsmart.com Search ‘snap’ rted+with+Snap+Report+Designer Credentials Read-only Access Credential hot link from Quick Tour