João Diogo Almeida Premier Field Engineer Microsoft Corporation

Size: px
Start display at page:

Download "joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation"

Transcription

1 João Diogo Almeida Premier Field Engineer Microsoft Corporation

2 Reporting Services Overview SSRS Architecture SSRS Configuration Reporting Services Authoring Report Builder Report Designer ( VS.NET Integration) The SQLRS Report designing process The Building blocks of a report Report designing features and techniques

3 Reporting Services Overview SSRS Architecture SSRS Configuration Reporting Services Authoring Report Builder Report Designer ( VS.NET Integration) The SQLRS Report designing process The Building blocks of a report Report designing features and techniques

4 SQL Server Integrate Integration Services SQL Server Analyze Analysis Services Report Data acquisition from source systems and integration Data transformation and synthesis Data enrichment, with business logic, hierarchical views Data discovery via data mining Data presentation and distribution Data access for the masses

5 Creating Managing Publishing Delivering

6 Data access to a variety of sources SQL Server / Analysis Services / OLE DB / ODBC / XML / Oracle SSIS, report models Report Definition Language (RDL) Query definitions Data regions (controls) Interactive features, expressions Report authoring options Report Designer (or third party) Report Builder for ad hoc reporting on SQL Server or Analysis Services

7 Deployment of Reports All item deployment (Data Sources, Models, Reports) Volume Deployment via RS Utility Deployment integration with Authoring tools Report Designer (or third party) Report Builder for ad hoc reporting on SQL Server or Analysis Services Available API for deployment Via XML Web Service Form third party tools

8 Runtime report rendering Excel / CSV / XML / HTML / MHTML / PDF/ TIFF Pull delivery Report requests by user Report Manager / SharePoint Web parts Push delivery Report delivery by or file Standard subscriptions Data-driven subscriptions Integration with Microsoft Office Delivery to almost any device

9 Central Report Server and database Web service architecture Managed report execution On-demand Scheduled Multi-user shared cache Historical snapshots Scalable Role-based security model Report Manager and Object Explorer

10

11

12 Report Builder Web Service Report Server Database Report Designer Report Manager SharePoint V3 Management Studio IIS ASP.NET URL Interface Report Processing SOAP Report Models Extensions SharePoint Databases Configuration Files Configuration Tool 3 rd Party Applications Windows Service WMI Service RPC Scheduling Subscriptions Report Processing Report Models Report Data Sources WMI Delivery Extensions WMI Provider Database Maintenance

13 Report Builder Report Designer SharePoint Service Network Interface (SNI) Authentication Report Manager ASP.NET RS Windows Service Report Server Web Service ASP.NET RPC Background Processing Report Server Database SharePoint Databases Configuration Files Management Studio Configuration Tool 3 rd Party Applications WMI Service UI Pages Extensions SOAP URL Interface Report Processing Report Models Extensions Report Processing Report Models Scheduling Subscriptions & Delivery Database Maintenance Extensions Report Data Sources WMI WMI Provider App Domain Management Service Platform Memory Management Legend External Components Internal Components Feature Components

14 Group Data Rendering a report Table Matrix Tablix List Chart Calcs Soft Page Layout HTML Excel Webforms HTML Winforms Storage ROM Data CSV XML GDI Hard Page Layout Image PDF Print GDI

15 Reporting Services Configuration Manager

16 SSRS Overview SSRS Report Definition Language (RDL) SSRS Configuration 16

17 Reporting Services Overview SSRS Architecture SSRS Configuration Reporting Services Authoring Report Builder Report Designer ( VS.NET Integration) The SQLRS Report designing process The Building blocks of a report Report designing features and techniques

18 Report Consumers Report Viewer Business Users Report Builder Power Users Developers Report Designer

19 An ad-hoc report design tool for SQL Server Reporting Services Targeted at business users who want to find and share answers to interesting questions Driven from a business model of the data so users do not need to understand the underlying data structures Not a full analytical client or replacement for Excel Pivot Tables Fully integrated with Reporting Services and delivered in SQL Server 2005/8

20 Report Builder is a ClickOnce Windows Forms application managed on the Report Server Users download and launch the client from the Report Manager or 3rd party applications Built on top of familiar Microsoft Office paradigms: Excel, PowerPoint Reports built with report templates (textboxes, tables, matrices, charts) Provides infinite drill for exploring data Finished reports can be saved on the server

21 Report Builder reports are just like any other Reporting Services report Report Builder reports are defined in RDL Managed by the same APIs Secured by the same APIs Except: Report Builder reports contain semantic model metadata When an Report Builder report is requested by report processing, the metadata is used to generate a query in the source language A new component on the Report Server handles the query generation

22 Automatic generation of new drillthrough reports allows users to explore data along model navigation paths Queries for navigation reports are generated on the fly, passing the context of the user s current location Users can keep drilling as long as there is a path to follow from the current item Custom reports can be specified for model items Generated navigation reports are not saved unless the user explicitly saves them

23 Models define entities, fields and roles available for Report Builder Models reference a data source (either SQL Server or Analysis Services) Models are stored in the Report Server as a new item type Includes new management APIs Published models can be secured Items within models (entities, fields, roles) can also be secured Users only see items they have permissions to see Pre-defined filters can restrict data users can see Model security and management through SQL Server Management Studio

24 Model Designer is interface for designing/editing a model New project type in Visual Studio Define fields and roles Define calculated fields Organize model Models can be auto-generated in Model Designer or on the Report Server Generates entities, fields and roles based on source metadata Auto-generation against SQL Server and Analysis Services databases

25 An add-on VS.NET Business Intelligence Project system distributed with SSRS Use cases: Create, Manage, and Deploy Report projects Visually design and test reports

26 26 Targeted at business users Targeted at IT pros and developers Ad hoc Reports Managed Reports Auto-generates queries using semantic layer on top of the source Native queries (SQL, OLE DB, MDX, ODBC, Oracle) Reports built on templates Free-form (nested, banded) reports Click-once application, easy to deploy and manage Integrated into Visual Studio Cannot import Report Designer reports Can work with reports built in Report Builder

27 Report Builder Report Designer Model Design 27

28 Defining Report Data sources Defining the basic Report layout Enhancing the Report layout Using Report Expressions to control style and formatting Using Report Expressions to generate values for Report Items Adding interactive features Previewing the Report to verify functionality

29 DataSources DataSets Data Regions Report Items Expressions

30 A Reporting Services DataSource defines connection information for a database DataSources can be shared or report specific SSRS Data Extensions are used to connect to data sources Built in Data Extensions (Microsoft.ReportingServices.DataExtensions.dll) SQL Server Oracle OLEDB ODBC Add-on Data Extensions SQL Server Analysis Server Report Server Model Teradata XML

31 A Report DataSet contains information about a query used by a Report Definition/Reference to the DataSource used to execute the query The query The fields returned by executing the query Filter definitions A single report can define and use multiple DataSets

32 Areas on a report that repeat data (records retrieved by executing a DataSet query) Data Regions are bound to DataSets Contain Report items that display values of fields retrieved by a DataSet query Types of Data Regions Table Matrix List Chart SQL Server Tablix Chart Gauges

33 Used to design reports that display data in a tabular format Report Data Static columns Number of rows depends on the DataSet data Key Features Grouping Sorting Cell Merging

34 Used to create cross tab and pivot table reports Design Components Column groupings Row groupings Detail cells Key Features Grouping and Sorting Dynamic rows and columns Static rows and columns

35 Tabl e + Matr ix Customer Growth Retail Total Acme Nadir, Inc. Wholesale ABC Corp. XYZ, Ltd. Grand Total 19% 322% 19% 322% 56% Retail Wholesale Grand Total Acme Nadir, Inc. ABC Corp. XYZ, Ltd. 1,115 1,331 2, ,156 13,312 24,468 1,523 6,421 7,944 13,946 21,706 35,653

36 Used to display data and graphical elements Types of Data Items TextBox Image Subreport Line Rectangle

37 Use cases for Images in a report Display image data fields Display company logos Background images Image storage Embedded Resource item Database Image types gif jpeg bmp png

38 Used to solicit values that control report execution and rendering Use cases Parameterized DataSet queries Dynamic DataSet queries Report expressions Parameter values Default values Available values

39 Used to Filter report data after it is retrieved from a Data Source Can be defined on DataSets and Data Regions Enables data filtering when viewing Snapshot reports

40 Used to display different but related sets of data in a single report Enables using different presentation formats for each DataSet Example: A Salesperson Summary report that displays: Salesperson employee information in a List data region Salesperson Sales Summary data in a Chart A listing of the salesperson s customers in a Table

41 Flexibility in rendering data groupings generated from a single DataSet Enables the rendering of reports that must display multiple instances of a top level grouping Using Multiple non-nested data regions will not work for this scenario

42 Used to display reports inside other reports Reports referenced by Subreport items are fully functional stand-alone reports that reside on the Report Server Use cases Nested Data groupings Drill down functionality Negate the data redundancy downside of using nested Data Regions to implement nested groupings Downside: Processing overhead (not in SSRS 2008)

43 User interactivity features Enables interactive hiding and drilling into lower levels of data Lower levels of data can be Nested groupings and detail data in a single report (Drill down) Data rendered by another report (Drill through)

44 Used extensively in Report design and rendering Written using VB.NET SSRS provides a number of built in collections that can be used in expressions Use cases: Linking DataSet fields to Report items Rendering computed data values Dynamic generation of Style and Formatting settings Assigning values to Report parameters Dynamic DataSet queries

45 Fields ReportItems User Parameters Globals

46 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress*

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress* Pro SQL Server 2012 Reporting Services Third Edition mm m Brian McDonald Shawn McGehee Rodney Landrum Apress* Contents About the Authors About the Technical Reviewers Acknowledgments m Introduction xvn

More information

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?

More information

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Course 6236A: Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length: 3 Days Published: December 05, 2008 Language(s): English Audience(s): IT Professionals Level: 200 Technology:

More information

Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex,

Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex, Turning your Warehouse Data into Business Intelligence: Reporting Trends and Visibility Michael Armanious; Vice President Sales and Marketing Datex, Inc. Overview Introduction What is Business Intelligence?

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components Excel Excel OLAP features and limitations Pivot tables, charts, named sets, cube formulas, online/offline cubes and so much more Best of combined PowerPivot with Analysis Services cubes Demo: Excel with

More information

Whitepaper. HR Dashboard STRATEGIC VALUE CREATION USING MICROSOFT REPORTING SERVICES YOUR SUCCESS IS OUR FOCUS

Whitepaper. HR Dashboard STRATEGIC VALUE CREATION USING MICROSOFT REPORTING SERVICES YOUR SUCCESS IS OUR FOCUS YOUR SUCCESS IS OUR FOCUS Whitepaper S Published on: OCTOBER 2006 Author: Ambika.k - ISG Mumbai, Debasmita ISG Cheenai 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. Executive Summary

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos)

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos) Course Description This course is a comprehensive course for Microsoft SQL Server 2008 and for SQL Server 2008 R2 Reporting Services (yes, it covers both!). This course features coverage of the two main

More information

SQL Reporting Services: A Peek at the Power & Potential

SQL Reporting Services: A Peek at the Power & Potential SQL Reporting Services: A Peek at the Power & Potential Presented by: Ken Emert, Shelby Consultant 2013 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the

More information

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools

More information

Create Reports Utilizing SQL Server Reporting Services and PI OLEDB. Tutorial

Create Reports Utilizing SQL Server Reporting Services and PI OLEDB. Tutorial Create Reports Utilizing SQL Server Reporting Services and PI OLEDB Tutorial Introduction... 3 PI OLEDB... 3 SQL Server 2005 Reporting Services (SSRS)... 3 Installed Software on Tutorial PC... 3 Basic

More information

BAP310. New Business Intelligence Features in SQL Server 2008

BAP310. New Business Intelligence Features in SQL Server 2008 BAP310 New Business Intelligence Features in SQL Server 2008 Business Intelligence challenges Business is changing rapidly Users must analyze more data BI applications are too difficult Microsoft Business

More information

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Webinar Topics Intro to BI Tools What is SharePoint? What is Business Intelligence? Evolution of Business Intelligence Common Challenges of BI

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture

More information

SQL Server 2016 BI Any Data, Anytime, Anywhere. Phua Chiu Kiang PCK CONSULTING MVP (Data Platform)

SQL Server 2016 BI Any Data, Anytime, Anywhere. Phua Chiu Kiang PCK CONSULTING MVP (Data Platform) SQL Server 2016 BI Any Data, Anytime, Anywhere Phua Chiu Kiang PCK CONSULTING MVP (Data Platform) SQL Server 2016 Pin paginated report items to Power BI dashboards Visualization Mobile and paginated reports

More information

Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008

Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008 Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008 Antonios Chatzipavlis Solution Architect - Principal Consultant Development Evangelist - SQL Server MVP MCT, MCITP, MCPD,

More information

Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government

Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government A White Paper on Leveraging Existing Investments in Microsoft Technology for Analytics and Reporting June 2013 Dev

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Adaptive Enterprise Solutions

Adaptive Enterprise Solutions Reporting User Guide Adaptive Enterprise Solutions 8401 Colesville Road Suite 450 Silver Spring, MD 20910 800.237.9785 Toll Free 301.589.3434 Voice 301.589.9254 Fax www.adsystech.com Version 5 THIS USER

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Deltek Vision 7.0 LA. Technical Readiness Guide

Deltek Vision 7.0 LA. Technical Readiness Guide Deltek Vision 7.0 LA Technical Readiness Guide May 15, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Introduction to: SQL Server Reporting Services. Architecture, Installation, and Administration

Introduction to: SQL Server Reporting Services. Architecture, Installation, and Administration Introduction to: SQL Server Reporting Services Architecture, Installation, and Administration About Me Bret Stateham Owner of Net Connex Consulting and Training Services Working with SQL Server since v6.5

More information

Microsoft SQL Server is great for storing departmental or company data. It. A Quick Guide to Report Builder - 2013. In association with

Microsoft SQL Server is great for storing departmental or company data. It. A Quick Guide to Report Builder - 2013. In association with In association with A Quick Guide to Report Builder - 2013 Simon Jones explains how to put business information into the hands of your employees thanks to Microsoft SQL Server is great for storing departmental

More information

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX

Microsoft Dynamics AX. Reporting and Business Intelligence in Microsoft Dynamics AX INSIGHT Microsoft Dynamics AX Reporting and Business Intelligence in Microsoft Dynamics AX White Paper A roadmap for managing business performance with Microsoft Dynamics AX Date: September 2006 http://www.microsoft.com/dynamics/ax/

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within

More information

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September

More information

Dashboard Overview. Bernd Schneider. Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com

Dashboard Overview. Bernd Schneider. Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com Dashboard Overview Bernd Schneider Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com Techdays Bern (8./9. April) http://www.techdays.ch + * Including Microsoft Office

More information

The Lifecycle of a Reporting Services Report

The Lifecycle of a Reporting Services Report The Lifecycle of a Reporting Services Report Melissa Coates BI Architect, BlueGranite New Zealand DW & BI User Group Blog: sqlchick.com Twitter: @sqlchick 1/29/2014 Melissa Coates Business Intelligence

More information

SAP BusinessObjects BI Clients

SAP BusinessObjects BI Clients SAP BusinessObjects BI Clients April 2015 Customer Use this title slide only with an image BI Use Cases High Level View Agility Data Discovery Analyze and visualize data from multiple sources Data analysis

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Course Outline Module 1: Introduction to Business Intelligence and Data Modeling This module provides an introduction to Business

More information

Microsoft Visio 2010 Business Intelligence

Microsoft Visio 2010 Business Intelligence Microsoft Visio 2010 Business Intelligence St. Louis SharePoint User Group Candy Parisi Microsoft Visio Solution Specialist April 10, 2012 Agenda Microsoft Business Intelligence Overview Visio Business

More information

David Chou. david.chou@microsoft.com Architect Microsoft

David Chou. david.chou@microsoft.com Architect Microsoft David Chou david.chou@microsoft.com Architect Microsoft Business Online Services from Microsoft Services Services Estimate custom design Unstructured Get specs from customer Validate specs with Tech

More information

TIBCO Spotfire Metrics Modeler User s Guide. Software Release 6.0 November 2013

TIBCO Spotfire Metrics Modeler User s Guide. Software Release 6.0 November 2013 TIBCO Spotfire Metrics Modeler User s Guide Software Release 6.0 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

BI VERDICT. The ultimate report on Business Intelligence. TIBCO Spotfire 5. [Analysts: Dr. Christian Fuchs, Larissa Seidler, April 2013]

BI VERDICT. The ultimate report on Business Intelligence. TIBCO Spotfire 5. [Analysts: Dr. Christian Fuchs, Larissa Seidler, April 2013] THE BI VERDICT The ultimate report on Business Intelligence TIBCO Spotfire 5 BARC Product Review Analyst Verdict Conclusion [Analysts: Dr. Christian Fuchs, Larissa Seidler, April 2013] This document is

More information

SQL Server Administrator Introduction - 3 Days Objectives

SQL Server Administrator Introduction - 3 Days Objectives SQL Server Administrator Introduction - 3 Days INTRODUCTION TO MICROSOFT SQL SERVER Exploring the components of SQL Server Identifying SQL Server administration tasks INSTALLING SQL SERVER Identifying

More information

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION 1 SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION What is BI? Microsoft SQL Server 2008 provides a scalable Business Intelligence platform optimized for data integration, reporting, and analysis,

More information

Reporting Fundamentals for Programmers

Reporting Fundamentals for Programmers Reporting Fundamentals for Programmers FOR MICROSOFT DYNAMICS AX 2012 R3 Atlanta I Denver I San Francisco I St. Louis I Toronto Key Data 3 Look and Feel 3 Audience 3 Prerequisites 4 Students 4 Environment

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Course Details Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional,

More information

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland ASP.NET Overview Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland Agenda Introduction Master Pages Data access Caching Site navigation Security: users and roles Themes/Skin

More information

IBM Tivoli Software. Version 7.5 Report Planning Guide Document Version 4

IBM Tivoli Software. Version 7.5 Report Planning Guide Document Version 4 IBM Tivoli Software Maximo Asset Management Version 7 Releases Version 7.5 Report Planning Guide Document Version 4 Pam Denny Maximo Report Designer/Architect CONTENTS Revision History... iv 1 Overview...5

More information

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract BizTalk Server 2006 Business Activity Monitoring Microsoft Corporation Published: April 2005 Abstract This paper provides a detailed description of two new Business Activity Monitoring (BAM) features in

More information

Ernesto Ongaro BI Consultant February 19, 2013. The 5 Levels of Embedded BI

Ernesto Ongaro BI Consultant February 19, 2013. The 5 Levels of Embedded BI Ernesto Ongaro BI Consultant February 19, 2013 The 5 Levels of Embedded BI Saleforce.com CRM 2013 Jaspersoft Corporation. 2 Blogger 2013 Jaspersoft Corporation. 3 Linked In 2013 Jaspersoft Corporation.

More information

Microsoft SQL Business Intelligence Boot Camp

Microsoft SQL Business Intelligence Boot Camp To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Microsoft SQL Business Intelligence Boot Camp 3 classes 1 Week! Business Intelligence is HOT! If

More information

edoc Document Generation Suite

edoc Document Generation Suite e Doc Suite is a set of Microsoft Office add-ins for Word, Excel & PowerPoint that lets you use your data in MS Office with ease. Creating simple flat tables from data sources is possible in MS Office,

More information

<Insert Picture Here> Oracle Application Express 4.0

<Insert Picture Here> Oracle Application Express 4.0 Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp Längd: 5 Days Kurskod: M55045 Sammanfattning: This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence

More information

Business Intelligence with Maximizer CRM 10:

Business Intelligence with Maximizer CRM 10: Technical White Paper Business Intelligence with Maximizer CRM 10: Actionable Insight through Dashboards, Reports, and Analytics Contents Introduction...3 Maximizer CRM Dashboards...4 Reporting... 7 Crystal

More information

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary

More information

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com

Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com Disclaimer These slides represent the work and opinions of the presenter and do not constitute official

More information

SQL SERVER REPORTING SERVICES 2012 (POWER VIEW)

SQL SERVER REPORTING SERVICES 2012 (POWER VIEW) SQL SERVER REPORTING SERVICES 2012 (POWER VIEW) INSTALLATION AND CONFIGURATION Authored by: AVINASH KUMAR SINGH COMPANY: PAXCEL TECHNOLOGIES PVT.LTD SQL SERVER REPORTING SERVICES 2012 (POWER VIEW)) WHAT

More information

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects Web Intelligence and BI Launch Pad 4.0 Introducing Web Intelligence BI launch pad: What's new in 4.0 Customizing BI launch

More information

How To Choose A Business Intelligence Toolkit

How To Choose A Business Intelligence Toolkit Background Current Reporting Challenges: Difficulty extracting various levels of data from AgLearn Limited ability to translate data into presentable formats Complex reporting requires the technical staff

More information

What s New: Crystal Reports for Visual Studio 2005

What s New: Crystal Reports for Visual Studio 2005 PRODUCTS What s New: Crystal Reports for Visual Studio 2005. Crystal Reports for Visual Studio 2005 continues to answer the needs of Visual Studio developers, offering an enhanced integrated reporting

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Business Intelligence is the #1 Priority the most important technology in 2007 is business intelligence

More information

Fast and Easy Delivery of Data Mining Insights to Reporting Systems

Fast and Easy Delivery of Data Mining Insights to Reporting Systems Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb rpulido@de.ibm.com, christoph.sieb@de.ibm.com Abstract: During the last decade data mining and predictive

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Course: SharePoint 2013 Business Intelligence

Course: SharePoint 2013 Business Intelligence Course: SharePoint 2013 Business Intelligence Course Length: 3 days Course Code: M55042 Description This three-day instructor-led course provides students with the necessary knowledge to work with all

More information

Table of Contents VISMA ANALYSIS 3.6.0... 3 VISMA ANALYSIS 3.5.1... 5 VISMA ANALYSIS 3.5.0... 6

Table of Contents VISMA ANALYSIS 3.6.0... 3 VISMA ANALYSIS 3.5.1... 5 VISMA ANALYSIS 3.5.0... 6 News and Improvements Visma Analysis 3.6.0 Table of Contents VISMA ANALYSIS 3.6.0... 3 REPORT VIEWER... 3 REPORT TEMPLATES... 3 REPORT GENERATION... 4 EXCEL ADD-IN... 4 CONTENT / CUBES... 4 AUTHORIZATION

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium 2016 (with or without Premium Billing) With Microsoft SQL Server Reporting Services, use Report Builder to generate and author

More information

Choosing the right Mobile BI tool: SSRS vs Power BI vs Datazen

Choosing the right Mobile BI tool: SSRS vs Power BI vs Datazen Choosing the right Mobile BI tool: SSRS vs Power BI vs Datazen Andrea Martorana Tusa @bruco441 andrea.martoranatusa@gmail.com Sponsors Organizers getlatestversion.it Speaker @bruco441 Analyst/Developer

More information

Report Builder. Microsoft SQL Server is great for storing departmental or company data. It is. A Quick Guide to. In association with

Report Builder. Microsoft SQL Server is great for storing departmental or company data. It is. A Quick Guide to. In association with In association with A Quick Guide to Report Builder Simon Jones explains how to put business information into the hands of your employees thanks to Report Builder Microsoft SQL Server is great for storing

More information

Netwrix Auditor for Exchange

Netwrix Auditor for Exchange Netwrix Auditor for Exchange Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix

More information

Microsoft 55042 - SharePoint 2013 Business Intelligence

Microsoft 55042 - SharePoint 2013 Business Intelligence 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55042 - SharePoint 2013 Business Intelligence Length 3 days Price $2629.00 (inc GST) Version A Overview This three-day instructor-led course provides students

More information

BusinessObjects XI R2 Product Documentation Roadmap

BusinessObjects XI R2 Product Documentation Roadmap XI R2 Product Documentation Roadmap XI R2 indows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which may cover products that are offered

More information

Oracle Business Intelligence EE. Prab h akar A lu ri

Oracle Business Intelligence EE. Prab h akar A lu ri Oracle Business Intelligence EE Prab h akar A lu ri Agenda 1.Overview 2.Components 3.Oracle Business Intelligence Server 4.Oracle Business Intelligence Dashboards 5.Oracle Business Intelligence Answers

More information

Pivot Charting in SharePoint with Nevron Chart for SharePoint

Pivot Charting in SharePoint with Nevron Chart for SharePoint Pivot Charting in SharePoint Page 1 of 10 Pivot Charting in SharePoint with Nevron Chart for SharePoint The need for Pivot Charting in SharePoint... 1 Pivot Data Analysis... 2 Functional Division of Pivot

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

(55042A) SharePoint 2013 Business Intelligence

(55042A) SharePoint 2013 Business Intelligence (55042A) SharePoint 2013 Business Intelligence OBJECTIVE This three-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint business intelligence

More information

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM

More information

Microsoft Business Intelligence

Microsoft Business Intelligence Microsoft Business Intelligence P L A T F O R M O V E R V I E W M A R C H 1 8 TH, 2 0 0 9 C H U C K R U S S E L L S E N I O R P A R T N E R C O L L E C T I V E I N T E L L I G E N C E I N C. C R U S S

More information

Oracle Sales Cloud Reporting and Analytics Overview. Release 13.2 Part Number E51666-02 January 2014

Oracle Sales Cloud Reporting and Analytics Overview. Release 13.2 Part Number E51666-02 January 2014 Oracle Sales Cloud Reporting and Analytics Overview Release 13.2 Part Number E51666-02 January 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Overview of Microsoft Office 365 Development

Overview of Microsoft Office 365 Development Overview of Microsoft Office 365 Development Office 365 Hands-on lab In this lab, you will work with existing Office 365 apps. This document is provided for informational purposes only and Microsoft makes

More information

Integrating SharePoint Sites within WebSphere Portal

Integrating SharePoint Sites within WebSphere Portal Integrating SharePoint Sites within WebSphere Portal November 2007 Contents Executive Summary 2 Proliferation of SharePoint Sites 2 Silos of Information 2 Security and Compliance 3 Overview: Mainsoft SharePoint

More information

Content Management System (CMS)

Content Management System (CMS) Content Management System (CMS) ASP.NET Web Site User interface to the CMS SQL Server metadata storage, configuration, user management, order history, etc. Windows Service (C#.NET with TCP/IP remote monitoring)

More information

Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports

Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports Technical White Paper Automating the Generation and Secure Distribution of Excel Reports Table of Contents Introduction...3 Creating Spreadsheet Reports: A Cumbersome and Manual Process...3 Distributing

More information

How is it helping? PragmatiQa XOData : Overview with an Example. P a g e 1 12. Doc Version : 1.3

How is it helping? PragmatiQa XOData : Overview with an Example. P a g e 1 12. Doc Version : 1.3 XOData is a light-weight, practical, easily accessible and generic OData API visualizer / data explorer that is useful to developers as well as business users, business-process-experts, Architects etc.

More information

Integration for Microsoft Outlook 2010

Integration for Microsoft Outlook 2010 PRODUCT OVERVIEW Integration for Microsoft Outlook 2010 SUMMARY Integration for Microsoft Outlook 2010 (12) allows an Outlook user to interact with OnBase content and Workflow processes through their familiar

More information

SharePoint 2013 Business Intelligence Course 55042; 3 Days

SharePoint 2013 Business Intelligence Course 55042; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 Business Intelligence Course 55042; 3 Days Course Description

More information

Netwrix Auditor for SQL Server

Netwrix Auditor for SQL Server Netwrix Auditor for SQL Server Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

Five Levels of Embedded BI From Static to Analytic Applications

Five Levels of Embedded BI From Static to Analytic Applications 5 Five Levels of Embedded BI From Static to Analytic Applications Introduction The expanding role of data in business management promises smarter operational applications that manage and automate better

More information

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES OBIEE 11G: CREATE ANALYSIS AND DASHBOARDS: 11.1.1.7 DURATION: 4 DAYS Course Description: This course provides step-by-step instructions for creating analyses and dashboards, which compose business intelligence

More information

Visio 2010. Ľubo Goryl Microsoft Solutions Specialist

Visio 2010. Ľubo Goryl Microsoft Solutions Specialist Visio 2010 Ľubo Goryl Microsoft Solutions Specialist Agenda Overall Product Roadmap Usage Scenario s Investment Area s Demo Questions 2 The Visio Sweet Spot #1 Competitor to Visio is PowerPoint! Visio

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which

More information

Aspose.Cells Product Family

Aspose.Cells Product Family time and effort by using our efficient and robust components instead of developing your own. lets you open, create, save and convert files from within your application without Microsoft Excel, confident

More information

55014-Upgrading Your Development Skills to SharePoint 2013

55014-Upgrading Your Development Skills to SharePoint 2013 Course Outline 55014-Upgrading Your Development Skills to SharePoint 2013 Duration: 5 days (30 hours) Target Audience: This course is intended for anyone interested in getting an introductory look at the

More information