Crystal Reports Setup



Similar documents
How to Copy A SQL Database SQL Server Express (Making a History Company)

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

Outlook Integration for Client Profiles for Windows

To successfully initialize Microsoft Outlook (Outlook) the first time, settings need to be verified.

Installation Manual Version 8.5 (w/sql Server 2005)

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

How to Backup and FTP your SQL database using E2.

Forms Printer User Guide

Table of Contents 2. Table of Contents

MONAHRQ Installation Permissions Guide. Version 2.0.4

User Manual. Crystal Report Integration

Cloud Services ADM. Agent Deployment Guide

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Crystal Reports Installation Guide

Snow Inventory. Installing and Evaluating

Secure File Transfer Guest User Guide Updated: 5/8/14

Moving BidMagic to a new system (Backup / Restore Utility)

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

MAPPING THE WEBDRIVE REFERENCE GUIDE

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

Immotec Systems, Inc. SQL Server 2005 Installation Document

Creating IBM Cognos Controller Databases using Microsoft SQL Server

MS SQL 2000 Server with CDR DICOM 3.5 and Recommended WAN Configuration

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Active Directory Management. Agent Deployment Guide

SQL Server 2008 R2 Express Edition Installation Guide

Backup Setup for Client Profiles for Windows

Sync Exchange for MS Access Conduit for Windows Version 4 Manual

Interact for Microsoft Office

Insert Survey Data into a Database: Dreamweaver & Access 2007

Introduction. Introduction

PUBLIC. How to Use in SAP Business One. Solutions from SAP. SAP Business One 2005 A SP01

Scheduling Data Import from Avaya Communication Manager into Avaya Softconsole MasterDirectory

Using a Remote SQL Server Best Practices

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Connecting to Manage Your MS SQL Database

Windows 7 Hula POS Server Installation Guide

GP REPORTS VIEWER USER GUIDE

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

PaperStream Connect. Setup Guide. Version Copyright Fujitsu

Video Administration Backup and Restore Procedures

Automated backup. of the LumaSoft Gas database

The basic steps involved in installing FLEETMATE Enterprise Edition and preparing it for initial use are as follows:

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

owncloud Configuration and Usage Guide

Installing Client Profiles 6.0

Moving PCLaw Data to Another Location (For LexisNexis PCLaw TM version 8.20 and higher)

XCM Internet Explorer Settings

SA-9600 Surface Area Software Manual

SharePoint AD Information Sync Installation Instruction

7. Data Packager: Sharing and Merging Data

Install SQL Server 2014 Express Edition

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

Setting Up Outlook on Workstation to Capture s

How to install and use the File Sharing Outlook Plugin

Updating Your Applied Account

User Setup for SQL Security

Migrating helpdesk to a new server

MS SQL Express installation and usage with PHMI projects

Opening a New Case in Client Profiles for Windows (Juris Integration)

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Installation Guide v3.0

The following items are trademarks or registered trademarks of Kaba Mas in the United States and/or other countries. GITCON

Table of Contents. RFMS SQL Backup

PowerSearch for MS CRM 2011

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

Active Directory Integration for Greentree

PaperClip Audit System Installation Guide

InformationNOW SQL 2008 Database Backup and Restoration

Registering with Cisco UCM

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Linking Access to SQL Server

ICE.TCP Pro Update Installation Notes

Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008

BACKUP UTILITY FOR TIMEFORCE

Setting Up ALERE with Client/Server Data

Case Closed Installation and Setup

Working with SQL Server Integration Services

InventoryControl for use with QuoteWerks Quick Start Guide

Linko Software Express Edition Typical Installation Guide

Abila Grant Management. Document Management

Batch Eligibility Long Term Care claims

You must have at least Editor access to your own mail database to run archiving.

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

HELP DESK MANUAL INSTALLATION GUIDE

SMS Database System Quick Start. [Version 1.0.3]

RE:Open for SQL Anywhere. Installation Guide. RE:Open for SQL Anywhere Installation Guide 1

GoDaddy (CentriqHosting): Data driven Web Application Deployment

HIC.SOAP Network User Instructions last updated June 22, :39 AM

Secure Messaging Quick Reference Guide

DALIBuildings SQL Server System Administrator Account Management. DALI programming guide

SharePoint List Filter Favorites Installation Instruction

Setting up a database for multi-user access

Transcription:

Crystal Reports Setup

Table of Contents 2 Table of Contents Crystal Reports Setup... 3 Database Connection... 3 Adding Parameters (Case Specific)... 5 Adding Parameters (Not Case Specific)... 8 Client Profiles Setup... 11 File Locations... 11 Crystal Reports Setup... 12 Adding Parameters (Not Case Specific)... 14 Running Crystal Reports Outside of a Case... 16 Running Crystal Reports Inside of a Case... 17

Crystal Reports Setup Database Connection 3 Crystal Reports Setup Database Connection Please note: This section gives an overview of steps necessary to create a Crystal report that will link with Client Profiles. Please refer to the Crystal Reports help section for more detailed instructions on creating reports. To add tables to a report you will need to select the Make New Connection option under the OLE DB Section and choose the Add button. Next, choose the Microsoft OLE DB Provider for SQL Server and choose Next.

Crystal Reports Setup Database Connection 4 Enter the name of the SQL Server in the server name field and then enter a valid login into the Client Profiles server for the User name and Password fields. Next, enter CPSQL for the database on the server field. Choose to Test the connection and select okay. You will then have a list of tables and views from the database to select from. Select the appropriate tables and then go through the report creation process. Please note: A database diagram of all of the available tables is available by contacting the Client Profiles technical support department.

Crystal Reports Setup Adding Parameters (Case Specific) 5 Adding Parameters (Case Specific) Please note: Case Specific reports are reports that will pull information for a single case and will be run from the Summary Screen of the case. Go to the Field Explorer box and choose to Add a New Parameter. Enter Case_sk for the name of the Parameter and use the same name for the Prompting text. Enter Number for the Value Type. Select the Set default values button.

Crystal Reports Setup Adding Parameters (Case Specific) 6 Select cases for the Browse table field. Select case_sk for the Browse field. Select OK. Select OK again.

Crystal Reports Setup Adding Parameters (Case Specific) 7 Select the Select Expert from the Reports menu. Select New. Select the case_sk field from the cases table. Choose is equal to from the drop down list. Choose the parameter {?case_sk}.

Crystal Reports Setup Adding Parameters (Not Case Specific) 8 Adding Parameters (Not Case Specific) Please note: Parameters in Crystal Reports can be used in conjunction with search tools in Client Profiles to easily retrieve desired results. Go to the Field Explorer box and choose to Add a New Parameter. Enter the name for the Parameter and use the same name for the Prompting text. Please note: The name used here will be used when linking the report to Client Profiles. Enter the appropriate selection for the Value Type based on the entries that you are filtering. Place a check in the Allow multiple values checkbox. Select the Default Values button.

Crystal Reports Setup Adding Parameters (Not Case Specific) 9 Select the appropriate table in the Browse table field. Select the appropriate column for the Browse field. Select OK. Select OK again.

Crystal Reports Setup Adding Parameters (Not Case Specific) 10 Select the Select Expert from the Reports menu. Select New. Select the desired column from the appropriate table. Choose is equal to from the drop down list. Choose the parameter that was setup previously.

Client Profiles Setup File Locations 11 Client Profiles Setup File Locations From within Client Profiles go to Administration\System Setup\File Locations. The Reports entry should be set to something like \\Server\CPShare\CPWin\Reports where Server is the name of the server where the CPShare directory is stored. Next, either through My Computer or Windows Explorer, verify that the Reports directory exists. If not create a new folder under the CPWin directory named Reports. Also, you will need to add two folders inside of the Reports directory. (CM for Case Management reports and ACCT for Financial Management reports)

Client Profiles Setup Crystal Reports Setup 12 Crystal Reports Setup Go into Administration\System Setup\Crystal Reports Setup. To add a report, first save the report created under the CPWin\Reports directory making sure the option in Crystal Reports for Save Data with Report is not checked. Please note for Case Management Reports save the file under CPWin\Reports\CM and for Financial Management Reports save the file under CPWin\Reports\ACCT. Within each of these sections will be categories that reports can be classified under. Please note: other categories can be added by going under Administration\System Setup\Pick Lists and adding new entries under the RPTCM - Case Mgmt. Report Categories and RPTFM - Fin. Mgmt. Report Categories. Select a category and choose the New button.

Client Profiles Setup Crystal Reports Setup 13 Report ID: This field is generated automatically by Client Profiles after a new report is added. Crystal Reports Version: Select the version of Crystal Reports used to write the report. Report Type: Select either Case Management or Financial Management. Maincategory: Select the appropriate category from either the Case Management or Financial Management sections. Filename: Enter the file name of the report. Full Path: Once the file is saved under the Reports directory and the file name is entered you will see the green light icon and the full path to the report file. Please note: If you see a red light icon and a message that the report does not exist verify that the file name is entered correctly and that the file has been saved in the proper directory. Report Description: Enter a description of the report. Default Title: Enter the title of the report. Report is for an Individual Case: This box is used for reports that pull information for only one case and will be run from the Summary screen of the case. Parameters to be passed into the report: Please note: Please see Client Profiles\Adding Parameters below for instructions for adding parameters.

Client Profiles Setup Adding Parameters (Not Case Specific) 14 Adding Parameters (Not Case Specific) There are different parameters that can be added to a report to filter down the list of entries that the report returns. Client Profiles provides different search tools that can be used in conjunction with the Crystal Report parameters. To add a parameter select the Add Parameter button and enter the name of the parameter as it is setup on the Crystal Report. Next, add one of the following functions which can be used to perform the lookups: uf_lookup_user(multi,wintitle) This lookup function will allow the user to select one or many of the active firm users. Parameters: Multi - select one or many..'s' or 'M' wintitle - window title for the user selection window Example Call: uf_lookup_user(s,select Managing Attorney) uf_lookup_cardfile(multi,wintitle) This lookup function will allow the user to select one or many cardfile entries. Parameters: Multi - select one or many..'s' or 'M' wintitle - window title for the cardfile selection window Example Call: uf_lookup_cardfile(s,select Expert Witness) uf_lookup_group_item(groupcode,multi,wintitle) This lookup function will allow the user to select one or many cardfile entries. Parameters: Groupcode - Default group code selection..can be left blank Multi - select one or many..'s' or 'M' wintitle - window title for the cardfile selection window Example Call: uf_lookup_group_item(ctype,s,select Case Type) uf_lookup_case(multi) This lookup function will allow the user to use the standard case search to select cases. Parameters: Multi - select one or many..'s' or 'M' Example Call: uf_lookup_case(m)

Client Profiles Setup Adding Parameters (Not Case Specific) 15 uf_lookup_lawtype(multi,includequotes) This lookup function will allow the user to select lawtypes. Parameters: Multi - select one or many..'s' or 'M' IncludeQuotes - 'Y' or 'N' - Optional - determines if single quotes are put around each value Example Call: uf_lookup_lawtype(m,n) uf_lookup_office(multi) This lookup function will allow the user to select from a list of the firm offices. Parameters: Multi - select one or many..'s' or 'M' Example Call: uf_lookup_lawtype(m) uf_get_string(wintitle) This lookup function will allow the user to enter a string. Parameters: wintitle - window title for the string entry window Example Call: uf_get_string(enter input string) uf_get_date(wintitle) This lookup function will allow the user to enter a date Parameters: wintitle - window title for the date selection window Example Call: uf_get_date(enter starting date)

Client Profiles Setup Running Crystal Reports Outside of a Case 16 Running Crystal Reports Outside of a Case To run the reports go to Administration\Reports\Crystal Reports. Select the Report from the list and choose View Report.

Client Profiles Setup Running Crystal Reports Inside of a Case 17 Running Crystal Reports Inside of a Case From the Summary Screen of the case select the Crystal Reports icon. Select the correct report and choose View Report. Please note: Only reports that have Report is for an Individual Case checked in the setup will show on this list.