28
Vision Reporting Getting Started Fred Hoecker Principal Consultant Deltek Consulting

Deltek Insight 2012: Vision Reporting -- Getting Started

  • Upload
    deltek

  • View
    1.098

  • Download
    8

Embed Size (px)

Citation preview

Page 1: Deltek Insight 2012: Vision Reporting -- Getting Started

Vision Reporting Getting Started

Fred HoeckerPrincipal ConsultantDeltek Consulting

Page 2: Deltek Insight 2012: Vision Reporting -- Getting Started

Agenda

Reporting Development Environment Software Requirements Development Process

Getting Started The Basic Steps Vision’s Templates Best Practices

Publishing Reports

Vision Custom Report Options

DEMO: Creating Your First Report

Page 3: Deltek Insight 2012: Vision Reporting -- Getting Started

Development Environment

Starting off on the Right Foot

Page 4: Deltek Insight 2012: Vision Reporting -- Getting Started

Key Software Tools• Deltek Vision 7.0• SQL Server 2008 R2

• Business Intelligence Development Studio (BIDS)

• Database Engine

• Reporting Engine

Software Requirements

Page 5: Deltek Insight 2012: Vision Reporting -- Getting Started

•Local Development• Vision Developers have found this to work Best• Build Your Report in a Controlled Area

•Vision Test• Always better to test before going right to Production• Allows you to see the Report could appear differently in Vision

•Iterative Process• You won’t get the report right on your First Try

•Vision Production• This is ONLY for your Final Reports

Development Process

Local Development

VisionTest

VisionProduction

Page 6: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Basic Report Development

Page 7: Deltek Insight 2012: Vision Reporting -- Getting Started

Install BIDS on your local machine

Where do I find it? SQL Server Installer

Select Client Toolkit Or The Web

Getting Started

Page 8: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Copy in the Vision Templates to your development environment from this path:

C:\Program Files\Deltek\Vision\Reports\Template

This allows the Templates to be available in Visual Studio

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\ProjectItems\ReportProject

Page 9: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Starting off on the right foot …

Report Templates Portrait, Landscape, Sub-Reports, etc. C:\Program Files\Deltek\Vision\Reports\Template

Check Templates Accounts Payable / Employee Expense / Payroll C:\Program Files\Deltek\Vision\Reports\Standard\Check

Invoice Templates Standard Template provided with all of the Sub-Reports C:\Program Files\Deltek\Vision\Reports\Standard\Invoice

Page 10: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Open BIDS Create a New Project Select Report Server Project

Page 11: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Select “Add New Data Source”

Name the Shared Data Source “DefaultDataSource” Only Data Source name to be recognized by the Vision Reporting Framework

Use the Connection String to Connect to your Vision Database

Page 12: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Adding your first Report Right Click “Reports” Select “Add” Select “New Item”

Page 13: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

Select your starting point

Give your Report a meaningful name

Page 14: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

The Designer Environment

Page 15: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

The Dataset Properties

Page 16: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

The Design Tab

Page 17: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

The Design Tab (cont’d)

Page 18: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

body_ReportName Textbox Change the Name Name used in Vision

Page 19: Deltek Insight 2012: Vision Reporting -- Getting Started

Getting Started

The Preview Tab

Page 20: Deltek Insight 2012: Vision Reporting -- Getting Started

Publishing Your Report

Page 21: Deltek Insight 2012: Vision Reporting -- Getting Started

Publishing Your Report

There are some rules / suggestions … Must use Report Administration within the Vision Application Utilities Must have the folders created under the custom side of the tree Can load single reports or groups of reports using wildcards

Page 22: Deltek Insight 2012: Vision Reporting -- Getting Started

Publishing Your Report

What happens when I click Load Report? Vision validates the report schema to ensure it will comply with Vision

standards The report is loaded into the Report Volume in SSRS that was set-up in

Weblink Check the grid below the Load Reports button for your custom report

Page 23: Deltek Insight 2012: Vision Reporting -- Getting Started

Vision® Custom Report Options

Page 24: Deltek Insight 2012: Vision Reporting -- Getting Started

Vision® Custom Report Options

Creating them in Vision … 1. Load the report into Vision2. Configuration \ General \ Custom Report Options3. Add Parameters to the list for your report

Page 25: Deltek Insight 2012: Vision Reporting -- Getting Started

Vision® Custom Report Options

Using them in BIDS …1. When referencing parameters in the report use a prefix of “cust”

Example: TestParm2 below would be custTestParm2

Page 26: Deltek Insight 2012: Vision Reporting -- Getting Started

DEMOCreating Your First Report

Page 27: Deltek Insight 2012: Vision Reporting -- Getting Started

Call to Action

Practice, Practice, Practice

You’ll never be able to do it if you don’t try

Start Small

Page 28: Deltek Insight 2012: Vision Reporting -- Getting Started

Questions