Crystal Reports 7. Overview. Contents. Parameter Fields

Size: px
Start display at page:

Download "Crystal Reports 7. Overview. Contents. Parameter Fields"

Transcription

1 Overview Contents This document provides information about parameter fields in Crystal Reports (CR) version 7.x. Definition of terms, architecture, usage and features are discussed. This document should be consulted in addition to the Crystal Reports 7 User s Guide, which ships with the product and outlines exactly how to use parameter fields. WHAT IS A PARAMETER FIELD?...2 ARCHITECTURE...2 HOW IT WORKS...2 TIPS, TRICKS AND LIMITATIONS...2 Using parameters to specify groups or sorts... 3 NEW FEATURES OF PARAMETER FIELDS IN CRYSTAL REPORTS To create a pick list of values:...5 To select multiple values:...5 To select a range of values:...5 CONTACTING CRYSTAL DECISIONS FOR TECHNICAL SUPPORT...5 6/25/2002 4:45 PM Copyright 2001 Crystal Decisions, Inc. All Rights Reserved. Page 1

2 What is a parameter field? Architecture How it works Tips, tricks and limitations A parameter field is a field that prompts you to specify a value each time you refresh the data in a report. You supply the value and the program runs the report using that value. By using parameter fields in formulas, selection formulas, and in the report itself, you can create a report that you can modify whenever your needs change. For example, suppose you have a database that contains information about the sales of products across the United States. You could create a report that displays all the customers in a particular region by hard-coding the value in the record selection formula: {Customer.Region} = CA This works fine provided you always want to run your report using California records. To view other regions, you have to edit the formula and hard-code your changes. However, by entering the region as a parameter, you can specify a different region each time you refresh the report. A parameter field must be of the same data type as the field against which it is being compared. For example, if a {Customer Name} field of type String is being used in a report that limits record selections to a particular Customer Name, then the parameter field created for this purpose must also be of type String. Once a parameter field has been created, it can then be used as a variable in record selections or in formulas. In fact, formulas and record selection formulas can contain multiple parameter fields. In these cases, you are prompted for each parameter before the data is refreshed. A parameter first prompts the user for some information. This information is then compared against the records stored in the relevant database field, through a record selection formula or a formula field. To be prompted with a parameter, it must be included somewhere in the report in a record or group selection, in a formula, or simply as a field on the report. A parameter field does not have to be placed in a report in order to be used in a record or group selection formula. You can create the parameter and then enter it into your formula as you would any other field. Crystal Reports supports parameter fields in the following data types: String, Number, Currency, Boolean, Date, Time and DateTime. 6/25/2002 4:45 PM Copyright 2001 Crystal Decisions, Inc. All Rights Reserved. Page 2

3 Crystal Reports Functions may also be used with parameter fields. For example, you can use the ToText() function on a Number type parameter field in order to return a String. Parameter field prompting text can be up to two lines long with approximately characters per line (depending on character width, up to the 255-character limit). The program performs automatic wordwrap on prompts more than one line long. Using parameters to specify groups or sorts Step 1: Creating a parameter field 1. On the Insert menu, select Parameter Field. 2. Select New. 3. Type a name for your parameter, For example, GroupingParam. 4. Type the prompting text you require. For example, Type Customer to group by customer name, or Region to group by region. 5. From the Value type drop-down list box, select String. 6. Select the Discrete value(s) option button. 7. Click OK. You will see your parameter field, prefixed with a?, on the Parameter tab of the Insert Fields dialog box. It is not necessary to insert your parameter field into the report as it will be referenced later in a formula. 8. Click Close to return to your report. Step 2: Creating a formula field 1. On the Insert menu, select Formula Field. 2. Select New. 3. Type a name for your formula. For example, Group. The Formula Editor dialog box appears. 4. Enter the elements of your formula. Ensure that the first line of the formula reads: WhileReadingRecords; as it is only possible to perform Grouping or Sorting on formulas that are evaluated WhileReadingRecords. 5. Enter the remaining criteria for your formula. You can enter the parameter field and database fields directly into your formula by selecting them from the leftmost box of the Formula Editor and double WhileReadingRecords; If {?GroupingParam} = Customer then {Customer.Name} Else if {?GroupingParam} = Region then {Customer.Region} 6/25/2002 4:45 PM Copyright 2001 Crystal Decisions, Inc. All Rights Reserved. Page 3

4 1. To check your formula for errors, click the Check button on the Formula Editor toolbar. 2. Click OK, and then close the Formula Editor. You will see your formula field on the Formula tab of the Insert Fields dialog box. It is not necessary to insert your parameter field into the report as it will be referenced later in a formula. 3. Click Close to return to your report. Step 3: Adding a group 1. From the Insert menu, select Group. The Insert Group dialog box appears. 2. The upper-most dropdown list shows all of the report fields that you can select as your grouping field. Scroll down the list until your find your formula field this will be shown prefixed with for Select your formula from the list. 3. Click OK to close the dialog box and return to your report. Now, each time the report is refreshed, you will be prompted to enter a grouping field. If you type Customer then the report will be grouped on the {Customer.Name} field; if you type Region then the report will be grouped by the {Customer.Region} field. This formula could also be used for sorting a report. Simply insert it into your report as a Sort field: 1. From the Report menu, select Sort Records 2. In the Report Fields box, highlight the formula field you want to use for your Sort field. 3. Click the Add button to add the formula to the Sort Fields box, and then click OK. Refer to the Crystal Reports User s Guide Version 7 for further information about Groups and Sort fields. New features of parameter fields in Crystal Reports 7 The ability to change the parameter prompt order without deleting and recreating each parameter, as was necessary in previous versions. The ability to create pick lists. The ability to create range-limited parameters. Selecting the Allow Multiple Values option (Edit Parameter Field dialog box) allows you to pick multiple values from a pick list. Clearing this option allows you to pick only one value from the pick list. Selecting the Discreet Values option allows singular values only. The Default Values list box is populated with values that will appear in the parameter field pick list. The Edit Mask option is used to limit user input into the parameter field text box. (Please refer to your CR User s Guide for a list of Edit Mask characters.) 6/25/2002 4:45 PM Copyright 2001 Crystal Decisions, Inc. All Rights Reserved. Page 4

5 The Length Limit and Range Limited options allow you to limit the minimum or maximum value that can be entered depending upon the type of parameter you are creating. To create a pick list of values: 1. Create a new parameter field. 2. Click the Select default values button. You can add values by typing something directly into the Select or Enter a Value to Add box, and then clicking the Add button, or by browsing to choose a table and then a field. 3. After selecting the field, the Select or Enter a Value to Add list box will populate with the records from the field selected. Now you can click each on each value and add them separately, or add them all to the pick list. When running the report you will be prompted to enter a parameter and will now be able to select a value from the pick list. To select multiple values: Selecting the Allow multiple values option will enable you to select multiple fields from the pick list when refreshing your report. To select a range of values: Selecting the Range values option allows you to select a range for a parameter field. For example, a date range. Contacting Crystal Decisions for Technical Support We recommend that you refer to the product documentation and that you visit our Technical Support web site for more resources. Self-serve Support: Support: Telephone Support: 6/25/2002 4:45 PM Copyright 2001 Crystal Decisions, Inc. All Rights Reserved. Page 5

Crystal Reports. Overview. Contents. Displaying PercentOfCount and/or PercentOfDistinctCount summaries in a cross-tab

Crystal Reports. Overview. Contents. Displaying PercentOfCount and/or PercentOfDistinctCount summaries in a cross-tab Crystal Reports Displaying PercentOfCount and/or PercentOfDistinctCount summaries in a cross-tab Overview In a Crystal Reports (CR) 9 cross-tab, the summary options, PercentOfDistinctCount and PercentOfCount,

More information

Crystal Reports Compiled by Christopher Dairion

Crystal Reports Compiled by Christopher Dairion Crystal Reports Compiled by Christopher Dairion Not for customer distribution! When you install Crystal Reports 9, the Excel and Access Add-In are added automatically. A Crystal Report Wizard 9 menu option

More information

Seagate Crystal Reports 5 and 6

Seagate Crystal Reports 5 and 6 Overview Contents This document discusses how you can improve report performance by listing the issues you need to consider when creating record selection formulas in Crystal Report Designer (CR). Most

More information

How To: Dynamically Changing the Sort Order in Crystal Reports

How To: Dynamically Changing the Sort Order in Crystal Reports How To: Dynamically Changing the Sort Order in Crystal Reports Thor Kolner, BI specialist to the North American construction industry 2017. Challenge: Parameters are often used in Crystal Reports for record

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Crystal Reports. Overview. Contents. Differences between the Database menu in Crystal Reports 8.5 and 9

Crystal Reports. Overview. Contents. Differences between the Database menu in Crystal Reports 8.5 and 9 Crystal Reports Differences between the Database menu in Crystal Reports 8.5 and 9 Overview Contents If you cannot find a command that exists in Crystal Reports 8.5 from the Database menu in Crystal Reports

More information

Excel Tip: How to create a pivot table that updates automatically

Excel Tip: How to create a pivot table that updates automatically Submitted by Jess on Thu, 01/23/2014-21:38 Microsoft Excel has a powerful reporting tool called the Pivot Table. In a few minutes and in a few mouse clicks, you can build a report of your data. This is

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Top Producer 7i Tips & Tricks Volume 1

Top Producer 7i Tips & Tricks Volume 1 Top Producer 7i Tips & Tricks Volume 1 TOP PRODUCER Systems Inc. 1 Table of Contents 1 Using Quick Action Commands...3 1.1 Use the Commands Instead of the Menu s...3 2 Scrolling Within a Long List...5

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

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

Unit 2: Managing Views

Unit 2: Managing Views Unit 2: Managing Views 1 Questions Covered How do we define the information displayed in the table view? How do we change what information is displayed? How can we highlight the records of interest? How

More information

BDM Hyperion Workspace Basics

BDM Hyperion Workspace Basics BDM Hyperion Workspace Basics Contents of this Guide - Toolbars & Buttons Workspace User Interface 1 Standard Toolbar 3 Explore Toolbar 3 File extensions and icons 4 Folders 4 Browsing Folders 4 Root folder

More information

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

ACA 1095 Reporting - File Manager Overview. File Manager

ACA 1095 Reporting - File Manager Overview. File Manager File Manager The File Manager in the Multi Client version of ACA 1095 Reporting can be accessed from the home screen toolbar or off the File menu. Page 1 Opening Files The File Manager displays all ACA

More information

Open Client Base Client Base Online Select Advance Search. If there is an option, select Leisure:

Open Client Base Client Base Online Select Advance Search. If there is an option, select Leisure: Open Client Base Client Base Online Select Advance Search If there is an option, select Leisure: Continue down the page selecting your search criteria for your clients. Select OK. Using Merge to E-Mail

More information

CREATE LISTS HOW TO CREATE A REVIEW FILE

CREATE LISTS HOW TO CREATE A REVIEW FILE Go to Create Lists from the Function dropdown menu. Pick an empty review file, or change All to Empty. Click the arrow next to Max Records to display the available review files in order by size. Pick a

More information

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table In this section Dashboard Custom Designer Create Template Insert Section (Inserting Rows) Insert Image Insert Global Table Preview of Table Inserting Elements in Cell of Table Inserting Line Item and Summary

More information

QuickBooks for Windows Conversion Instructions

QuickBooks for Windows Conversion Instructions QuickBooks for Windows Conversion Instructions QuickBooks for Windows 2011 2014 Direct Connect Table of Contents TABLE OF CONTENTS... 1 INTRODUCTION... ERROR! BOOKMARK NOT DEFINED. DOCUMENTATION AND PROCEDURES...

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Lab: Relational Universe Create Predefined Filters

Lab: Relational Universe Create Predefined Filters Lab: Relational Universe Create Predefined Filters Scenario You will add and configure predefined filters in the Business Layer to make them available in the Business Layer outline to be re-used in the

More information

Unit: Financials Topic: Manage the Chart of Accounts

Unit: Financials Topic: Manage the Chart of Accounts Solutions Unit: Financials Topic: Manage the Chart of Accounts 1-1 Transactions Which function do you use to change the properties for a G/L account? Financials Chart of Accounts Which function do you

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

Exporting data from reference management software

Exporting data from reference management software Exporting data from reference management software Step 1: Finding the correct tagged text file Step 2: Saving the tagged text file Output Style in the right place Step 3: Using the style file to export

More information

CCH INCORPORATED 05/03

CCH INCORPORATED 05/03 Button Bar Main Menu Return to the main tab level of the current library without deselecting your targets Preferences Set preferences for searching, document display, and other functions Citation Search

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

Getting Started Manual. SmartList To Go

Getting Started Manual. SmartList To Go Getting Started Manual SmartList To Go Table of contents Installing SmartList To Go 3 Launching SmartList To Go on the handheld 4 SmartList To Go toolbar 4 Creating a SmartList 5 The Field Editor Screen

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

Asset Keeper Pro - File Manager Overview. File Manager

Asset Keeper Pro - File Manager Overview. File Manager File Manager The File Manager in Asset Keeper Pro can be accessed from the home screen toolbar or off the File menu. Page 1 File Manager The File Manager, as you see here, lists all Asset Keeper Pro client

More information

Managing Automation for SAP BOBJ Enterprise Processes

Managing Automation for SAP BOBJ Enterprise Processes CHAPTER 4 Managing Automation for SAP BOBJ Enterprise Processes This chapter provides information on using the product, specific to the Automation for SAP BOBJ Enterprise automation pack. It includes information

More information

How to design and print cards using a database connection with. emedia CS Software

How to design and print cards using a database connection with. emedia CS Software How to design and print cards using a database connection with emedia CS Software For this exercise, we will use a Database that has been created in EXCEL. The example below shows the database fields populated

More information

Seagate Crystal Reports 5 and 6

Seagate Crystal Reports 5 and 6 5 and 6 Overview Contents This document helps you understand how OLE objects are treated in version 5 and 6 of Crystal Report Designer and Seagate Info Report Designer, by comparing the differences between

More information

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box The Keyboard Macro Editor The Keyboard Macro Editor is a feature in the Designer TM for Windows TM software package that allows the user to associate specific functions with keys or touchcells on a UniOP

More information

Customizing Ribbon with New Main Tab. 1 of 8

Customizing Ribbon with New Main Tab. 1 of 8 Customizing the Ribbon with your own Main tab (Menu) on THIS COMPUTER is a one-time setup Create your own Main tab with the most frequent commands YOU use. Here is the Main tab on my Ribbon which I created,

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Microsoft Outlook Tips and Tricks

Microsoft Outlook Tips and Tricks Microsoft Outlook Tips and Tricks Signatures 1. Click on File at the top left and click Options on the left side menu. 2. Click on Mail on the left and then click on the Signatures button. 3. Create your

More information

Dealing with Event Viewer

Dealing with Event Viewer Dealing with Event Viewer Event Viewer is a troubleshooting tool in Microsoft Windows 2000.This how-to article will describe how to use Event Viewer. Event Viewer displays detailed information about system

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

Project Manager User Manual

Project Manager User Manual Project Manager User Manual Overview Welcome to your new Project Manager application. The Project Managaer is implemented as a web site that interfaces to an SQL database where all of the project and time

More information

Crystal Reports 9 OLAP Reports

Crystal Reports 9 OLAP Reports OLAP Reports Overview Contents enables the Report Designer to set parameters on Slice and Page dimension members in an OLAP report. This feature enables you to select the slice or page of data they want

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information

Multi-User Importing Instructions from an Existing ACT! Database

Multi-User Importing Instructions from an Existing ACT! Database Multi-User Importing Instructions from an Existing ACT! Database Thank you for purchasing an Act4Advisors Network License. These instructions are designed to help you import data from an existing ACT!

More information

SPREADSHEETS. (Data for this tutorial at

SPREADSHEETS. (Data for this tutorial at SPREADSHEETS (Data for this tutorial at www.peteraldhous.com/data) Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview

More information

Crystal Reports XI Designer 3 Workshop

Crystal Reports XI Designer 3 Workshop Crystal Reports XI Designer 3 Workshop Vision Harvest, Inc. 1-888-236-8087 sales@visionharvest.com Revised: April 1, 2006 Part # VISI100062S i ALL RIGHTS RESERVED This course covers Crystal Reports XI

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Managing Your Reminders and Contact History in Contact Manager

Managing Your Reminders and Contact History in Contact Manager Managing Your Reminders and Contact History in Contact Manager Copyright 2016 TABLE OF CONTENTS Unit 1: Finding an Account in Contact Manager 1 Using the Incremental Search Tool 1 Using the Navigation

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Crystal Reports. Overview. Contents. Cross-Tab Capabilities & Limitations in Crystal Reports (CR) 6.x

Crystal Reports. Overview. Contents. Cross-Tab Capabilities & Limitations in Crystal Reports (CR) 6.x Crystal Reports Cross-Tab Capabilities & Limitations in Crystal Reports (CR) 6.x Overview Contents This document provides an overview of cross-tab capabilities and limitations in Crystal Reports (CR) 6.

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Copyright 2012 Pulse Systems, Inc. Page 1 of 29

Copyright 2012 Pulse Systems, Inc. Page 1 of 29 Use the CCD Control to receive and distribute a patient's "Continuity of Care Document" which contains the recorded medical history from a particular facility. Click anywhere to continue Copyright 2012

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Filtering - Zimbra

Filtering  - Zimbra Filtering Email - Zimbra Email filtering allows you to definite rules to manage incoming email. For instance, you may apply a filter on incoming email to route particular emails into folders or delete

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

USER GUIDE PowerGrid CRM 2013/2015

USER GUIDE PowerGrid CRM 2013/2015 USER GUIDE PowerGrid CRM 2013/2015 Contents Configuring PowerGrid Activity Setup Security Roles Navigating to PowerGrid Grid Entity View Search Bar Reading Pane In-line Edit Action Toolbar Opening a Record

More information

Table of Contents 1. Introduction to SmartScan Label Link Using SmartScan Label Link Using the Labeler Software...

Table of Contents 1. Introduction to SmartScan Label Link Using SmartScan Label Link Using the Labeler Software... Table of Contents 1. Introduction to SmartScan Label Link 3.0 2 Getting Started...2 Startup Checklist...2 Installing SmartScan Label Link...3 Registering SmartScan Label Link...3 Working with QuickBooks...4

More information

Microsoft Access XP (2002) Queries

Microsoft Access XP (2002) Queries Microsoft Access XP (2002) Queries Column Display & Sorting Simple Queries And & Or Conditions Ranges Wild Cards Blanks Calculations Multi-table Queries Table of Contents INTRODUCTION TO ACCESS QUERIES...

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Chapter 2 The Design Window

Chapter 2 The Design Window Chapter 2 Objectives Chapter 2 The Design Window Learn about Crystal sections Move objects Use Toolbars, Icons, and Menus Format fields Add Special Fields Change a Group Use the Crystal Field Explorer

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

Report Writing for. Course Guide

Report Writing for. Course Guide Report Writing for Contents INTRODUCTION TO CRYSTAL REPORT WRITING USING...1 Launching Crystal Reports...2 Getting Started/Preparing to Design a Crystal Report...6 Adding Fields...10 Inserting a Text Object...11

More information

User Guide. Module 7: Generating Reports

User Guide. Module 7: Generating Reports User Guide Module 7: Generating Reports Module 7 provides information on generating reports to meet the needs of students, faculty, and administration. NOTE: There may be a 10-minute delay from the time

More information

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

More information

Tabular Building Template Manager (BTM)

Tabular Building Template Manager (BTM) Tabular Building Template Manager (BTM) User Guide IES Vi rtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced

More information

Example 1 Simple Broadcast: A broadcast is sent to a target audience. The may contain a link directing the user to a web page.

Example 1 Simple Broadcast: A broadcast  is sent to a target audience. The  may contain a link directing the user to a web page. CRM Designing a Dialog Flow Purpose: A flow defines the sequence of actions that Online Marketing will perform after the dialog is deployed. The flow consists of a series of steps (actions) defining how

More information

Working with Metadata in ArcGIS

Working with Metadata in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Working with Metadata in ArcGIS Aleta Vienneau Metadata in ArcGIS ArcGIS metadata goals Editing metadata Setting

More information

Highlight the s address (example: and go to the top of the page and click on Insert

Highlight the  s address (example: and go to the top of the page and click on Insert Contents Linking an email address... 2 LINK AN IMAGE... 2 TO LINK TO A DOCUMENT... 3 How to update the Quick Links.... 6 Changing out a Quick link.... 9 LINKS Linking an email address Highlight the emails

More information

Maximo Self Service Center

Maximo Self Service Center Maximo Self Service Center Once you have received an email regarding your registration approval, go to the following web address: https://maximo.mysodexo.com Log in to the Self Service Center: Your User

More information

SETTING UP YOUR SOFTWARE

SETTING UP YOUR SOFTWARE SETTING UP YOUR SOFTWARE Setting User Preferences The Program has the option to customize some of your software settings. Click Options > Preferences or click the Preferences button on your Navigation

More information

ethority Training Guide University of Hawaii ethority - Creating User DataBooks From Templates Version 1.0.0

ethority Training Guide University of Hawaii ethority - Creating User DataBooks From Templates Version 1.0.0 University of Hawaii ethority - Creating User DataBooks From Templates Version 1.0.0 Table of Contents Objectives... 3 Resources... 4 ethority Glossary... 5 Steps to Creating a Report:... 7 Learning Through

More information

Tips & Tricks for edx-forums

Tips & Tricks for edx-forums Here are some tips & tricks to help you navigate the edx-forums for Denial101x. Navigating the forums Accessing the forums works best via the corresponding menu item: Check out the three drop-down menus:

More information

Advanced Layout Tools

Advanced Layout Tools Advanced Layout Tools Graphics Pack Another efficient and affordable ACT! Add-On by http://www.exponenciel.com Advanced Layout Tools Graphics Pack User s Manual 2 Table of content Purpose of the add-on...

More information

Sostenuto 4.1 title page. System Management User s Guide

Sostenuto 4.1 title page. System Management User s Guide Sostenuto 4.1 title page System Management User s Guide Date: November 2013 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored in any

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

Online Quoting Tutorial. disability life vision dental

Online Quoting Tutorial. disability life vision dental Online Quoting Tutorial disability life vision dental Enter Login Information 1 Creating a New Customer Profile To start a new quote for a new customer, click on the New Customer Quote button. To search

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

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 an Excel resource

Creating an Excel resource Excel Mobile Excel Mobile is a Microsoft application similar to Excel, but designed to run on handhelds. This mobile version of Excel is a spreadsheet application that allows you to manipulate numbers,

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

CaliberRM 5.1 Integration for Describe Enterprise

CaliberRM 5.1 Integration for Describe Enterprise CaliberRM 5.1 Integration for Describe Enterprise Describe Enterprise integration is now available from within the Borland CaliberRM 5.1 software suite. This document describes how to set up and configure

More information

Table of Contents. NSCS01 Procedure Illustrations

Table of Contents. NSCS01 Procedure Illustrations NSCS01 Procedure Illustrations are instructions accompanied by screen prints that show how to perform generic functions (i.e., tasks not limited to a specific operational area such as Membership or Patrons)

More information

How to print a mail-merged letter using Microsoft Office Word 2002 (XP), 2003

How to print a mail-merged letter using Microsoft Office Word 2002 (XP), 2003 How to print a mail-merged letter using Microsoft Office Word 2002 (XP), 2003 How to print a mail-merged letter using Microsoft Office Word 2002 (XP), 2003... 1 STEP 1... 2 STEP 2... 2 Important Note...

More information

Introduction to PeopleSoft Query. The University of British Columbia

Introduction to PeopleSoft Query. The University of British Columbia Introduction to PeopleSoft Query The University of British Columbia December 6, 1999 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER 1... 1 INTRODUCTION TO PEOPLESOFT

More information

List Management Contents

List Management Contents List Management You can print, email or export things such as labels, letters, postcards, renewal notices, summary lists, detailed lists, site diagrams and maps from List Management. You can also create

More information

QuickBooks for Windows Conversion Instructions

QuickBooks for Windows Conversion Instructions QuickBooks for Windows Conversion Instructions QuickBooks for Windows 2012 2015 Direct Connect Table of Contents TABLE OF CONTENTS... 1 INTRODUCTION... 2 DOCUMENTATION AND PROCEDURES... 2 Task 1: Conversion

More information

Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility , Camera Firmware 4.40 Document Revision Date: 2/13/2013

Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility , Camera Firmware 4.40 Document Revision Date: 2/13/2013 Integration Note Manufacturer: Axis Model Number(s): 214PTZ Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility 2.21.0, Camera Firmware 4.40 Document Revision Date: 2/13/2013 OVERVIEW

More information

Feature Analyst Quick Start Guide

Feature Analyst Quick Start Guide Feature Analyst Quick Start Guide Change Detection Change Detection allows you to identify changes in images over time. By automating the process, it speeds up a acquisition of data from image archives.

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Dealing with the way Mail Merge changed in MS Word 2003

Dealing with the way Mail Merge changed in MS Word 2003 Dealing with the way Mail Merge changed in MS Word 2003 Go From This: To This: The New and Improved Mail Merge Mail Merge has changed dramatically from the older versions of Word. They just forgot to tell

More information

Introduction to HiSoftware Compliance Sheriff

Introduction to HiSoftware Compliance Sheriff CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Introduction to HiSoftware Compliance Sheriff Web Accessibility Working Group CSULA Accessible Technology Initiative Winter 2013,

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

Designer TM for Microsoft Access

Designer TM for Microsoft Access Designer TM for Microsoft Access Application Guide 1.7.2018 This document is copyright 2009-2018 OpenGate Software. The information contained in this document is subject to change without notice. If you

More information

Sending, Composing and Addressing a New Message:

Sending, Composing and Addressing a New Message: Sending, Composing and Addressing a New Message: 1) On the toolbar click on "New." A drop down box will appear -- select Message 2) A new email box will open up. 3) Enter the email address(es) of the individuals

More information

Authoring Business Rules in IBM Case Manager 5.2

Authoring Business Rules in IBM Case Manager 5.2 Authoring Business Rules in IBM Case Manager 5.2 Create and use text-based rules and tablebased business rules in IBM Case Manager 5.2 This article covers creating Business Rules in IBM Case Manager, the

More information

Incident Tracking Reference Guide

Incident Tracking Reference Guide Incident Tracking Reference Guide Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Diversified Computer Corp. All rights reserved. No part of this publication may be reproduced, photocopied, stored

More information