BusinessObjects: General Report Writing for Version 5

Size: px
Start display at page:

Download "BusinessObjects: General Report Writing for Version 5"

Transcription

1 BusinessObjects: General Report Writing for Version 5

2 Contents 1 INTRODUCTION PURPOSE OF COURSE LEVEL OF EXPERIENCE REQUIRED TERMINOLOGY Universes Objects Classes STARTING A NEW REPORT CREATING AND EDITING BASIC QUERIES QUERY PANEL CREATING A QUERY EDITING A QUERY APPLYING CONDITIONS TO QUERIES DELETING AND EDITING CONDITIONS DELETING A CONDITION EDITING A CONDITION APPLYING CONDITIONS BY USING A PROMPT DIFFERENT TYPES OF OPERATORS USED IN CONDITIONS LOGICAL OPERATORS AND OR USING PREDEFINED CONDITIONS COMBINING LOGICAL OPERATORS MODIFYING YOUR REPORT CHANGING THE WIDTH OF A COLUMN MOVING A COLUMN THE REPORTING TOOLBAR Insert Break Insert Sum Insert Count Apply Filter Apply Ascending Sort...27 Page 2

3 1 Introduction 1.1 Purpose of Course This document is provided as part of the 'Designing Reports in Business Objects Version 5' course. The purpose of this course is to teach users how to set up and manipulate their own Business Objects reports. The data used in this course is not specific to any area within the University. After attending, the user will be able to apply the principals explained in this course to the data that they work with. 1.2 Level of Experience Required It is assumed on this course that you have some familiarity with Business Objects and are able to download and open reports, as well as apply basic formatting. If you have not done this before, you are strongly advised to attend an introductory Business Objects course before attending this one. 1.3 Terminology Universes Business Objects revolves around the concept of the Universe. A Universe is a cut-down version of a relational database. In practice, there are several Universes which have been designed by BUCS/MIS to provide particular views of the University's administration databases. Examples are the registrations universe, the financial reporting universe and the staff universe. Each Universe is constructed with a set of Objects and Classes of Object. Page 3

4 1.3.2 Objects An Object is an item of information which is of interest to a user of the information. It corresponds to a column in a table in a database, or a column with a condition on it, for example in the financial reporting universe, the Research AU object is Account Units where the third digit is an 'R'. Other examples of objects used in finance are Company, Activity, Account Code etc. There are three types of object, each of which can be distinguished by the symbol shown to the left of it. The different types of object are as follows: Dimension: A dimension is a key object that you are likely to base your query on. Detail: A detail refers to a piece of information you may need to see in the results of a query, but would not usually use to form the basis of the query. Measure: A measure object is numerical data that is based on a calculation involving other objects Classes Within a Universe, you will find Objects grouped together into Classes. Classes are defined by the Business Objects Manager to reflect the user's natural grouping of items of information. Their purpose is to make it easier for you to locate and select Objects when building a query. They play no other part in retrieving information, although in complex universes, such as finance, they are used to ensure that incompatible objects are not used in the same query. Page 4

5 2 Starting a new report 1. A new report is created by activating the New Report Wizard. This is activated automatically when you start Business Objects. If you are already in Business Objects, it can be activated by clicking File, New. The first dialogue box in the New Report Wizard is shown below. 2. Click Begin 3. The next dialogue asks you how you want to access your data. Leave Universe selected, then click Next 4. The next dialogue box asks you which universe you wish to access data from. You will see a list of all the universes that you have permission to access. Select the universe you wish to access the data from then click Finish. Following the above steps will take you into the query panel for the universe that you selected. From here you can specify what information you wish to show on your report. This is explained in the following sections. Page 5

6 3 Creating and Editing Basic Queries 3.1 Query Panel A Business Objects query is created in the query panel, which is shown below. On the title bar at the top of the query panel window it shows the name of the universe you have selected. In the window above the 'Island Resorts Marketing' universe has been selected. All of the classes within the selected universe are shown in the Classes and Objects column to the left of the screen. Objects within a certain class can be revealed by clicking the + button to the left of that class. Objects within a certain class can be hidden by clicking the - button to the left of that class. For example in the Island Resorts Marketing universe, the Age group object can be found within the customer class. Page 6

7 3.2 Creating a Query A query is created by dragging the appropriate objects into the Result Objects box towards the right of the query panel, then clicking the Run button on the bottom right of the query panel. When the query is run, a table will be produced. The columns shown in the table correspond to the objects that were placed in the results objects box. The following example describes how to create a query in the Island Resorts Marketing universe that shows how many guests there are for each customer. 1. Create a new report in the Island Resorts Marketing universe as described in section 2 2. Drag the Customer object and the Number of guests object into the Results Objects box. Note: Double clicking onto an object also adds that object to the Results Objects column. 3. Click the Run button. After a brief wait, the results of your query will appear as shown below. Note: In Finance universes, you cannot run a query without applying a condition. The process of applying conditions will be described later. Page 7

8 3.3 Editing a query A query can be edited by going back into the query panel. Once in the query panel, any further objects can be added to the Result Objects box as before. Objects can be removed from the Result Objects column by clicking on that object and pressing <Delete> on your keyboard. The following example describes how to modify the query so that instead of showing the number of guests for each customer, it shows the number of guests for each year. 1. Go back into the query panel by clicking the Edit Data Provider button on the standard toolbar 2. Click onto the Customer object in the Result Objects column 3. Press <Delete> 4. Drag the Year object into the result objects box to the left of the Number of Guests object 5. Click the Run button The results of the query will appear as shown below Note: As Number of guests is a measure object, the number of guests is automatically calculated for each different year, just as in section 3.2, the number of guests was calculated for each different customer. Page 8

9 4 Applying Conditions to Queries A condition is used on a query so that it only returns a selection of the available data, rather than returning all of the data. For example, in the Island Resorts Marketing universe, you may wish to show all of the customers whose Country of origin is France. A condition consists of three parts: Object: Eg Country of origin Operand: The object value to be searched for, eg France Operator: The relationship between the object and operand, eg Equal to The following example describes how to create a query that uses the condition suggested above. 1. Create a new query in the appropriate universe which in this case is the Island Resorts Marketing Universe. Once in the query panel, you must specify the objects you wish to show in your query as in the previous section. In this case place the Customer and the Country of origin objects into the Result Objects box 2. Drag the object you wish to place a condition on into the conditions box, which in this case is the Country of origin object. An Operators column will then appear in place of the Classes and objects column as shown below Page 9

10 3. Double click the appropriate operator, which in this case is the Equal to operator. An Operands column will then appear in place of the Operators column as shown below Page 10

11 4. In this type of query, the operand can either be typed in or chosen from a list of values. To type in the operand, double click Type a new constant, type in the appropriate value (in this case France), then press [Return] To choose the operand from a list of values, double click onto Show list of values. This will cause the following dialogue box to appear Double click onto the appropriate value, in this case France The condition should now look as shown below Page 11

12 5. Click the Run button The report that is created will show customers whose Country of origin is France, as shown below Note: i) In the financial reporting universe, objects within the GL Posting Data class and the GL Balance details class already have conditions attached to them, so you should not apply conditions to these objects. ii) There are many predefined conditions (see section 9) which can be used rather than setting up a condition from scratch. Page 12

13 5 Deleting and Editing Conditions Once a condition has been created, it will sometimes need to be altered or deleted altogether. 5.1 Deleting a Condition A condition can be deleted as follows: 1. Click with the right mouse button onto the condition you wish to delete 2. From the drop-down menu click Delete 5.2 Editing a Condition If only part of a condition needs to be changed, ie the operator or operand, it is quicker to just change that part of the condition, rather than deleting the condition altogether and starting again from scratch. A condition can be partially altered as follows: 1. Click on the part of the condition you wish to change. The classes and objects column will change to an operators or operands column, depending on which part of the condition you clicked on 2. In this column, double click onto the operator or operand you wish to use. That part of the condition will now have changed Page 13

14 6 Applying conditions by using a prompt It is often the case that the value of the operand in a query is regularly changed. In the previous example, the user may not always wish to see customers from France, but may wish to see customers with other counties of origin. Using a prompt in a query allows the user to change the value of the operand without going into the query panel each time. The following example describes how to set up a query that prompts the user for the customer's country of origin. 1. Follow steps 1 to 3 in section 4 2. From the Operands column, double click onto Type a New Prompt 3. Type in what you wish to appear in the prompt, in this case 'Enter customer's Country of origin', then press [Return]. The condition should look as shown below 4. Click onto the Run button. This will cause the prompt to appear 5. Type the appropriate value into the prompt, or click onto the Values button to choose it from a list of values, then click OK The report will now show information in the category chosen from the prompt. If the user wishes to change the operand again, the prompt can be re-activated by clicking onto the refresh button Page 14

15 7 Different Types of Operators Used in Conditions The conditions shown up to this point all use the Equal to operator. There are several other operators available when specifying a condition, some of which are explained below: Greater than allows you to specify that the object must be greater than a certain value. For example the condition Revenue Greater than picks records for which the revenue is more than 300,000. A similar principal applies to the conditions Greater than or equal to, Less than and Less than or equal to. In list allows you to specify more than one value for an operand. For example if you wished to see records involving customers from France, Japan and UK, you would choose Country of origin as your object, In list as your operator and Show list of values as your operand. From the list of values, France, Japan and UK can be selected by holding down the [Ctrl] key and clicking each country. Is null picks out any records that don't have any value for the object in the condition Matches pattern allows you to specify wildcards. Wildcards are special characters that can be used to specify unknowns in the data. Business objects uses two wildcards: _ means any single unknown character % means any number of unknown characters For example, the condition Customer Matches pattern 'M%' picks out any customers whose name begins with M. Page 15

16 8 Logical Operators If you want to set more than one condition in a Query, you will need to connect them together using the And or the Or Logical Operators 8.1 And Using the And operator between two conditions specifies that both conditions must be met. It therefore makes the query more specific and results in fewer records being picked out. The following example describes how to set up a query in the Island Resorts Marketing universe that shows the revenue received from the customer 'Larson' in each quarter of the year Create a new query in the Island Resorts Marketing Universe and drag the objects Customer, Year, Quarter and Revenue into the Result Objects box 2. Specify the condition Customer Equal to Larson 3. Drag the object Year into the Condition box below the first condition. The And logical operator should appear as shown below 4. Select the appropriate operator and operand to make your second condition Year Equal to FY95 5. Run the query The report that is created will only show records involving Larson in 1995 Page 16

17 8.2 Or Using the Or operator between two conditions specifies that only one of the conditions needs to be met. It therefore makes the query less specific and results in more records being picked out. The following example describes how to set up a query that lists the revenue received from all companies in each quarter of 1995 and the revenue received from Larson in each quarter of every year. To do this we must again specify two conditions, but as we wish to widen the criteria, we must use an Or rather than an And. 1. Set up the same objects and conditions as in section 8.1. The conditions should look as shown below. 2. We must now specify that we wish to include any records for which the Customer is 'Larson' Or the year is Change the And to an Or by double clicking onto And 3. Run the query. You will now see any records for which the Customer is Larson and also any records for which the financial year is 1995 Note: i) Double clicking onto an Or will change it back to an And ii) You can specify more conditions by dragging another object into the Conditions box below the other conditions Page 17

18 9 Using Predefined conditions Conditions can set up by the administrator and made universally available for users to apply to their Queries. In the query panel at the bottom of the Classes and Objects column there are two radio buttons as shown below. The left hand radio button is the default, corresponding to the Classes and Objects column. Clicking into the right hand radio button will cause the left hand column to show the predefined conditions instead. Like objects, predefined conditions are grouped into classes. Predefined conditions within a class can be expanded by clicking onto the + button to the left of that class. For example, as shown below, within the Resort class in the Islands Resorts Marketing universe, there are predefined conditions which would cause the report to only show records for a certain resort. Predefined conditions are applied by dragging them into the Conditions column. They can be combined with other conditions using logical operators as described in Section 8. Page 18

19 10 Combining Logical Operators You can specify as many conditions as you need to in a query. Sometimes all conditions may be combined by the And logical operator. The multiple condition in the query below specifies that all records shown in the report must be for the customer 'Baker', the resort 'Bahamas Beach' and the year This query produces the results shown below Page 19

20 Sometimes it may be necessary to combine And logical operators with Or logical operators. When this is the case, one has to be careful how the logical operators are combined. This type of situation occurs in the following example, which shows how to set up a query that specifies that all records must be in the fourth quarter of 1993 or in the first quarter of In logical terms the condition that will produce these results is as follows: (Year Equal to FY93 And Quarter Equal to Q4) Or (Year Equal to FY94 And Quarter Equal to Q1), where information in brackets is analysed before combining it with any other condition. 1. Create a new query in the Island Resorts Marketing universe and add the objects you are interested in to the results objects box. In this case we will use the objects shown below 2. Add the conditions so that the condition box looks as below Page 20

21 3. Change the second And to an Or, by double clicking onto it. The condition box will now look as below The Or, along with the two conditions it is combining, has now indented to the right with brackets around it. In a Business Objects query, this means that these conditions will be combined before combining with any other conditions. In logical terms, this query will currently be analysed as follows: Year Equal to FY93 And (Quarter Equal to Q4 Or Year Equal to FY94) And Quarter Equal to Q1. This will not show the information we wish to see as the brackets are in a different order to what they should be. So the positioning of the logical operators needs to be changed. The position of logical operators can be changed by clicking the logical operator with the right mouse button and choosing Shift Right or Shift Left from the drop down list 4. Click with the right mouse button onto the Or and select Shift left (This will change the Or back to an And) 5. Click with the right mouse button onto the top And and select Shift right 6. Click with the right mouse button onto the bottom And and select Shift right Page 21

22 7. Double click onto the middle And again to change it to an Or. Your condition box should now look as below Both sets of conditions joined by the And operator will now be combined before the sets of conditions are combined with each other, which is correct for this example 8. Run the Query. Your results will show any records in Quarter 4 of 1993 and Quarter 1 in 1994 as shown below Page 22

23 11 Modifying your report Once you have set up and run your report, there are a number of things that can be modified without going back into the query panel 11.1 Changing the Width of a Column The width of a column in a report can be changed as follows: 1. Move your mouse pointer upwards into the top cell of the column you wish to resize until the pointer changes into a downward pointing arrow as shown below 2. Click once to select the column 3. Move you mouse pointer to the right hand edge of the selected column until the pointer turns into the horizontal double headed arrow shown below 4. Drag to the right to increase the width, drag to the left to decrease the width Page 23

24 11.2 Moving a column A column in a report can be moved as follows: 1. Select the column you wish to move as in section Move your mouse pointer into the selected column and drag to the position you wish to move the column to 3. Release the mouse Page 24

25 11.3 The Reporting Toolbar The layout of the report can be changed in certain ways by selecting a column and activating buttons on the reporting toolbar. The reporting toolbar can be switched on or off by clicking View, Toolbars, then checking/ unchecking the Report check box. The buttons you will probably find most useful on the reporting toolbar are described below. Note: When using reporting tool buttons, only the data area of a column should be selected unlike in the last section, where the whole column was selected. The data area of a column is selected by simply clicking anywhere within the column except on the top cell Insert Break This button applies a break on the variable currently selected in the report. A break effectively breaks the report into smaller tables. For example, on a report that shows the Resort in each record, if you were to select the Resort column and click on the Insert Break button, the report would break up into smaller tables showing a table for each Resort. A break can be removed by clicking onto the column which has the break applied, then clicking on the Insert Break button Insert Sum This button inserts the total value of the variable selected at each break in the report and at the very end of the report. Totals can be removed by clicking onto the column which has the total applied then clicking onto the Insert Sum button Page 25

26 Insert Count This button inserts the number of occurrences of the variable selected at each break in the report and at the very end of the report. Counts can be removed by clicking onto the column which has the count applied then clicking onto the Insert Count button Apply Filter This button filters any information in the report that you don t require. The following example describes how to apply a filter that only shows records with a certain value in the Resort column. 1. Click on the column you wish to filter, in this case the Resort column Click the Apply Filter button The following dialogue box will appear. The values, which are listed in the dialogue box, correspond to all the values displayed in the selected column in your report. Page 26

27 2. Click on the value you wish to include in the report, then click OK. Note: To select more than one value, hold down the <ctrl> key whilst clicking on the values you require. To remove a filter, click on the column which has the filter applied, then click on the Apply Filter button. Note: You cannot apply a filter to an object unless that object is part of the report. This example only applies to reports that include the Resort object and therefore the Resort column Apply Ascending Sort Click on a column, then on the Apply Ascending Sort icon to sort the report in ascending order by that column. Click on the sorted column, then on the Apply Ascending Sort button to remove the sort. Note: In Business Objects, a sort remains on a column until it is removed. If a sort is applied to a second column, priority is given to the first column that was sorted, and the second column sort will only apply to records which have the same value for the first column. Page 27

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Business Objects. Report Writing - CMS Net and CCS Claims

Business Objects. Report Writing - CMS Net and CCS Claims Business Objects Report Writing - CMS Net and CCS Claims Updated 11/28/2012 1 Introduction/Background... 4 Report Writing (Ad-Hoc)... 4 Requesting Report Writing Access... 4 Java Version... 4 Create A

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Business Objects 4.1 Web Intelligence introduction

Business Objects 4.1 Web Intelligence introduction Computing Services IT Literacy Business Objects 4.1 Web Intelligence introduction Document Information Author Revised By Lydia Maskell Lydia Maskell with input from Steve Wyatt Date 05/07/2016 Version

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS Section 1: Getting Started with BI Suite In this section you will learn how to log in to BI Suite, find, open and view

More information

Advanced BIAR Participant Guide

Advanced BIAR Participant Guide State & Local Government Solutions Medicaid Information Technology System (MITS) Advanced BIAR Participant Guide October 28, 2010 HP Enterprise Services Suite 100 50 West Town Street Columbus, OH 43215

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics Decision Support AITS University Administration Web Intelligence 4.1 Reporting Basics 2 Web Intelligence 4.1: Reporting Basics Appropriate Use and Security of Confidential and Sensitive Information Due

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Excel Working with Data Lists

Excel Working with Data Lists Excel Working with Data Lists Excel Working with Data Lists Princeton University COPYRIGHT Copyright 2001 by EZ-REF Courseware, Laguna Beach, CA http://www.ezref.com/ All rights reserved. This publication,

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Getting Started Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Snap Report Price Charts Comparing Price

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Using Excel As A Database

Using Excel As A Database Using Excel As A Database Access is a great database application, but let s face it sometimes it s just a bit complicated! There are a lot of times when it would be nice to have some of the capabilities

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

Creating Cascading Prompts in a Universe By Robert Metzker

Creating Cascading Prompts in a Universe By Robert Metzker We will be creating our Cascading Prompts for the Island Resort Marketing example Universe. We are going to create a three-tier prompt based on: Country > Resort > Service Line Let s begin by opening the

More information

Microsoft Word 2010: How to Resize and Move Clip Art

Microsoft Word 2010: How to Resize and Move Clip Art Microsoft Word 2010: How to Resize and Move Clip Art Resizing Clip Art If your clip art is too big or too small you can resize to suit your needs. Click on your image with the left mouse button. You should

More information

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Tutorials. If you have any questions, comments, or suggestions about these lessons, don't hesitate to contact us at support@kidasa.com.

Tutorials. If you have any questions, comments, or suggestions about these lessons, don't hesitate to contact us at support@kidasa.com. Tutorials The lesson schedules for these tutorials were installed when you installed Milestones Professional 2010. They can be accessed under File Open a File Lesson Chart. If you have any questions, comments,

More information

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials Manual FastTrack Schedule Documentation Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Mitigation Planning Portal MPP Reporting System

Mitigation Planning Portal MPP Reporting System Mitigation Planning Portal MPP Reporting System Updated: 7/13/2015 Introduction Access the MPP Reporting System by clicking on the Reports tab and clicking the Launch button. Within the system, you can

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Topic: Running ACE Reports

Topic: Running ACE Reports Introductions and General Information Page 3 o Organization of this Document Page 3 o Introductions to the ACE Reports Tool Page 3 o Software Set Up and Requirements Setting Preferences Page 5 Verifying

More information

Mac Outlook Calendar/Scheduler and Tasks

Mac Outlook Calendar/Scheduler and Tasks Introduction Schedule an event and/or meeting. Schedule all-day and recurring events. Assign tasks to another user and use special shortcut keys. Contents Introduction Contents Calendar View Edit an appointment

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

Microsoft Access 2007 - Creating Filters and Tables

Microsoft Access 2007 - Creating Filters and Tables Platform: Windows PC Ref no: USER 165 Date: November 2007 Version: 1 Authors: Derek Sheward, Claire Napier Creating Filters in Microsoft Access 2007 This is the third document in series of five about Microsoft

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

How to Create Your Own Crystal Report

How to Create Your Own Crystal Report How to Create Your Own Crystal Report Step 1 Figure out what table you need to use for your report. Click on Resources, then File Layouts and Program Information. Click on File Layouts to see the available

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

Working with Visio Connectors

Working with Visio Connectors Working with Visio Connectors Overview Connectors are lines that connect your shapes. Once a connection has been made, when the shape is moved, the connector points stay connected and move with the shape.

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

More information

ENTERPRISE DATA WAREHOUSE PRODUCT PERFORMANCE REPORTS USER GUIDE EXTERNAL. Version: 1.0

ENTERPRISE DATA WAREHOUSE PRODUCT PERFORMANCE REPORTS USER GUIDE EXTERNAL. Version: 1.0 ENTERPRISE DATA WAREHOUSE PRODUCT PERFORMANCE REPORTS USER GUIDE EXTERNAL Version: 1.0 September 2004 Table of Contents 1.0 OVERVIEW...1 1.1 Product Performance Overview... 1 1.2 Enterprise Data Warehouse

More information

Creating Acrobat Forms Acrobat 9 Professional

Creating Acrobat Forms Acrobat 9 Professional Creating Acrobat Forms Acrobat 9 Professional Acrobat forms typically have an origin from another program, like Word, Illustrator, Publisher etc. Doesn t matter. You design the form in another application

More information

A Quick Tour of F9 1

A Quick Tour of F9 1 A Quick Tour of F9 1 Table of Contents I. A Quick Tour of F9... 3 1. Getting Started... 3 2. Quick Trial Balance... 7 3. A More Dynamic Table Report... 10 II. The Fundamental F9 Formula... 14 The GL Formula...

More information

A Guide to Access 2007

A Guide to Access 2007 A Guide to Access 2007 by Adrian Beck Mark Maynard Richard Rodger Software Made Simple PO Box 7068, Rothley, Leicester, UK, LE7 7PT Telephone: 0845 2803121 Fax: 0845 2803121 Internet: www.s-m-s.co.uk email:

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

CHAPTER 11: SALES REPORTING

CHAPTER 11: SALES REPORTING Chapter 11: Sales Reporting CHAPTER 11: SALES REPORTING Objectives Introduction The objectives are: Understand the tools you use to evaluate sales data. Use default sales productivity reports to review

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

RIFIS Ad Hoc Reports

RIFIS Ad Hoc Reports RIFIS Ad Hoc Reports To retrieve the entire list of all Ad Hoc Reports, including the Base reports and any additional reports published to your Role, select Ad Hoc for the Type under Filter Report By and

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

Training Guide. Managing Your Reminders and Contact History in Contact Manager

Training Guide. Managing Your Reminders and Contact History in Contact Manager Training Guide Managing Your Reminders and Contact History in Contact Manager Managing Your Reminders and Contact History in Contact Manager Copyright 2014 TABLE OF CONTENTS Unit 1: Finding an Account

More information

Making an online form in Serif WebPlus

Making an online form in Serif WebPlus Making an online form in Serif WebPlus Before you begin your form, it is a very good idea to plan it out on a piece of paper. Decide what information you wish to collect, and which type of fields will

More information

Sage Abra SQL HRMS Reports. User Guide

Sage Abra SQL HRMS Reports. User Guide Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

More information

Introductory Tutorial on ScalIT File and Document Management

Introductory Tutorial on ScalIT File and Document Management Introductory Tutorial on ScalIT File and Document Management Logging in to My Dashboard Log in to the ScalIT File and Document Management web application by entering in your user name (the part of your

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

Microsoft Excel 2010 Training. Use Excel tables to manage information

Microsoft Excel 2010 Training. Use Excel tables to manage information Microsoft Excel 2010 Training Use Excel tables to manage information Overview: Help with data management In this course, you ll learn how to manage information by using tables in Excel. Tables make it

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Web Intelligence Report Conversion

Web Intelligence Report Conversion Report Conversion Contents Purpose of this Training Guide... 2 Exporting Reports to the Repository... 2 Opening a Remote Desktop Session... 5 Opening the Report Conversion Tool... 7 Converting Reports...

More information