Report viewer - filtering

Slides:



Advertisements
Similar presentations
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
Advertisements

AESuniversity Ad hoc Reporting. Ad hoc Reports What are ad hoc reports? Why would you use ad hoc reports? Creating an ad hoc report from a query Building.
BIRT Guide Transposing data from rows to columns
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Chapter 18 - Data sources and datasets 1 Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Excel: Pivot Tables Computer Information Technology Section 6-18.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Using Microsoft Word’s Mail Merge Features Lunch and Learn: March 15, 2005.
Advance Model Builder Features. Advance Features Using Lists (also Batching) Iteration Feedback Model Only Tools Inline Variable Substitution Preconditions.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
Chapter 3 Files/Folders needed: \Chapter3\Samples \Chapter3\Labs.
Activity 3 Creating queries with more user-defined criteria in the Design View In this activity, we are going to create several queries with more user-defined.
Introducing Access Lesson 1. Objectives Start Access and explore the Database window Explore database objects Enter, edit, and delete records in a datasheet.
Analysing Data with Excel Importing Data from a Text File To import data from a text file: 1.Start Excel. 2.Click File, click New, click Workbook,
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.
Using FrontPage Express. Slide 1 Standard toolbars and menus Time indicator: gives an approximation of download time of the page.
1 Databound Controls. 2 Objectives You will be able to use design time data binding to display and update SQL Server database data without writing any.
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Course ILT Access basics Unit objectives Define database and database-related terminology, and plan a database Start Access and open, create, view, and.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
 2006 Pearson Education, Inc. All rights reserved Database, SQL and ADO.NET.
Analysing Data with Excel Viewing Help To view Help 1.On the Start menu, point to Programs, and then click Microsoft Excel. 2.On the Help menu,
Chapter 10 Files/Folders needed: \Chapter10\Samples \Chapter10\Labs.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
1 After completing this lesson, you will be able to: Change the format of a table. Sort records in a table. Find records in a table Use filters with a.
1 Database Systems Introduction to Microsoft Access Part 2.
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
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.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
1 After completing this lesson, you will be able to: Create and run a query. Specify criteria in a query. Create a calculated field. Create a multiple-table.
Databases with LINQ. LINQ to SQL LINQ to SQL uses LINQ syntax to query databases. LINQ to SQL classes are automatically generated by the IDE’s LINQ to.
CREATING A LABEL MAIL MERGE IN WORD. TERMS FIELDS RECORDS MERGE CODES.
1 Chapter 20 – Data sources and datasets Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
IBM Office Connect 3.0 James Edmiston Consultant Quest Information Systems, Inc Mike Terrell IT Specialist IBM Data.
Activity 3 Filtering records In this activity, we are going to learn how to filter records by using the three different ways: Filter by Selection, Filter.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
As we upgrade from ImageNow 6.1 to ImageNow 6.3, there are some changes to the interface that the end-users will see. These slides cover changes to the.
1 Database Programming with ADO.NET Kashef Mughal.
1 The Transaction Filter function provides payee information and the ability to view and filter on specific transaction types and claimants associated.
Microsoft Access 2000 Modifying Tables, Creating Forms and Viewing Data.
Document Control Template Editors Brad Adamczyk Template Editor Bands Bands create document layout Header, data, footer Order not critical.
More Oracle SQL Scripts. Highlight (but don’t open) authors table, got o External data Excel, and make an external spreadsheet with the data.
Change Display of a Key Figure While in the Change Query (Local Definition) Hiding 1.Right click.
Change Display of a Key Figure While in the Change Query (Local Definition) Hiding 1.Right click.
ADO.NET Objects Data Adapters Dr. Ron Eaglin. Agenda Builds on Information in Part I Should have working knowledge of creating a database connection Continuation.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Backup Tables in SQL Server. Backup table method Cape_Codd database is used in this example 1.Righ click the database that contains the table you want.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
1 Database Systems Introduction to Microsoft Access Part 1.
Presentation 4 Creating Databases Part III (Creating Reports)
Creating Data Base & Sql Data Source
Creating a Brochure Without a Wizard
CIS16 Application Programming with Visual Basic
Ops Hub SQL Builder Library
Creating Data Base & Sql Data Source
ASP.NET Relationships between tables
Creating Session By huda AlSuwailem.
Using FrontPage Express
Family Table Create a family table: Tools -> Family Table -> Add/delete the table columns -> select the items that you want to use them to form the first.
Grauer and Barber Series Microsoft Access Chapter One
Creating a simple query in the Design View
Pivot tables and charts
Basic Ad-Hoc Reporting
Database 2.
Data Base.
Presentation transcript:

Report viewer - filtering Rehab AlFallaj

Add a “reportviewer”.

Add a “Script Manager”.

Add New Item > Add a report file.

Add a DataSet.

Follow the wizard and select the data connection.

Arranging the report. Right Click> Insert > Table > then add each column by Right click on each cell

connect the report viewer with the report

For filtering: Select Fill,GetData(@a) , then from the Properties windows select CommandText to open Query Builder 1 2

2 1

Add a DropDown List from Toolbar

Select ObjectDataSource then from PropertyWindow: Select Parameters 1 2