prepared by Kirk Dunphy

Size: px
Start display at page:

Download "prepared by Kirk Dunphy"

Transcription

1 prepared by Kirk Dunphy

2 Discussion Topics Part I Business Intelligence and Analytics Reports

3

4 Cognos Business Intelligence What is happening? Why did it happen? What is going to happen? reporting analysis planning Information based Agenda Performance Management Business Intelligence ecms houses a wealth of information secure, integrated, solid data system Cognos brings the information to light innovative, easy to use, flexible interface and display

5 Cognos Business Intelligence Reporting: A new report has been requested. Your manager needs a report that will show hours worked by employee by job within a date range. Inputs at runtime include: analysis planning Prompt for Company / Division Number. Prompt for Weekending Dates, From & To Dates. Prompt for Job Numbers with ability to select multiple Jobs. Ability to sort report by Employee Number, Employee Name, or Job Number. Report Header: Company, User info in Header. Date report ran, Company Logo, From & To Dates. Page count.

6 Cognos Business Intelligence Reporting: A new report has been requested. Your manager needs a report that will show hours worked by employee by job within a date range. Report Columns: analysis planning Employee Number, Employee Name, Job number, Week Number, Day Number, Regular Hours, Overtime Hours, Other Hours, Total Hours. Report Calculations: Total Hours = Reg + OT + Other Total Hours by Employee. (Grouping) Sorting can be applied to Employee Number, Employee Name or Job Number.

7 Cognos Business Intelligence Reporting: Lets get started: From ecms 4.0, launch Cognos from the Toolbar. analysis planning

8 Cognos Business Intelligence Reporting: In Public Folders, Launch Report Studio. analysis planning

9 Cognos Business Intelligence Reporting: Report Studio will ask you to Select a Package. Choose ECMSBI. analysis planning

10 Cognos Business Intelligence Reporting: When ECMSBI is selected, Report Studio Opens The Welcome Screen. Here, we can select the following: Create New Report (Select this one) Open Existing Report planning If you do not wish to see this dialog box Simply un check the box below right. Show this dialog in the future.

11 Cognos Business Intelligence Reporting: Selecting Create New Opens the New Report Style Wizard. Blank List Cross Tab Chart Map Financial Repeater Table Blank Active Report planning Select List and OK or Double Click List

12 Cognos Business Intelligence Reporting: First screen open in report studio is the Page Explorer. If creating a report using a single query as this report, you can do all your work in Page Explorer. Let s take a look at navigating within Page Explorer. planning

13 Cognos Business Intelligence Reporting: Navigating Page Explorer planning

14 Cognos Business Intelligence Reporting: Navigating Page Explorer planning Insertable Objects from ECMSBI Drag, Highlight and Drag, Highlight and Right Click with Insert. See Employee (Payroll) and General Ledger etc... These are called Query Subjects. Expand these to get to the Query Items, such as Company Number, Employee Number, Job Number and so on...

15 Cognos Business Intelligence Reporting: Navigating Page Explorer planning All Properties within the List. Format Column Headings, Data Formats...Dates / Numbers etc etc.. Control Summing Aggregation. Hide Columns from display.

16 Reporting: By looking at the report requirements, we know the data will come from Employee (Payroll) Name Space and Query Subject Time Card History. From the Insertable Objects Pane. Expand Name Space Employee Payroll Expand Query Subject Personnel Data. Most, if not all payroll reports will start from Personnel Data. This information Comes from the Payroll Master Table PRTMST. planning From here, insert Company Number Division Number Company Name Employee Number Double Clicking each item will insert into the Report. From Employee Information Insert the Employee Full Name

17 Reporting: Expand Time Card History and Insert: Weekending date from Dates Query Subject Week Number Day of Week Job Number Sub Job Number Regular Hours Overtime Hours Other Hours planning

18 Reporting: After inserting all columns, the report page should look like below. Reporting: planning To test the report, click the run button in the tool bar. By default, Cognos will go to the data base and retrieve the first 20 records.

19 Reporting: The first time report is ran, it will look like the below. planning

20 What is needed to make this report presentable? 1. Need a column for Total Hours 2. Remove Company, Division, Company Name, columns and put in report header. 3. Add Prompts for Company, Division, From Date, To Date, Job Number. 4. Add Dynamic Sort for Employee Number, Employee Name, Job 5. Add Grouping by Employee Number, Total Hours for group. 6. Format the header. Add company logo, from to dates, company info, run time info, page numbers, etc... planning

21 What is needed to make this report presentable? 1. Need a column for Total Hours From the tool bar, drag a Query Calculation and insert where you want this in the report. planning

22 When dropped, the Create Calculation Wizard appears. First thing to do is give this new object a name. v_total Hours. Start all new query calculations with a v_. This will help keep you organized. Type a name and click OK. planning

23 Now, the Expression Definition Box appears. This is where you build the expression behind the new query object. 1. Bottom Left. Click Data Items Tab to work with items only in your report query. 2. Available Components. Drag items into Expression Definition box and build your calculations. 3. Top Right. Validate the Syntax of your expression with the check. If OK, you can see the message below stating No Errors. Click OK when done and the column is in your report.

24 Output should now look like the below. Notice the v_total Hours column. Change the name in the column header to Total Hours. This is done by Right clicking the header and selecting Edit Data Item Label.

25 Lets add a Dynamic Sort to the report. It was asked that the report be sorted by; Employee Number, Employee Name or by Job. Depends on who s running the report. * Add a prompt page with a value prompt. * Create a parameter named DynamicSort. * Add 3 static choices to the prompt. Employee Number, Employee Name, Job Number. * Add a calculated query item named v_dynamicsort from the tool box to the report. * This item will be hidden. Will drive the sorting based on what the user selected. Let s get started, mouse over page explorer bar and goto prompt pages.

26 Double click Page on the right. Then Double click Prompt Page1 in the middle. This step has just created the prompt page for the report.

27 Start by inserting a table from the tool box. Start with 5 columns X 5 rows. More can be added or not needed can be removed.

28 The prompt page should now look like below. Add a value prompt, keep in mind to leave rows for Company Number, Division Number, Date Range and Job Number prompts. Note: Text for the prompts should go in the first column using Text box from Tool box.

29 Drag a value prompt from the tool box to the second column in the prompt page. When dropped, the Prompt Wizard box appears. Create a new parameter named p_dynamicsort. Click Finish.

30 Click once on the prompt to highlight. In properties (bottom left), We will add 3 static choices. This choice will determine how the report is sorted. Click the ellipsis beside the Static Choices in properties.

31 The report will be sorted by Employee Number, Employee Name or by Job Number. In Static Choices, We will use EN and display Employee Number, Use EM and display Employee Name, use JB and display Job Number. Use will be in the sort calculation Display is what the user see s when running the report. In Static Choices, click new for each static choice. Bottom Left. Click OK when done.

32 There is one more step to dynamic sorting. Now we need to create a calculated query item for the sort. For this we will use a case statement, and will need to be in query explorer. Mouse over the query explorer bar and click on query 1.

33 From the toolbox, drag a calculated query item into the Data Items List in the middle of the screen. Drop it and the create calculation box appears. Name this item v_dynamicsort. Click OK.

34 Enter the following Case statement into the expression definition box. Get the parameter?p_dynamicsort? From the parameters tab. Bottom left, far right. Get the employee number, name and job from the data items tab. Bottom left, second from left to right. Validate for syntax. Click OK. Note: Notice the portion For Employee Number. Cast (employee Number, char) Emp # is numeric and We are testing it Against a character. Cast changes the Numeric to character.

35 Now the sort calculation is created, we still need to apply the sorting. Staying in query explorer, click once on the new item v_dynamicsort and in properties. Change the pre sort option to Asc. or Des.

36 Add the new v_dynamicsort to your report in page explorer. We will hide this column using box type of none later during formatting. Mouse over page explorer and click on Page1 to return to your report page. Test your report. Change the sorting using the prompt. Notice the differences in the report. Way too cool... Let s add the rest of the prompts using Query Explorer. Format the header, using tables, insert company logo. Finish formatting the report.

37 Prompts: In Query Explorer, from your Data Items list. Drag company number to the Detail Filters box on the right and drop it in there. Type the following after [Company Number] =?1. Enter Company Number? The? Tells cognos this is a prompt. What goes in between the? s is free text.

38 Prompts: In Query Explorer, from your Data Items list. Drag company number to the Detail Filters box on the right and drop it in there. Type the following after [Company Number] =?1. Enter Company Number? The? Tells cognos this is a prompt. What goes in between the? s is free text. repeat the same for Division Number. Cognos displays prompts in alphabetical order. Numbers do help.

39 Prompts: In Query Explorer, from your Data Items list. Drag company number to the Detail Filters box on the right and drop it in there. Type the following after [Company Number] =?1. Enter Company Number? The? Tells cognos this is a prompt. What goes in between the? s is free text. repeat the same for Division Number. Cognos displays prompts in alphabetical order. Numbers do help. When Validating a prompt. You will see a quick & dirty prompt Page. Enter your Prompts and press Ok.

40 Prompts: By default. When a prompt is created, it is a required entry at run time. We want to give the option of selecting a job, selecting multiple jobs, or nothing for all jobs. Change the Usage property below from Required to Optional. Just granted the nothing for all jobs. Now we need to grant multiple selection. We did that by stating the [Job Number ] in?3. Select Jobs? Prompt expression.

41 Prompts: From and To Dates in a prompt. Drag Weekending Date from the data items and drop in the detail filters panel. Enter the following starting with the word between [Weekending Date] between?4. Enter Start Date? And?5. Enter End Date?

42 Prompts: Add the remaining prompts to the prompt page. Use value prompts for company, Division, Job number. Use Date prompts for the From and To Dates. Mouse over the page explorer bar and navigate to Prompt Pages Prompt Page 1. Drag a Value Prompt to the column across from Company Number text and drop. The Prompt wizard box appears. Use an existing prompt. Select Company. Click Next

43 Prompts: Change the name of Query 2 to Company Number Prompt and click Finish. Repeat the same for the rest of the prompts.

44 Prompts: Your prompt page should look similar to the below. Change auto submit for company number to Yes. Cascade Division Number and Job Number to Company number. When you select Company Number, you only get Divisions and Jobs for that Company Number. The above steps are done in properties for each prompt. Test your report.

45 Formatting report Page: Remove Company, Division, and company name from report. These will be in the header. Add Group by Employee number. Sum the hours columns Remove v_dynamicsort column by using Box Type No. Format rest of header. Add date report ran, user id, page numbers, company info, company logo, etcetc...

46 Formatting report Page: To remove Company, Division, and company name from report, highlight the column and use the Scissors icon to cut. Best Practice: DO NOT delete with the X icon.

47 Formatting report Page: Add Grouping to employee number. Click the employee number column and click the grouping icon. Sum the hours columns by selecting the hours columns and clicking the sum icon.

48 Formatting report Page: Remove the column v_dynamicsort by clicking the column header. Press and hold <CTRL> key and click the detail cells. Header and Detail cells should now be highlighted. In Properties, change Box Type to NO. the column is hidden from the report.

49 Formatting Report Header: From the tool box, insert table 5 X 5 into the Header. Format top row of table cells to be 20% each. 5 X 20 = 100% of screen. Insert company info, from & to dates, report run time and date, company logo.

50 Formatting Report Header: Insert company info, from & to dates, report run time and date, company logo. Note: date and time are in the report footer. Simply drag them up to the header. Use Text boxes from the tool box for headings. Such as Report Date and Report Time

51 Formatting Report Header: Insert company logo. Note: The Company Logo must be in a folder on the Cognos Server. The document is located in the CGC Shared website in Cognos section. From the tool box, drag an Image icon to the cell you want the logo. The path is..//logo.jpg Use Size and Overflow in properties to re size logo.

52 Formatting Report Header: Insert company logo.

53 Formatting Report Header: Insert From & To Dates using a layout Calculations and text boxes from the tool box.

54 Formatting Report Header: Insert From & To Dates using a layout Calculations and text boxes from the tool box.

55 Finished report should look similar to the below. Format to your likings. Save in Public Folders.

56 Dashboards Latest enhancements Imaging & Workflow Framework Project Collaborator Framework

57 Standard and Custom Reports

58 Financial Dashboard

59 Operations Dashboard

60 Project Dashboard

61 Equipment Dashboard

62

63

64 On site Training Program

65 CGC Share Online Forum

66 AGC Industry Webcast Series EE Cruz and Computer Guidance Lisa August Account Payable Manager EE Cruz

67 Customer Focus 2015 July 15 17, 2015 The Phoenician Resort & Spa

68 Contact Information Andrew G. Brendan H. Steve G. Mike B Andrew Grasso Account Manager Brendan Hughes Account Manager Steve Gross Director of Client Solutions Mike Bihlmeier President

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Add a Prompt to a Filter Add a prompt to a filter to add interactivity to the report. Prompts allow you to change filter criteria when the report is run. NAVIGATION: My

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Define the Slide Animation Direction on the deck control.

Define the Slide Animation Direction on the deck control. IBM Cognos Report Studio: Author Active Reports allows students to build on their Report Studio experience by using active report controls to build highly interactive reports that can be consumed by users.

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 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

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

How To Create a Report in Report Studio

How To Create a Report in Report Studio How To Create a Report in Report Studio This topic leads you through the process of creating and saving a new report. You will use the method of creating a report that is based on the design of sample

More information

COGNOS Multiple Queries

COGNOS Multiple Queries COGNOS Multiple Queries In Cognos Report Studio, it is possible to include multiple queries on a report. In the Applicants report below, we will add a query for Admissions information. Page 1 of 21 Follow

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS Course Description: Learn how to design and complete a working database system using this popular software. An introduction to database concepts including: Program parameters, data dictionary, optional

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query.

Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query. Queries against Timecard History: Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query. We will access the following fields from the his_timecard

More information

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology.

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology. In this lesson you will learn how to: Tutorials Lesson 17 - Work with a Baseline Set up the symbols and bars used to display a baseline using the Baseline Setup Wizard. Insert a baseline. Highlight, lock

More information

Tyler Dashboard. User Guide Version 5.8. For more information, visit

Tyler Dashboard. User Guide Version 5.8. For more information, visit Tyler Dashboard User Guide Version 5.8 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Tyler Dashboard Ribbon... 4 User Views... 5 Tools...

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

University of Rochester

University of Rochester University of Rochester User s Guide to URGEMS Ad- Hoc Reporting Guide Using IBM Cognos Workspace Advanced, Version 10.2.1 Version 1.0 April, 2016 Updated 12/16/16 1 P age Table of Contents University

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Adding Content to your Personalised Page

Adding Content to your Personalised Page Having prepared the layout of your personalised page, you now need to populate it with the relevant content. Content cannot be added unless the layout is already set up. Refer to Creating a Personalised

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

Report on Configurable Fields in Business Intelligence

Report on Configurable Fields in Business Intelligence Report on Configurable Fields in Business Intelligence Business Intelligence Configurable Fields Reporting The Platform Configurability feature in PlanSource HCM enables you to add new fields to PlanSource

More information

What s New in Cognos. Cognos Analytics Participant s Guide

What s New in Cognos. Cognos Analytics Participant s Guide What s New in Cognos Cognos Analytics Participant s Guide Welcome to What s New in Cognos! Illinois State University has undergone a version upgrade of IBM Cognos to Cognos Analytics. All functionality

More information

Tyler Dashboard. User Guide Version 6.0. For more information, visit

Tyler Dashboard. User Guide Version 6.0. For more information, visit Tyler Dashboard User Guide Version 6.0 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Browse... 5 Page... 5 Dashboard... 5 Views...

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Sage Estimating (SQL) v18.11

Sage Estimating (SQL) v18.11 Sage Estimating (SQL) v18.11 Release Notes July 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

Using Munis. Version 9.1. Navigation documentation for the Munis ERP System. Fairbanks North Star Borough School District.

Using Munis. Version 9.1. Navigation documentation for the Munis ERP System. Fairbanks North Star Borough School District. Fairbanks North Star Borough School District Using Munis Navigation documentation for the Munis ERP System Prepared by: Accounting Services Department Version 9.1 Contents CHAPTER 1 - USING MUNIS... 1

More information

PowerSchool Handbook Federal Survey Card Report

PowerSchool Handbook Federal Survey Card Report Handbook Federal Survey Card Report Version 1.0 August 9, 2017 Copyright 2017, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook Integrating Sintelix and ANB Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook 2 Integrating Sintelix and ANB By the end of this tutorial you will know how to: 1 2 3 Install

More information

Module 4: Creating Content Lesson 4: Creating Charts Learn

Module 4: Creating Content Lesson 4: Creating Charts Learn Module 4: Creating Content Lesson 4: Creating Charts Learn Welcome to Module 4, Lesson 4. In this lesson, you will learn how to create, edit, and save new charts based on your uploaded data using InfoAssist+.

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Unit 11.Introduction to Form and Report

Unit 11.Introduction to Form and Report Introduction to Form Unit 11.Introduction to Form and Report Introduction: Databases are made to be used. Access provides an easy way to enter data into Access database tables with forms. Forms can also

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

Sage 500 ERP Business Intelligence

Sage 500 ERP Business Intelligence Sage 500 ERP Business Intelligence Getting Started Guide Sage 500 Intelligence (7.4) Getting Started Guide The software described in this document is protected by copyright, And may not be copied on any

More information

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Sage Intelligence Reporting Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Table of Contents Introduction... 2 System requirements... 3 How it works... 4 Getting started guide... 5 Running

More information

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu TABLE OF CONTENTS Introduction... 1

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

Policy Commander Console Guide - Published February, 2012

Policy Commander Console Guide - Published February, 2012 Policy Commander Console Guide - Published February, 2012 This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt.

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Tip or Technique Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Product(s): IBM Cognos 8 Area of Interest: Reporting Prompt. 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

KASBO Fall 2014 Session 4T Excel for Munis Payroll (Lab) Presenter: Sheila Miller, KDE Business Analyst

KASBO Fall 2014 Session 4T Excel for Munis Payroll (Lab) Presenter: Sheila Miller, KDE Business Analyst KASBO Fall 2014 Session 4T Excel for Munis Payroll (Lab) Presenter: Sheila Miller, KDE Business Analyst Session Prerequisites 1. You will be accessing Munis so make sure you know your Munis login ID and

More information

Compare and Merge Track Changes

Compare and Merge Track Changes Compare and Merge Track Changes Course Description The document you have been working on for a couple of weeks is finally finished. Before sending the document to its final destination to be published,

More information

STRATEGIC INFORMATION AND BUSINESS INTELLIGENCE DASHBOARD AND REPORT PORTAL TRAINING

STRATEGIC INFORMATION AND BUSINESS INTELLIGENCE DASHBOARD AND REPORT PORTAL TRAINING STRATEGIC INFORMATION AND BUSINESS INTELLIGENCE DASHBOARD AND REPORT PORTAL TRAINING CONTENTS: 1.0 IE Settings for Cognos Access 2.0 Cognos Login 3.0 Strategic Information and Business Intelligence Dashboard

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

MICROSOFT WORD. MS. Office includes the following application:

MICROSOFT WORD. MS. Office includes the following application: MICROSOFT WORD MS. Office consists of group of application developed overtime by MS work together, both in terms of accomplishing things is a similar way and in terms of providing easy of data. MS. Office

More information

PowerSchool Handbook Federal Survey Form Report

PowerSchool Handbook Federal Survey Form Report Handbook Federal Survey Form Report Version 2.1 August 22, 2018 Copyright 2018, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University ReportNet Query Studio Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University Cognos, Impromptu, PowerPlay, and ReportNet are registered trademarks of Cognos

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Updated 6-7-2013 1 Training Index Part I Introduction to the IRA Reporting Tool IRA Resources (3) Logging onto the system (4) Navigating the Dashboard (5-9) Running

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats Applying Conditional Formatting Excel lets you quickly apply Conditional Formatting to help you explore and analyze data visually, detect

More information

REPORT WRITER MANUAL (Version 10)

REPORT WRITER MANUAL (Version 10) REPORT WRITER MANUAL (Version 10) 2 Report Writer - Navigation You may access Report Writer by choosing view from your toolbar and selecting Report Writer or by choosing the Report Writer option when you

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

How to Create Excel Dashboard used in Solutions Conference By Matt Mason How to Create Excel Dashboard used in Solutions Conference 2017 By Matt Mason The following is a step by step procedure to create the Dashboard presented by Matt Mason in the Excel Tips and Tricks session

More information

How to Create and Use a Pivot Table in Excel

How to Create and Use a Pivot Table in Excel How to Create and Use a Pivot Table in Excel Nikki Casasanto What you need Microsoft Office: Excel 2013 Data Why use a Pivot Table? Microsoft Excel pivot tables offer a way to quickly summarize data. It

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Human Resource Management System User Guide

Human Resource Management System User Guide 11.0 Human Resource Management System User Guide Unit 0: Introduction Unit 1: HRMS Basics Unit 2: DateTracking Unit 3: Hiring a New Employee Unit 4: Electronic Approvals Unit 5: Maintaining Existing Employees

More information

Navigating Viewpoint V6 Exploring the Viewpoint Main Menu

Navigating Viewpoint V6 Exploring the Viewpoint Main Menu Navigating Viewpoint V6 Exploring the Viewpoint Main Menu Table of Contents About this Course 3 Viewpoint Folder Structure 4 File Menu 5 View Menu 6 Options Menu 7 User Options 7 Help Menu 9 Support 9

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

Tyler Dashboard. User Guide Version 6.3. For more information, visit

Tyler Dashboard. User Guide Version 6.3. For more information, visit Tyler Dashboard User Guide Version 6.3 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Search... 5 Browse... 5 Page... 6 Dashboard...

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: CHAPTER 2 Access More Skills 13 Create a Multiple Items Form A multiple items form displays records in rows and columns in the same manner as a datasheet. A multiple items form provides more formatting

More information

9 Introducing Drag and Drop Techniques

9 Introducing Drag and Drop Techniques 9 Introducing Drag and Drop Techniques The general technique for dragging and dropping involves: 1. Clicking once to first select an object. 2. Holding the left mouse button down to grab the object for

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Institutional Reporting and Analysis (IRA) For help, blitz "Financial Reports", or

Institutional Reporting and Analysis (IRA) For help, blitz Financial Reports, or Institutional Reporting and Analysis (IRA) 1 Training Agenda Introduction to the IRA Reporting Tool Logging onto the system (4-5) Navigating the Dashboard (6-10) Running Reports (11-12) Working with Reports

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018 Primo Analytics Workshop BIBSYS Konferansen 20 March 2018 Objectives By the end of this session, you will: Understand what is Primo Analytics and OBI. Have a high-level view of how Primo Analytics is working.

More information

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

Getting Started with EMS Desktop Client

Getting Started with EMS Desktop Client Getting Started with EMS Desktop Client Getting Started with EMS Desktop Client What is the EMS Desktop Client? Reservations and Bookings What is an Everyday User Reservation? Starting EMS Managing Database

More information

Managing Document Properties

Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) 1. Run a PROTECT Export report 2. Click the Export button which is at far left on the toolbar in the PROTECT report window. 3. The Export

More information

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information