COGNOS MANAGEMENT SERIES PLANNING

Size: px
Start display at page:

Download "COGNOS MANAGEMENT SERIES PLANNING"

Transcription

1 COGNOS MANAGEMENT SERIES PLANNING CREATING IMPROMPTU AND IWR REPORTS FROM CONTRIBUTOR PUBLISH TABLES THE NEXT LEVEL OF PERFORMANCE

2 This document applies to Cognos Management Series Planning version 7.1 and may also apply to subsequent releases. To check for newer versions of this document, visit the Cognos support Web site ( This edition published Copyright Copyright (C) 2003 Cognos Incorporated While every attempt has been made to ensure that the information in this document is accurate and complete, some typographical errors or technical inaccuracies may exist. Cognos does not accept responsibility for any kind of loss resulting from the use of information contained in this document. This document shows the publication date. The information contained in this document is subject to change without notice. Any improvements or changes to either the product or the document will be documented in subsequent editions. U.S. Government Restricted Rights. The software and accompanying materials are provided with Restricted Rights. Use, duplication, or disclosure by the Government is subject to the restrictions in subparagraph (C)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS , or subparagraphs (C) (1) and (2) of the Commercial Computer Software - Restricted Rights at 48CFR , as applicable. The Contractor is Cognos Corporation, 67 South Bedford Street, Burlington, MA This software/documentation contains proprietary information of Cognos Incorporated. All rights are reserved. Reverse engineering of this software is prohibited. No part of this software/documentation may be copied, photocopied, reproduced, stored in a retrieval system, transmitted in any form or by any means, or translated into another language without the prior written consent of Cognos Incorporated. Cognos and the Cognos logo are trademarks of Cognos Incorporated in the United States and/or other countries. All other names are trademarks or registered trademarks of their respective companies. Information about Cognos Products and Accessibility can be found at 2

3 Creating Impromptu and IWR Reports From Contributor Publish Tables The Contributor Publish tables represent the common shared view of a business plan. You will probably want to develop and distribute reports based on this information. The Cognos Impromptu product line includes Impromptu, used to author reports against a relational database, and Impromptu Web Reports, used to provide the infrastructure and service to distribute those reports to a wide range of consumers though Web browsers and Web servers. Overview There are three main stages when developing an Impromptu Web Reports application: Develop an Impromptu catalog. An Impromptu catalog is a metadata store that describes the tables in the database, the logical join paths between them, business oriented views of table columns, typical calculated columns, and if necessary, security rules. To create a catalog you must have a copy of Impromptu Administrator installed. Report authors use Impromptu to design reports. Reports use the metadata in the catalog to define the data access required. They can include complex layout and run time prompts. Reports are published to an Impromptu Web Reports server. When published, reports are available to end-users and can be organized in folders, scheduled to run at specific times, and form a reporting application. This document concentrates on the first stage, defining a catalog based on the Contributor Publish tables. This stage uses Planning specific information. Once the Contributor Publish tables are developed as a catalog, report authoring and delivery are identical to any Impromptu reporting application. For more information about report authoring and delivery, see the Impromptu and Impromptu Web Reports documentation. The Cognos documentation for Impromptu and Impromptu Web Reports describes the remaining two stages. Publish Tables Planning provides the ability to publish Contributor data to a set of tables and views that form a star schema reflection of the overall Contributor model. This is controlled though the Contributor Administration Console. The Impromptu catalog and reports rely on these tables and views. This document assumes that this publishing step has been done and that these tables exist in your model. Careful consideration must be given to Contributor models utilizing the data dimension for publish. This functionality may limit the report formatting options or may create a format incompatible with Impromptu-depending on the structure of the Contributor cube. 3

4 All information provided in this document assumes the data dimension for publish functionality is not being used. Defining a Catalog A catalog describes information in one database schema. You first create an empty catalog pointing to the schema that contains the Publish tables for your Contributor model. You then define the tables for your catalog. There are four sets of tables that you may choose to create the definition: Fact View Tables One fact view table is created for each cube, and is named in the format fv_<cube name>. These tables contain the detailed data points for the cube. They also contain GUID columns that act as foreign keys, providing join paths to hierarchy tables. The fact view tables have been cleansed and do not contain BIFs, weighted averages, and may not contain some levels of complex aggregations. Note: In version 2.x, the name format for the fact view table is "factview_<cube name>". Export View Tables One export view table is created for each cube, and is named in the format ev_<cube name>. These tables contain the detailed data points for the cube. They also contain column names that act as foreign keys, providing join paths to hierarchy tables. The export view tables do contain data values for aggregated values in each dimension (for example, this table will contain values for a particular product, plus the total value for a category of products and for all products). Note: In version 2.x, the name format for the export view table is "exportview_<cube name>". Hierarchy Tables One hierarchy table is created for each d-list, and is named in the format hy_<d-list name>. These tables show the hierarchy of the dimension, with columns named Level0, Level1, and so on. They contain one row for each leaf level item in the dimension. Depending on the reports you want to create, you may also wish to use the tables called it_<d-list name>". The same data cleansing found in the fact_view tables applies to hierarchy tables. Note: In version 2.x, hierarchy tables are dimension tables and the name format is dimension_<d-list name>; the name format for the "it_<d-list>" table is "item_<dlist>". Item Tables One item table is created for each d-list, and is named in the format it_<d-list name>. These tables show the data of the dimension, with columns named Level0, Level1, and so on. They contain one row for each leaf level item in the dimension. These tables do not contain information on the hierarchy of the dimension, but they do include rows for every item in the hierarchy, including high-level summary items. Note: In version 2.x, item tables are dimension tables and the name format is dimension_<d-list name>; the name format for the "it_<d-list>" table is "item_<dlist>". 4

5 In all cases, names assigned to the tables and views in the database schema will closely reflect the names assigned to the d-lists in the model. Names may be truncated or altered to avoid duplicating names or exceeding naming limits of the RDBMS. As part of the Impromptu catalog definition, these truncated names can be mapped to full names that are meaningful to other report authors. Create the Catalog The first task in defining a catalog is to create an empty catalog. Steps 1. Log on to Impromptu Administrator. 2. From the Catalog menu, select Databases. 3. In the Database gateways and drivers list, select the appropriate database type and click New Database. We recommend you use ODBC connection, which requires you to create a System DSN. 4. In the Database Definition dialog, complete the Definition parameters for the database and click OK. 5. From the Catalog menu, select New. You may be prompted for your username and password. 6. In the File name box, type a name for the catalog. 7. From the Database Name drop-down list, select the database connection you defined in the preceding steps. Depending on your database, you may need to specify a database catalog name. The database catalog name is typically the Contributor model name. For example, 5

6 in Microsoft SQL Server you need to specify a Provider string such as Initial Catalog=tutorial3. 8. Click OK. Impromptu connects to the database (and prompts for a username and password if needed) and displays a list of schemas. 9. Select the schema that contains the Publish tables. Add Fact View and Dimension Tables When you have created the empty catalog, you are ready to add the fact view and hierarchy tables. You can add tables as part of the catalog creation and you can add additional tables later. Steps 1. If you are adding additional tables, from the Catalog menu, select Tables. 2. Select the fact view tables, for example fv_expenses, in the Database tables pane at the left and click Add. The table appears in the Catalog tables pane. 3. Expand the fact view table in the Database tables pane and look for each GUID_<dlist name> column. The GUID_<d-list name> column represents a link to a hierarchy table called hy_<d-list name> (allowing for truncation of names). 4. Select the associated hierarchy tables, for example hy_versions and hy_expenses, in the Database tables pane and click Add to add it to the Catalog tables pane. 5. In the Create joins drop-down list, select the Using Key or First Matching Column. 6

7 6. Click OK. To review the joins, go to Catalog>Joins. As the column names match, Impromptu automatically creates the joins between each fv_<cube name> table and each corresponding hy_<d-list name> table using the GUID column that contains unique (surrogate) key values. The Months Hierarchy By default, each fact view table row is linked to an associated hierarchy table (hy_<d-list name> table) by a GUID column. The exception is the date_months column that contains a date value instead of a GUID value to link to the hy_months tables. For most reporting purposes, these date values are appropriate. If you need to report based on the hierarchy of date periods in your Planning model, you can: Link the fact view table to the hierarchy table for dates (this will have a name such as hy_months) by the date_months column. Add Export Views Fact view tables contain the detailed data points for the cube, but they do not contain data values for aggregated values in each dimension (for example, this table will contain values for a particular product, but not the total value for a category of products or for all products). Export view tables also contain the detailed data points for the cube, and these tables do contain data values for aggregated values in each dimension (for example, this table will contain values for a particular product, plus the total value for a category of products and for all products). If you want your report to contain information about higher-level aggregate items you have three choices: You can use the fact view tables and then use Impromptu to generate values for high-level aggregate items by adding the values of their children. This works if the correct roll-up rule between every parent and its children is simple addition. You can define the export view tables as part of your catalog and read the aggregate values directly from the database. You can create a second D-Cube in the Analyst Library (used for the Contributor application) that has no calculations, BiFs, or Calculation Options in it and d-link the data from the original D-Cube into the Publishing D-Cube. You can then use Access Tables to hide the Publishing D-Cube from the users but still have the data come across for the publish function. This will allow all items to be published and viewed in the reports. The data definitions used by the export view tables stores fact data in a blob format that is not directly accessible through Impromptu. To access export view tables through your catalog you must first define Cognos oriented views in the database. An export view is typically named ev_<cube name> and consists of n columns. Each column except the last has a name such as dimension_<d-list name> and acts as a foreign key to the hy_<d-list name> tables. The last column is called exportvalue and is the numeric fact value, but stored as a string within a blob. Using your database administration tools, you need to define a new view that recreates the columns, but casts the export value to a numeric value. For example, CREATE VIEW cv_revenue_plan AS 7

8 SELECT dimension_product, dimension_channels, dimension_elist, dimension_months, dimension_versions, CAST(CAST(exportvalue AS varchar(8000)) AS float(53)) AS exportvalue FROM dbo.ev_revenue_plan When you have created the new view, you can add it as a table to your Impromptu catalog. Steps 1. From the Catalog menu, select Tables. 2. Select the new Cognos export view tables, for example cv_revenue_plan, in the Database tables pane at the left and click Add. The table appears in the Catalog tables pane. 3. Expand the export view table in the Database tables pane and look for each dimension_<d-list name> column. The dimension_<d-list name> column represents a link to a hierarchy table called hy_<d-list name> (allowing for truncation of names). 4. Select the associated hierarchy tables, for example hy_versions and hy_expenses, in the Database tables pane and click Add to add them to the Catalog tables pane. 5. In the Create joins drop-down list, select Manual. In this case the name of the foreign key column in the Cognos view is hy_<d-list name>. This maps to the column called name_<d-list name> in the hierarchy table, and therefore you must set the join path manually. 6. In the Joins dialog, manually create the join paths between the hy_<d-list name> column in the Cognos export view table and the name_<d-list name> column in the 8

9 hierarchy table. Enhance the Catalog Multiple Fact View Tables A single Impromptu catalog can be used to access one or more fact view tables from the Publish database. You should create a folder for each fact view table that contains folders for the measures and hierarchies. Note: Take care when importing tables and establishing relationships, particularly when using the join strategy of matching names. Several fact view tables may share common hierarchy column names and incorrect matching will create false joins. When defining catalogs for multiple fact tables, we recommend that joins be established manually between the fact view and hierarchy tables. Define User Oriented Folders Initially Impromptu generates one folder for each table defined containing one Impromptu item per table column. This results in one folder for each fact view table and one folder for each dimension. You can leave the folder structure, or you can make report authoring simpler if you rearrange and rename your columns so that: You have one folder for each cube that combines items for the fact view table and its associated dimensions. 9

10 Items that are GUIDs are removed since these are only intended for joining tables, rather than for user reporting. Folder and item names are renamed to remove prefixes (such as fv_ ) and to recreate full names that have been truncated. Add Filters and Prompts You can add filters to the folders to enable authors to select rows quickly in the hierarchy table, based on levels. To do this, create one filter per level in the hierarchy as an Impromptu catalog picklist prompt. When you add a filter to a report, users are presented with a pick list of the values that appear in the dimensions. Steps 1. Log on to Impromptu Administrator. 2. To enable editing of the catalog, ensure that any open reports are closed. 3. From the Catalog menu, select Folder. 4. In the Folders dialog, expand the appropriate folder (for the hy_ table for a hierarchy) in the Catalog folders list. 5. Click Prompt. 6. In the Prompt Definition dialog, create a new Catalog picklist prompt. A Catalog picklist prompt will display a prompt and an available list of values. 7. Click OK. 8. In the Folders dialog, click Filter. 10

11 9. In the Edit Condition dialog, create a new filter for the values that will be returned at the prompt. 10. Click OK. When you create reports, you can now include the Filter by Version object. This object presents users with a prompt for the version they require, and then filters the report. Prompt objects can also be used for other purposes. About Annotations Three tables and a view are created for annotations. The annotation table contains the celllevel annotations. The annotation object table contains annotations associated with the model, dimension, or cubes; and the annotation user table which contains the users in the system when Publish was performed. Warning: These tables are not connected to the Star Schema and need to be manually joined to the appropriate factview (fv_cubename) table using Impromptu functionality. Nodestate This is a table that is continuously updated for the Production application. There is a row for each e.list to indicate the workflow status in the Production system. Rows are added and removed by Go To Production. Values are managed by Go To Production. Go To Production only touches the data to ensure hierarchy changes are accurately reflected (e.g. StateID). 11

12 About the stateid column Number In the stateid column, a value is set that corresponds with the workflow state. NOTE: The status definitions do NOT appear in the table. Status 0 Not started (Children and Reviewer) 1 Incomplete (Reviewer only, some children not started) 2 Work in Progress 3 Ready (Reviewer only, all children locked) 4 Locked (Children and Reviewer) About the recprogress column In the recprogress column, a value is set for each nodeguid that corresponds with the stateid. NOTE: The status definitions do NOT appear in the table. Number Status 0 Need to reconcile # Proportion of the children that are reconciled (1 of 2=.5) -1 All children are reconciled. The review e.list is ready for reconcile. 1 Reconciled NOTE: The nodestate tables are NOT included in the Publish. The workflow status changes each time an individual makes a change or update to the Contributor data. As a result, the publish and nodestate tables will be out of synch if something is altered in Contributor. 12

13 13

COGNOS (R) ENTERPRISE PLANNING SERIES

COGNOS (R) ENTERPRISE PLANNING SERIES COGNOS (R) ENTERPRISE PLANNING SERIES COGNOS PLANNING CONTRIBUTOR CLIENT LOADER INSTALLATION GUIDE Contributor Client Loader User Guide DD-MM-YYYY Contributor Client Loader please update with product version

More information

COGNOS (R) 8 GUIDELINES FOR MODELING METADATA FRAMEWORK MANAGER. Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata

COGNOS (R) 8 GUIDELINES FOR MODELING METADATA FRAMEWORK MANAGER. Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata COGNOS (R) 8 FRAMEWORK MANAGER GUIDELINES FOR MODELING METADATA Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata GUIDELINES FOR MODELING METADATA THE NEXT LEVEL OF PERFORMANCE

More information

Cognos 8 Controller NEW FEATURES GUIDE

Cognos 8 Controller NEW FEATURES GUIDE Cognos 8 Controller NEW FEATURES GUIDE Product Information This document applies to Cognos 8 Controller version 8.3 and may also apply to subsequent releases. To check for newer versions of this document,

More information

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

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

More information

COGNOS (R) 8 FRAMEWORK MANAGER USER GUIDE. Framework Manager User Guide Framework Manager 8.1

COGNOS (R) 8 FRAMEWORK MANAGER USER GUIDE. Framework Manager User Guide Framework Manager 8.1 COGNOS (R) 8 FRAMEWORK MANAGER USER GUIDE Framework Manager User Guide 01-08-2005 Framework Manager 8.1 Cognos(R) 8 Business Intelligence Readme Framework Manager User Guide USER GUIDE THE NEXT LEVEL OF

More information

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide COGNOS (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information This document applies to Cognos (R) 8 Version 8.1.2 MR2 and may also

More information

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE Cognos (R) 8 COGNOS CONNECTION USER GUIDE Product Information This document applies to Cognos (R) 8 Version 8.2 and may also apply to subsequent releases. To check

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS IMPROMPTU (R) ADMINISTRATOR FOR WINDOWS

COGNOS (R) ENTERPRISE BI SERIES COGNOS IMPROMPTU (R) ADMINISTRATOR FOR WINDOWS COGNOS (R) ENTERPRISE BI SERIES COGNOS IMPROMPTU (R) ADMINISTRATOR FOR WINDOWS INSTALLATION GUIDE Installation Guide 02.12.2004 Impromptu Administrator 7.3 MR1 Type the text for the HTML TOC entry Type

More information

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

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) QUERY STUDIO USER GUIDE Query Studio User Guide 28-04-2003 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Query Studio Quick Tour Query

More information

COGNOS (R) 8 Business Intelligence

COGNOS (R) 8 Business Intelligence COGNOS (R) 8 Business Intelligence EVENT STUDIO USER GUIDE Event Studio Quick Tour Cognos(R) 8 Business Intelligence Readme Event Studio User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information

More information

COGNOS (R) ENTERPRISE BI SERIES

COGNOS (R) ENTERPRISE BI SERIES COGNOS (R) ENTERPRISE BI SERIES COGNOS SERIES 7 VERSION 3 NEW FEATURES New Features 06-07-2004 Series 7 Version 3 7.3 Table of Contents Report Studio Tour Type the text for the HTML TOC entry New Features

More information

How to import a WSDL Data Source and Prepare it for Use in Framework Manager

How to import a WSDL Data Source and Prepare it for Use in Framework Manager Tip or Technique How to import a WSDL Data Source and Prepare it for Use in Framework Manager Product(s): Composite Software 4.5.0 Area of Interest: Infrastructure Manager 2 Copyright Copyright 2008 Cognos

More information

Discovering PowerPlay for Excel

Discovering PowerPlay for Excel Discovering PowerPlay for Excel

More information

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt.

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Tip or Technique Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Product(s): IBM Cognos 8 Area of Interest: Reporting Prompt. 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

IBM Cognos 8 FRAMEWORK MANAGER GUIDELINES FOR MODELING METADATA

IBM Cognos 8 FRAMEWORK MANAGER GUIDELINES FOR MODELING METADATA IBM Cognos 8 FRAMEWORK MANAGER GUIDELINES FOR MODELING METADATA Product Information This document applies to IBM Cognos 8 Version 8.4 and may also apply to subsequent releases. To check for newer versions

More information

Installation Guide COGNOS (R) ENTERPRISE BUSINESS INTELLIGENCE COGNOS ANALYTIC APPLICATIONS INSTALLATION GUIDE FOR J.D.

Installation Guide COGNOS (R) ENTERPRISE BUSINESS INTELLIGENCE COGNOS ANALYTIC APPLICATIONS INSTALLATION GUIDE FOR J.D. COGNOS (R) ENTERPRISE BUSINESS INTELLIGENCE COGNOS ANALYTIC APPLICATIONS FOR J.D. EDWARDS (R) INSTALLATION GUIDE Installation Guide 31-07-2003 e-apps 1.4A Type the text for the HTML TOC entry Type the

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Connecting TM1 to Various Third- Party Data Sources

Connecting TM1 to Various Third- Party Data Sources Tip or Technique Connecting TM1 to Various Third- Party Data Sources Product(s): TM1 Area of Interest: Development Connecting TM1 to Various Third-Party Data Sources 2 Copyright Copyright 2008 Cognos ULC

More information

Analytics: Server Architect (Siebel 7.7)

Analytics: Server Architect (Siebel 7.7) Analytics: Server Architect (Siebel 7.7) Student Guide June 2005 Part # 10PO2-ASAS-07710 D44608GC10 Edition 1.0 D44917 Copyright 2005, 2006, Oracle. All rights reserved. Disclaimer This document contains

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Configuring Microsoft ADAM

Configuring Microsoft ADAM Proven Practice Configuring Microsoft ADAM Product(s): IBM Cognos Series 7 Area of Interest: Security Configuring Microsoft ADAM 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated). Cognos

More information

Cognos (R) Application Development Tools

Cognos (R) Application Development Tools QTP Reference Type the text for the HTML TOC entry Type the text for the HTML TOC entry Type the text for the HTML TOC entry QTP REFERENCE Cognos (R) Application Development Tools PowerHouse (R) 4GL VERSION

More information

COGNOS MANAGEMENT SERIES

COGNOS MANAGEMENT SERIES COGNOS MANAGEMENT SERIES PLANNING ANALYST INSTALLATION GUIDE THE NEXT LEVEL OF PERFORMANCE This document applies to Cognos Management Series Planning version 7.1 and may also apply to subsequent releases.

More information

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional ProClarity Analytics Platform 6 ProClarity Professional Note about printing this PDF manual: For best quality printing results, please print from the version 6.0 Adobe Reader. Getting Started Guide Acknowledgements

More information

Advanced Multidimensional Reporting

Advanced Multidimensional Reporting Guideline Advanced Multidimensional Reporting Product(s): IBM Cognos 8 Report Studio Area of Interest: Report Design Advanced Multidimensional Reporting 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

Calculations that Span Dimensions

Calculations that Span Dimensions Tip or Technique Calculations that Span Dimensions Product(s): Report Studio, Crosstabs, Dimensional Expressions Area of Interest: Reporting Calculations that Span Dimensions 2 Copyright Copyright 2008

More information

Embarcadero PowerSQL 1.1 New Features Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 New Features Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 New Features Guide Published: July 14, 2008 Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA

More information

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0 OpenPlant PowerPID Inline Component Tag from Pipeline Tag Initial Release April 11, 2014 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks of Bentley

More information

Embarcadero Rapid SQL

Embarcadero Rapid SQL Product Documentation Embarcadero Rapid SQL New Features Guide Version 8.7.2/XE6 Published Dec., 2014 2014 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other

More information

IBM Cognos 8 Business Intelligence

IBM Cognos 8 Business Intelligence IBM Cognos 8 Business Intelligence EVENT STUDIO USER GUIDE Product Information This document applies to IBM Cognos 8 Version 8.4 and may also apply to subsequent releases. To check for newer versions of

More information

Using the AT and FOR Options with Relational Summary Functions

Using the AT and FOR Options with Relational Summary Functions Tip or Technique Using the AT and FOR Options with Relational Summary Functions Product(s): IBM Cognos 8 Area of Interest: Report Design Using the AT and FOR Options with Relational Summary Functions 2

More information

BEA WebLogic. Integration. Samples

BEA WebLogic. Integration. Samples BEA WebLogic Integration Samples Version 8.1 Service Pack 4 Document Date: December 2004 Copyright Copyright 2004-2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and

More information

Embarcadero Rapid SQL

Embarcadero Rapid SQL Product Documentation Embarcadero Rapid SQL New Features Guide Version 8.6.1/XE5 Published May, 2014 2014 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0 OpenPlant PowerPID How to Add Service Key-in that Drives Component Template at November 21, 2012 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks

More information

Matisse Editor User Guide for MS Windows

Matisse Editor User Guide for MS Windows Matisse Editor User Guide for MS Windows Seventh Edition January 2003 Document number: DE/97/03/0006R6 2 Matisse Editor User Guide for MS Windows Matisse Editor User Guide for MS Windows Document number:

More information

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide Financial Reporting Installation and Upgrade Guide The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license

More information

SAS Infrastructure for Risk Management 3.4: User s Guide

SAS Infrastructure for Risk Management 3.4: User s Guide SAS Infrastructure for Risk Management 3.4: User s Guide SAS Documentation March 2, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Infrastructure for

More information

Altova CbC Reporting Solution. Quick Start

Altova CbC Reporting Solution. Quick Start All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

TM1 Registration and Maintenance of Windows Services

TM1 Registration and Maintenance of Windows Services Tip or Technique TM1 Registration and Maintenance Product(s): TM1 Area of Interest: Infrastructure 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated). Cognos ULC is an IBM Company. While

More information

Migration Guide Service Manager

Migration Guide Service Manager Migration Guide 2017.3.1 Service Manager powered by HEAT Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to

More information

Experian Pandora ODBC Installation & User Help

Experian Pandora ODBC Installation & User Help Experian Pandora ODBC Installation & User Help Version 5.9.0, 5.8.0 THE WORD EXPERIAN AND THE GRAPHICAL DEVICE ARE TRADEMARKS OF EXPERIAN AND REGISTERED IN THE EU, USA AND OTHER COUNTRIES. THIS DOCUMENT

More information

MetaManager 3.3 New Features Guide METAMANAGER AN IBM GLOBAL SOLUTIONS DIRECTORY OFFERING BSP Software LLC 1/5

MetaManager 3.3 New Features Guide METAMANAGER AN IBM GLOBAL SOLUTIONS DIRECTORY OFFERING BSP Software LLC 1/5 METAMANAGER AN IBM GLOBAL SOLUTIONS DIRECTORY OFFERING Version 3.3 New Features Guide 2008 2009 BSP Software LLC 1/5 Product Information This document applies to MetaManager TM Series 3 version 3 and may

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 10.3 Last Updated: August 2012 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Describe CVS Tutorial

Describe CVS Tutorial Describe CVS Tutorial Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved. All brands

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager Service Manager powered by HEAT Migration Guide for Ivanti Service Manager June 16, 2017 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc.

More information

Deltek Costpoint Enterprise Reporting Installation Guide for Users Upgrading to Version 7.0.1

Deltek Costpoint Enterprise Reporting Installation Guide for Users Upgrading to Version 7.0.1 Deltek Costpoint Enterprise Reporting 7.0.1 April 15, 2013 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

DataFlux Web Studio 2.5. Installation and Configuration Guide

DataFlux Web Studio 2.5. Installation and Configuration Guide DataFlux Web Studio 2.5 Installation and Configuration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. DataFlux Web Studio 2.5: Installation and Configuration

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Release 9.5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Configuring a Microstrategy Resource in Metadata Manager 9.5.0

Configuring a Microstrategy Resource in Metadata Manager 9.5.0 Configuring a Microstrategy Resource in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Oracle Business Intelligence Icon Definitions

Oracle Business Intelligence Icon Definitions Oracle Business Intelligence Icon Definitions Version 1.0 JANUARY 14, 2015 OHIO UNIVERSITY Table of Contents Icon Definitions...2 1.1 Catalog Definitions for Report Consumers (ability to run reports)...2

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Copyright About the Customization Guide Introduction Getting Started...13

Copyright About the Customization Guide Introduction Getting Started...13 Contents 2 Contents Copyright...10 About the Customization Guide...11 Introduction... 12 Getting Started...13 Knowledge Pre-Requisites...14 To Prepare an Environment... 14 To Assign the Customizer Role

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Service Pack 9.5.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to only and is subject

More information

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases APPENDIX A Sample Data Sample Data If you wish to follow the examples used in this book and I hope you will you will need some sample data to work with. All the files referenced in this book are available

More information

Securing the IBM Cognos 8 BI Environment

Securing the IBM Cognos 8 BI Environment Proven Practice Securing the IBM Cognos 8 BI Environment Product(s): IBM Cognos 8 BI Area of Interest: Security 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated). Cognos ULC is an IBM

More information

SIEBEL ANALYTICS SERVER ADMINISTRATION GUIDE

SIEBEL ANALYTICS SERVER ADMINISTRATION GUIDE SIEBEL ANALYTICS SERVER ADMINISTRATION GUIDE VERSION 7.5.3 JULY 2003 12-FRKILT Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2003 Siebel Systems, Inc. All rights reserved.

More information

Release Notes for BayStack Instant Internet Version

Release Notes for BayStack Instant Internet Version Part No. 206578-E March 2001 4401 Great America Parkway Santa Clara, CA 95054 Release Notes for BayStack Instant Internet Version 7.11.1 *206578-E* 2 Copyright 2001 Nortel Networks All rights reserved.

More information

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

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

More information

Quick Start Sybase IQ 15.4

Quick Start Sybase IQ 15.4 Quick Start Sybase IQ 15.4 UNIX/Linux DOCUMENT ID: DC01687-01-1540-02 LAST REVISED: February 2012 Copyright 2012 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

A Case Study Building Financial Report and Dashboard Using OBIEE Part I

A Case Study Building Financial Report and Dashboard Using OBIEE Part I A Case Study Building Financial Report and Dashboard Using OBIEE Part I This is a 1 st document in the series of building financial reports and dashboard taking Essbase as Data Source. This document briefs

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 12 July 2016 Page 2 Table of Contents INTRODUCTION... 4 APPLICATION ARCHITECTURE... 5 DOCUMENT OVERVIEW... 6 GENERAL USER INTERFACE... 7 CONTROLS...

More information

Product Documentation

Product Documentation Product Documentation Embarcadero DB Change Manager 6.0 and XE2 Quick Start Guide Includes Installation and What s New Information, Plus Tutorials for Key Features Document Last Updated: August 18, 2011

More information

Altova CbC Reporting Solution. Quick Start

Altova CbC Reporting Solution. Quick Start All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

SAS Factory Miner 14.2: User s Guide

SAS Factory Miner 14.2: User s Guide SAS Factory Miner 14.2: User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Factory Miner 14.2: User s Guide. Cary, NC: SAS Institute

More information

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office Enterprise 3.4 RC1 Managing Alfresco Content from within Microsoft Office Contents Copyright... 3 Typographic conventions...4 Introduction... 5 System requirements and prerequisites...5 Get started...6

More information

Administration Guide. Release

Administration Guide. Release Administration Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E39882-02 December 2013 Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide, Release 4.0

More information

Copyright...4. Overview Managing Snapshots... 6

Copyright...4. Overview Managing Snapshots... 6 Contents 2 Contents Copyright...4 Overview... 5 Managing Snapshots... 6 Company Snapshots...6 Examples of Sensitive Data Preservation in Snapshots... 9 To Take a Snapshot...10 To Toggle the Visibility

More information

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects

More information

Liquidity Management OBIEE Setup Oracle Banking Liquidity Management Release [November] [2017]

Liquidity Management OBIEE Setup Oracle Banking Liquidity Management Release [November] [2017] Liquidity Management OBIEE Setup Oracle Banking Liquidity Management Release 14.0.0.0.0 [November] [2017] Table of Contents 1. Starting BI Server... 3 1.2 Upload OBIEE Reports... 4 2.REPORT CREATION...

More information

SAS Federation Server Manager 4.2: User s Guide, Second Edition

SAS Federation Server Manager 4.2: User s Guide, Second Edition SAS Federation Server Manager 4.2: User s Guide, Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Federation Server Manager

More information

Saving Report Output to the Server File System

Saving Report Output to the Server File System Guideline Saving Report Output to the Server File System Product(s): IBM Cognos 8 BI Area of Interest: Infrastructure Saving Report Output to the Server File System 2 Copyright and Trademarks Licensed

More information

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations Version Connectors Toolkit Training 2015-01 Informatica Cloud Platform Building Connectors with the

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

REPORTING AND QUERY TOOLS AND APPLICATIONS

REPORTING AND QUERY TOOLS AND APPLICATIONS Tool Categories: REPORTING AND QUERY TOOLS AND APPLICATIONS There are five categories of decision support tools Reporting Managed query Executive information system OLAP Data Mining Reporting Tools Production

More information

How Do I: Find the Highest Elevation within an Area

How Do I: Find the Highest Elevation within an Area GeoMedia Grid: How Do I: Find the Highest Elevation within an Area Topics: Key Words: Tower Location, Site Location, Raster to Vector, and Vector to Raster Digital Elevation Models, Buffer Zone, and Zonal

More information

Business Insight. Best Practices. Version: 7.0.x

Business Insight. Best Practices. Version: 7.0.x Business Insight Best Practices Version: 7.0.x Written by: Product Knowledge, R&D Date: August 2016 2015 Perceptive Software. All rights reserved. Lexmark and Perceptive Software are trademarks of Lexmark

More information

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 Feature Overview Modeling Enhancements Enhanced SAP HANA Modeling capabilities

More information

Reporting and Graphing

Reporting and Graphing Tivoli Management Solution for Microsoft SQL Reporting and Graphing Version 1.1 Tivoli Management Solution for Microsoft SQL Reporting and Graphing Version 1.1 Tivoli Management Solution for Microsoft

More information

SAS Model Manager 2.2. Tutorials

SAS Model Manager 2.2. Tutorials SAS Model Manager 2.2 Tutorials The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Model Manager 2.2: Tutorials. Cary, NC: SAS Institute Inc. SAS Model Manager

More information

HYPERION SYSTEM 9 MASTER DATA MANAGEMENT SERVICES NEW FEATURES

HYPERION SYSTEM 9 MASTER DATA MANAGEMENT SERVICES NEW FEATURES HYPERION SYSTEM 9 MASTER DATA MANAGEMENT SERVICES RELEASE 9.2 NEW FEATURES Overview.................................................................... 2 Ntier Architecture.............................................................

More information

SQL Server and MSBI Course Content SIDDHARTH PATRA

SQL Server and MSBI Course Content SIDDHARTH PATRA SQL Server and MSBI Course Content BY SIDDHARTH PATRA 0 Introduction to MSBI and Data warehouse concepts 1. Definition of Data Warehouse 2. Why Data Warehouse 3. DWH Architecture 4. Star and Snowflake

More information

Product Documentation. DB Optimizer. Evaluation Guide. Version Published November 27, 2009

Product Documentation. DB Optimizer. Evaluation Guide. Version Published November 27, 2009 Product Documentation DB Optimizer Evaluation Guide Version 2.0.1 Published November 27, 2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Creating a Subset of Production Data

Creating a Subset of Production Data Creating a Subset of Production Data 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Evaluation Guide - WebSphere Integration

Evaluation Guide - WebSphere Integration Evaluation Guide - WebSphere Integration Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Sage Estimating (SQL) v17.12

Sage Estimating (SQL) v17.12 Sage Estimating (SQL) v17.12 Release Notes October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Chapter 3 Managing Results in Projects. Chapter Table of Contents

Chapter 3 Managing Results in Projects. Chapter Table of Contents Chapter 3 Managing Results in Projects Chapter Table of Contents Introduction... 55 Managing Projects... 55 CreatingaProject... 55 SavingaProject... 56 SavingaProjectUnderAnotherName... 57 RenamingaFolder...

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : BI0-130 Title : Cognos 8 BI Modeler Vendors : COGNOS Version : DEMO Get

More information

Embarcadero ToolBox. Product Documentation. User Guide

Embarcadero ToolBox. Product Documentation. User Guide Product Documentation Embarcadero ToolBox User Guide Version 1.8 Document Last Updated: May 17, 2011 More recent updates, if any, are posted at http://docs.embarcadero.com 2011 Embarcadero Technologies,

More information

Legal Notices Oracle Primavera The P6 Extended Schema Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are reg

Legal Notices Oracle Primavera The P6 Extended Schema Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are reg The P6 Extended Schema November 2012 Legal Notices Oracle Primavera The P6 Extended Schema Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks

More information

HYCU SCOM Management Pack for Nutanix

HYCU SCOM Management Pack for Nutanix HYCU SCOM Management Pack for Nutanix Product version: 2.5 Product release date: May 2018 Document edition: First Legal notices Copyright notice 2016-2018 HYCU. All rights reserved. This document contains

More information

IBM DB2 OLAP Server and DB2 OLAP Starter Kit

IBM DB2 OLAP Server and DB2 OLAP Starter Kit IBM DB2 OLAP Server and DB2 OLAP Starter Kit Version 7 OLAP Integration Server Metaoutline User s Guide Hyperion Solutions Corporation P/N: SC27-0784-00 Copyright International Business Machines Corporation

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Managing Report Server Database Connections

Managing Report Server Database Connections Guideline Managing Report Server Database Connections Product(s): IBM Cognos 8 Area of Interest: Infrastructure Managing Report Server Database Connections 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

User Guide. Data Gatherer 1.1 6/20/2014. Edition: A

User Guide. Data Gatherer 1.1 6/20/2014. Edition: A Data Gatherer 1.1 6/20/2014 Edition: A Data Gatherer 1.1 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information