How To Create a Report in Report Studio

Size: px
Start display at page:

Download "How To Create a Report in Report Studio"

Transcription

1 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 reports. Following step-by-step instructions, you will learn how to complete these tasks: Build a multi-page report with a multi-element Trend chart Create the queries that are used to gather data for prompts Build a prompt page to select the subjects, granularity, and time range and to organize prompts into selection fields Create a query that specifies how ehealth gathers data from the ehealth database to satisfy the input prompts entries Populate the report, which defines the pages that the user sees after the report runs Save the report to a location on the ehealth system Note: When the content language is set to French, custom expressions have to use a semi-colon instead of a comma as an expression list delimiter. These expressions generally take the form of IN (num1, num2,..., numx), but any expression list defined in Report Studio has to use the semi-colon delimiter for French. You can use the comma as a delimiter for all other languages. Page 1

2 Step 1: Create a New Line Chart Report To create a line-chart report 1. Start Report Studio by clicking the link on the Report Center home page. The Welcome dialog appears. Close the dialog. 2. Click File, New. The New dialog appears. 3. Select Chart and then click OK. The Insert Chart dialog appears. 4. Select Line under Chart group. Chart types appear on the right. 5. Select Line (first row, second choice) under Chart type and then click OK. Report Studio queries the ehealth database to populate the Insertable Objects list, which defines the data that you can add to your report. This process often takes a few minutes. The following graphic shows Insertable Objects on the left and the drop zones for the Line chart on the right. Page 2

3 Step 2: Create Report Prompt Queries Most reports require the user to respond to one or more prompts for the information to include in a report. For these types of reports, you must also create a prompt page and the queries that are used to gather the ehealth data used in the prompts. Step 3 describes how to design the prompt page that the user sees. This step describes how to create the data queries used in the prompts. Prompts within a page typically include values like the subject of the report, the report time ranges or report period, as well as the granularity or sample sizes for the data (for example: as-polled, hourly, or daily values). The following procedures describe how to create a query for each type of prompt. To create a subject prompt query 1. Select Query Explorer in the Explorer Bar and click Queries. The work area displays Dimensions, Facts, Filters, and Tabular Data areas. 2. Click the Toolbox tab in the Insertable Objects area and double-click Query. Two queries named Query1 and Query2 appear. 3. Select Query2, and in the Properties area, change Name to Subject Prompt. Query1 will be used for the chart data in Step Double-click the Subject Prompt query. 5. Click the Source tab in the Insertable Objects area and then expand General Dimensions, Element/Group, Element and drag Element Name into Data Items twice. Page 3

4 6. Expand Key Information under Element and drag Element UID into Data Items. 7. Click Element Name1 under Data Items, and in Properties, change Name to Upper Element Name. 8. Change Expression to upper([general Dimensions].[Element].[Element Name]) Then click OK. 9. Expand Measurements, LAN/WAN in the Insertable Objects area. 10. Drag LAN/WAN Filter into Detail Filters. The subject prompt query appears as shown in the following graphic. Page 4

5 To create a sample size prompt query 1. Select Query Explorer in the Explorer Bar and click Queries. Note: In the right pane, an icon appears for the subject query that you created in the previous procedure. 2. Click the Toolbox tab in the Insertable Objects area and double-click Query. A Query2 icon now appears in the right pane. 3. Select Query2 and in the Properties area, change Name to Sample Size Prompt. 4. Double-click the Sample Size Prompt query. 5. Click the Source tab in the Insertable Objects area, expand General Dimensions and Measurement Granularity, and then drag the entire Measurement Granularity folder into Data Items. The Sample Size Prompt query appears as shown in the following graphic. Page 5

6 To create a report header query 1. Select Query Explorer in the Explorer Bar and click Queries. 2. Click the Toolbox tab in the Insertable Objects area and double-click SQL (not Query). New Query2 and SQL icons appear in the right pane. 3. Click Query2, and in the Properties area, change Name to Query for Report Header. 4. Click the SQL icon next to the Query for Report Header query. 5. Set the Data Source to ehealthdb in the Properties area. 6. Double-click the SQL icon next to the Query for Report Header query and enter the following: Note: The following should be one long line. Do not lose the spacing at the ends of the lines in this document. select current_date CURRENT_DATE_TIME, nh_report_period_to_date(#prompt('select Report Period','text')#,'begin',#prompt('Report Period Begin','text')#,#prompt('Report Period End','text')#) REPORT_PERIOD_BEGIN, nh_report_period_to_date(#prompt('select Report Period','text')#,'end',#prompt('Report Period Begin','text')#,#prompt('Report Period End','text')#) REPORT_PERIOD_END, nh_report_resolve_uids(#prompt('element UIDs','text')#,'element','names') ELEMENT_NAMES from dual 7. Click Validate and then OK. 8. Select Query Explorer in the Explorer Bar, click Query for Report Header, and verify that the following four items are under Data Items: Page 6 CURRENT_DATE_TIME REPORT_PERIOD_BEGIN

7 REPORT_PERIOD_END ELEMENT_NAMES These items are shown in the following graphic. Page 7

8 Step 3: Create the Report Prompt Page The prompt page, usually the first page that appears when users run a report, contains the fields where users specify values. The queries that you created in the previous step provide the content for the prompts to which users must respond. The prompt page that you will create organizes the prompts into selection fields. To create the prompt page 1. Select Page Explorer in the Explorer Bar and click Prompt Pages. 2. Click the Toolbox tab in the Insertable Objects area and double-click Page. 3. Double-click Prompt Page1. 4. Click the Toolbox tab from Insertable Objects and drag 'Table with 2 Prompt Fields & Date/Time Prompt' to the center of the Prompt page. Results are shown in the following graphic. Page 8

9 To create the subject prompt 1. Click the first Text Item (Label) in the Report Parameters table: 2. Change Text to Elements in the Properties area. 3. Click the Toolbox tab in the Insertable Objects area and drag the Select & Search Prompt into the cell to the right of the Elements: Text Item. The Prompt Wizard dialog appears. 4. Create a new parameter named Element UIDs and click Finish: 5. Click the Select & Search Prompt and in the Properties area change Query to Subject Prompt. 6. Change Use Value to Element UID. 7. Change Display Value to Element Name. 8. Change Multi-Select to Yes. 9. Click the ellipsis next to Sorting. The Sorting window opens. 10. Double-click Upper Element Name under Data Items to add it to Sort List and click OK. Page 9

10 Page 10

11 To create the sample size prompt 1. Click the second Text Item (Label) in the Report Parameters table. 2. Change Text to Sample Size in the Properties area. 3. Click the Toolbox tab in the Insertable Objects area and drag a Value Prompt into the cell to the right of the Sample Size: Text Item. The Prompt Wizard dialog appears. 4. Create a new parameter named Measurement Granularity and click Finish. 5. Click the Value Prompt area, and in the Properties area, change Query to Sample Size Prompt. 6. Change Use Value to Granularity Type. 7. Change Display Value to Granularity. 8. Click the ellipsis next to Sorting. The Sorting window opens. 9. Double-click List Order under Data Items to add it to Sort List and click OK. 10. Click the ellipsis next to Default Selections in the Properties area, General section. The Default Selections dialog appears. 11. Click the Add a new Default Selection icon. The Add dialog appears. 12. Click Simple Selection, enter B, and click OK twice. Page 11

12 Step 4: Create the Report Data Query The Report Data Query specifies how ehealth gathers the data used for the input prompts and how that data is used to query the ehealth database when the report runs. To create a report data query 1. Select Query Explorer in the Explorer Bar and click Query1. 2. Change Name to Report Data in the Properties area. 3. Locate the Insertable Objects area on the Model page, expand General Dimensions, Date/Time, Date Time, and then drag Date and Time (shown in the following graphic) into Data Items. 4. Change Pre-Sort to Sort ascending in the Properties area. 5. Expand General Dimensions, Element/Group, Element and drag Element Name into Data Items twice. 6. Click Data Items, Element Name1, and in Properties, change Name to Upper Element Name. 7. Change Expression to upper([general Dimensions].[Element].[Element Name]) Then click OK. 8. Change Pre-Sort to Sort ascending in the Properties area. 9. Expand Measurements, LAN/WAN, Prompted LAN/WAN Measurements. 10. Scroll down and drag Bytes/sec into Data Items. 11. Click the Toolbox tab in the Insertable Objects area and double-click Filter. The Tabular Model Filter dialog appears. 12. Enter the following in the Expression editor: Note: The following should be one long line. Do not lose the spacing at the ends of the lines in this document. ([General Dimensions].[Date Time].[Date and Time] >= nh_report_period_to_date(?select Report Period?,'begin',?Report Period Begin?,?Report Period End?)) AND ([General Dimensions].[Date Page 12

13 Time].[Date and Time] <= nh_report_period_to_date(?select Report Period?,'end',?Report Period Begin?,?Report Period End?)) 13. Click OK. 14. Click the Toolbox tab in the Insertable Objects area and double-click Filter. The Tabular Model Filter dialog appears. 15. Enter the following in the Expression editor: [General Dimensions].[Element].[Element UID] IN?Element UIDs? 16. Click OK. Your report data query appears as shown in the following graphic. Page 13

14 Create a new report data query with different variable 1. Select Query Explorer in the Explorer Bar and double click Queries. 2. Right click the Report Data query icon, and then select Copy 3. Right Click the right pane blank area, and then select Paste. A new query Report Data1 appears 4. Double Click the Report Data1 icon. 5. Locate the Insertable Objects area on the Source tab, expand Measurements, LAN/WAN, Prompted LAN/WAN Measurements. 6. Scroll down and drag Bandwidth Utilizations into Data Items. 7. In the Data Items area, select Bytes/sec, click Delete icon in the Report Studio toolbar to delete it. Now you have two queries for different charts. Page 14

15 Step 5: Populate the Chart Populating the chart is the process for specifying and defining the output report or the pages that the user sees after running the report. In this step, you will define the content of the line chart report and specify a limit for the number of elements that appear in the report. To populate the chart 1. Select the Page Explorer button in the Explorer Bar and click Page1 under Report Pages. 2. Click the Combination Chart to select the entire chart. 3. Verify that the Query is set to Report Data in the Properties area, under Data. 4. Open Size & Overflow in the Properties area under Positioning, set Width to 800 px (pixels) and Height to 500 px, and then click OK. 5. Click the Data Items (middle) tab in the Insertable Objects area. 6. Locate the area under the Report Data query folder and drag the following items to the chart as follows: Bytes/sec to the Measures field Date and Time to the Categories field Element Name to the Series field 7. Click Element Name on the chart to select it 8. Click the ellipsis next to Sorting in the Properties area. The Sorting window opens. 9. Double-click Upper Element Name under Data Items to add it to Sort List and click OK. 10. Click Date and Time on the chart to select it. 11. Click the ellipsis next to Sorting in the Properties area. The Sorting window opens. 12. Double-click Date and Time under Data Items to add it to Sort List and click OK. The results are shown in the following graphic. Page 15

16 Page 16

17 Add a new Chart with different Variable 1. Select Page Explorer in the Explorer Bar and click Page1, under Report Pages. 2. Click the Toolbox tab in the Insertable Objects area. 3. Drag a Block to the area below existing combination chart, and then click to select the new added block. 4. Click the Toolbox tab in the Insertable Objects area. 5. Drag a Chart into the new block, and then select Line Chart in Chart Group, and Line in Chart Type, click OK. The new chart is created. 6. Click the Combination Chart to select the entire new chart. 7. Verify that the Query is set to Report Data1 in the Properties area, under Data. 4. Open Size & Overflow in the Properties area under Positioning, set Width to 800 px (pixels) and Height to 500 px, and then click OK. 5. Click the Data Items (middle) tab in the Insertable Objects area. 6. Locate the area under the Report Data1 query folder and drag the following items to the chart as follows: Bandwidth Utilization to the Measures field Date and Time to the Categories field Element Name to the Series field 7. Click Element Name on the chart to select it. 8. Click the ellipsis next to Sorting in the Properties area. The Sorting window opens. 9. Double-click Upper Element Name under Data Items to add it to Sort List and click OK. 10. Click Date and Time on the chart to select it. 11. Click the ellipsis next to Sorting in the Properties area. The Sorting window opens. 12. Double-click Date and Time under Data Items to add it to Sort List and click OK. Now the new chart is ready. Page 17

18 Page 18

19 To limit the number of elements in the output to Select Page Explorer in the Explorer Bar and click Prompt Page1. The prompt page that you created earlier appears in the right pane. 2. Double-click the right-most yellow HTML Item at the bottom of the page. This icon is shown in the following graphic. The HTML editor window appears. 3. Enlarge the HTML editor window and scroll all the way to the right. 4. Find the following string: nhinithandlers("default") 5. Change "default" to the following: "numelemcheck" 6. Click the Select & Search Prompt for Elements in the prompt page area, and in the Properties area, set the Name to the following: ID_nhrc Page 19

20 Step 6: Complete and Save the Report After you enter the information for the report, you must save the report to a location on the ehealth system. You can save it to the My Folders area or to the Public Folders area, where other report consumers, with appropriate permissions, can run it. To complete and save the report 1. Select Page Explorer in the Explorer Bar and click Page1, under Report Pages. 2. Click the Toolbox tab in the Insertable Objects area. 3. Drag Title/Subtitle/Date/Time Header into the header area of the report. 4. Click View from Report Studio menu, and then select Page Structure. The Page Structure tree view appears in the right pane, select the Repeater Table. 5. Verify that the Query is set to Query for Report Header in the Properties area, under Data. 6. Click the ellipsis next to Properties. The Properties window opens. Page 20

21 7. Click Select All to select the four data items and click OK 8. Click File, Save and type the name for the report. 9. Click OK. The report is now ready to run. Page 21

22 PS: Schedule Reports You can schedule reports and automate them to start during the night and finish before you arrive at work. Running reports during off-peak hours helps to reduce impacts on the ehealth system during peak hours, especially when reports take a long time to run. You typically save a report as a report view or as saved report to review the report when you want to see it. To schedule a report 1. Click the Schedule icon for a report. The Schedule page appears. 2. Specify the options for how often you want the report to run as well as the start and end options. Note: As a best practice, do not use the No end date option. Schedules should have specific end dates to prevent the performance impact of many scheduled reports that continue to run even though you may no longer read them. 3. (Optional) Do the following to override the default prompt values (or if default prompt values are not set for the report): a. Scroll to Prompt values at the bottom of the page and select Override the default values. b. Click Set... to set the prompt values for the scheduled report. The Prompt Page appears. c. Complete the required fields on the Prompt Page. d. Click Finish to save your settings and exit the Prompt Page. 4. Specify the output formats and delivery methods. 5. Click OK. The schedule is saved. Page 22

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

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

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

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

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

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

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

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

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

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

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

PanelView Plus and Text Historian Guide

PanelView Plus and Text Historian Guide PanelView Plus and Text Historian Guide Version 12.4 SyTech, Inc. The Complete Reporting Solution Information in this document is subject to change without notice. SyTech, Inc. assumes no responsibility

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

prepared by Kirk Dunphy

prepared by Kirk Dunphy prepared by Kirk Dunphy Discussion Topics Part I Business Intelligence and Analytics Reports Cognos Business Intelligence What is happening? Why did it happen? What is going to happen? reporting analysis

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

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

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

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

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

SQL Server 2005: Reporting Services

SQL Server 2005: Reporting Services SQL Server 2005: Reporting Services Table of Contents SQL Server 2005: Reporting Services...3 Lab Setup...4 Exercise 1 Creating a Report Using the Wizard...5 Exercise 2 Creating a List Report...7 Exercise

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

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

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

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Custom Reports User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 InfoCenter User Guide for VSA 6.3 September 25, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

LepideAuditor. Current Permission Report

LepideAuditor. Current Permission Report Table of Contents 1. Introduction... 3 2. Current Permission Scan Settings... 3 2.1 Configure SQL Server... 3 2.2 Stale Object Settings... 5 2.3 Available Options to manage the data set... 6 2.3.1 Add

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report. Creating Address Labels from Microsoft Word Mail Merge If you want to send a mass mailing to an address list that you maintain in a Microsoft Office Excel worksheet, you can use a Microsoft Office Word

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

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

Section 5. Pictures. By the end of this Section you should be able to:

Section 5. Pictures. By the end of this Section you should be able to: Section 5 Pictures By the end of this Section you should be able to: Use the Clip Gallery Insert and Delete Pictures Import Pictures Move, Resize and Crop Pictures Add Borders and Colour Wrap Text around

More information

Power BI Desktop Lab

Power BI Desktop Lab Power BI Desktop Lab Fil Schwartz fschwartz@manersolutions.com (517) 323-7500 POWER BI DESKTOP LAB This is a hands on lab for users that have little or no experience with Power BI. We will go through a

More information

MASSTRANSIT DATABASE ANALYSIS. Using Microsoft Excel And ODBC To Analyze MySQL Data

MASSTRANSIT DATABASE ANALYSIS. Using Microsoft Excel And ODBC To Analyze MySQL Data MASSTRANSIT DATABASE ANALYSIS Using Microsoft Excel And ODBC To Analyze MySQL Data AUTHOR: PETE CODY petecody@grouplogic.com 31 May 2007 Document Revision History: Date: Author: Comment: 19 Apr 2007 PMC

More information

SAS Job Monitor 2.2. About SAS Job Monitor. Overview. SAS Job Monitor for SAS Data Integration Studio

SAS Job Monitor 2.2. About SAS Job Monitor. Overview. SAS Job Monitor for SAS Data Integration Studio SAS Job Monitor 2.2 About SAS Job Monitor Overview SAS Job Monitor is a component of SAS Environment Manager that integrates information from SAS Data Integration Studio, DataFlux Data Management Server,

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

This Reporting Fragment will be sown on the Business Entity Details screen within OpenPages.

This Reporting Fragment will be sown on the Business Entity Details screen within OpenPages. Add a Reporting Fragment to an Object This KB article was written on the back of creating a reporting fragment and associating it to an object on a Windows 64bit install of OpenPages 6.0.1. Prior to adding

More information

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved.

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved. Relativity User s Guide Contents are the exclusive property of Municipal Software, Inc. Copyright 2006. All Rights Reserved. Municipal Software, Inc. 1850 W. Winchester, Ste 209 Libertyville, IL 60048

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

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

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

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

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

Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon

Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon entuity.com info@entuity.com Table of Contents 1.0 Purpose... 3 2.0 Device Sub-Report...

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS Introduction and conversion program overview... 1 Conversion considerations and recommendations... 1 Conversion procedures... 2 Data

More information

MICROSOFT EXCEL Working with Charts

MICROSOFT EXCEL Working with Charts MICROSOFT EXCEL 2010 Working with Charts Introduction to charts WORKING WITH CHARTS Charts basically represent your data graphically. The data here refers to numbers. In Excel, you have various types of

More information

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

182 Introduction to Microsoft Visual InterDev 6 Chapter 7

182 Introduction to Microsoft Visual InterDev 6 Chapter 7 iw3htp_07.fm Page 182 Thursday, April 13, 2000 12:29 PM 182 Introduction to Microsoft Visual InterDev 6 Chapter 7 7 Introduction to Microsoft Visual InterDev 6 New tab Other tabs for opening existing projects

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

Microsoft Access 2002 for Windows

Microsoft Access 2002 for Windows Microsoft Access 2002 for Windows Handout: 2 Academic Computing Support Information Technology Services Tennessee Technological University February 2004 1. Opening the File In the PC labs, from the Start

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

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Importing Flat File Sources in Test Data Management

Importing Flat File Sources in Test Data Management Importing Flat File Sources in Test Data Management Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States

More information

OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide

OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide How to easily create adhoc and multi-tenancy reports in OnCommand Insight DWH using Business Insight Advanced Dave Collins, Technical

More information

Nexio G-Scribe Data Source Wizard

Nexio G-Scribe Data Source Wizard Nexio G-Scribe Data Source Wizard 6/17/2014 175-100330-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

Cognos Analytics Reporting User Interface

Cognos Analytics Reporting User Interface September 12, 2017 (v12.2.2 - BI v11) Cognos Analytics Reporting User Interface Business Intelligence Cognos Analytics Reporting Cognos Analytics Reporting is a Web-based tool used to create ad-hoc reports

More information

User Group Configuration

User Group Configuration CHAPTER 90 The role and user group menu options in the Cisco Unified Communications Manager Administration User Management menu allow users with full access to configure different levels of access for

More information

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse Tivoli Common Reporting V2.x Reporting with Tivoli Data Warehouse Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM Corporation 2012 This

More information

Visual Customizations

Visual Customizations Overview, on page 1 Create a Grid View, on page 1 Create a Chart View, on page 2 Group By, on page 5 Report Thresholds, on page 6 Overview Stock reports are the reports that are pre-bundled and supported

More information

SlickEdit Gadgets. SlickEdit Gadgets

SlickEdit Gadgets. SlickEdit Gadgets SlickEdit Gadgets As a programmer, one of the best feelings in the world is writing something that makes you want to call your programming buddies over and say, This is cool! Check this out. Sometimes

More information

Name: Class: Date: Access Module 2

Name: Class: Date: Access Module 2 1. To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the button to create a new query. a. Query b. Design View c. Query Design d. Select Query ANSWER:

More information

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols. Chapter 7 Highlights 7.1 The Use of Formulas and Functions 7.2 Creating Charts 7.3 Using Chart Toolbar 7.4 Changing Source Data of a Chart Separate Text Across Cells The Convert Text to Columns Wizard

More information

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it.

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it. Page 1 of 5 Working with SQL Server Management Studio SQL Server Management Studio (SSMS) is the client tool you use to both develop T-SQL code and manage SQL Server. The purpose of this section is not

More information

Customer Support Guide Creating a custom Headcount Dashboard

Customer Support Guide Creating a custom Headcount Dashboard Customer Support Guide Creating a custom Headcount Dashboard Contents Purpose... 2 Rationale... 2 Step by Step Instruction... 3 Related Documentation... 11 Package Version Date HCM 16.01 02/02/2017 HCM

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

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Using the Drag-and-Drop Report Builder

Using the Drag-and-Drop Report Builder Using the Drag-and-Drop Report Builder Salesforce, Spring 16 @salesforcedocs Last updated: January 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) GETTING STARTED Cognos ReportNet Getting Started 07-05-2004 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Type the text for the HTML

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

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

CONVERSION GUIDE Financial Statement Files from CSA to Workpapers CS

CONVERSION GUIDE Financial Statement Files from CSA to Workpapers CS CONVERSION GUIDE Financial Statement Files from CSA to Workpapers CS Introduction and conversion program overview... 1 Conversion considerations and recommendations... 1 Conversion procedures... 2 Data

More information

Getting Started. Custom Reports Software

Getting Started. Custom Reports Software Getting Started Custom Reports Software Custom Reports software Custom reporting The Custom Reports software lets you transfer quantitative results from Data Analysis into the Custom Reports spreadsheet

More information

PracticeMaster Report Writer Guide

PracticeMaster Report Writer Guide Copyright 2014-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( ) are registered trademarks of Software Technology,

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

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

USING MICROSOFT EXCEL 2016 Guided Project 4-3

USING MICROSOFT EXCEL 2016 Guided Project 4-3 Guided Project 4-3 Clemenson Imaging analyzes expense reports from field representatives as well as patient and image data. To complete the worksheets, you format data as a table and build an advanced

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

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Tabs, Tables & Columns

Tabs, Tables & Columns Tabs, Tables & Columns What we will cover Creating tables Formatting tables Sorting information in tables Using columns Using tabs Tables You can insert a table several: Insert Table button This will open

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3.

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3. ACCESS CREATING QUERIES, FORMS, AND REPORTS Section 3 0 Skills Create a select query using the Simple Query Wizard Create a select query in Design view Add multiple tables to a query Sort the query results

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information