Display No Data Content for RAVE visualizations used in IBM Cognos Report Studio

Size: px
Start display at page:

Download "Display No Data Content for RAVE visualizations used in IBM Cognos Report Studio"

Transcription

1 Tip or Technique Display No Data Content for RAVE visualizations used in IBM Cognos Product(s): IBM Cognos Area of Interest: Reporting

2 2 Display No Data Content for RAVE visualizations used in IBM Cognos Copyright and Trademarks Licensed Materials - Property of IBM. Copyright IBM Corp IBM, the IBM logo, and Cognos are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at 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. IBM does not accept responsibility for any kind of loss resulting from the use of information contained in this document. The information contained in this document is subject to change without notice.

3 Display No Data Content for RAVE visualizations used in IBM Cognos 3 Table of Contents Introduction... 4 Purpose of Document... 4 Applicability... 4 Assumptions... 4 Creating the No Data Content text... 4

4 4 Display No Data Content for RAVE visualizations used in IBM Cognos Introduction Purpose of Document This document describes steps on how to dynamically display No Data Contents text in an IBM Cognos report with RAVE visualizations. One of the ways to overcome this limitation of displaying no data content for RAVE visualizations in Cognos reports is by embedding the visualization object in List. Applicability IBM Cognos and higher versions. Assumptions Target readers should be an IBM Cognos reports author or one with good knowledge on IBM Cognos Creating the No Data Content text When there is no data and just displaying a blank visualization, sometimes with only axis lines, legend items etc. it makes the report page look unappealing. As in case of in-build Cognos objects, when there is no data by default it shows up as No Data Available. Or we can use the No data contents property to specify a content (customized text) to display when there is no data in database. Whereas the same properties are not available when a visualization object is used in a Cognos report. Nor there is any property to set conditional variable in visualization objects, so that a No Data text can be conditionally shown when visualization is rendered empty. With this document, report authors will know that how simple it is to avoid showing blank visualization in cognos report when there is no data available in database and showing a meaningful message for the viewers to understand it better. In this example, Sales namespace under Sales and marketing (analysis) folder of GO Data Warehouse (analysis) package is used. 1. Import the visualizations to Cognos library, in this case one simple Bar chart visualization is used as a sample which is downloaded from Analytics Zone Visualization section ( iew?communityuuid=9685c9a e8- f5f a#fullpagewidgetid=w561990aafebc_4d8b_9af8_7c03c &folder =fa9cc7b a15-abc0-352e43dafb1a).

5 Display No Data Content for RAVE visualizations used in IBM Cognos 5 2. Open IBM Cognos Click OK. 3. Go to the toolbox tab and drag the visualization object to the report page. 4. When the Visualization Gallery window pops up, select the visualization (Bar) from the list and click OK. Figure 1 Visualization Gallery showing the Bar chart visualization in the list which is selected. 5. Click OK in the Object and Query Names box 6. In the Query Explorer, select the visualization query (Query 1). Drag Retailer Name, Month and Revenue from Retailers, Time and Sales fact dimensions respectively of the Sales namespace from Sales and Marketing (analysis) folder. [go_data_warehouse].[sales and Marketing (analysis)].[sales].[retailers].[retailers].[retailer name] [go_data_warehouse].[sales and Marketing (analysis)].[sales].[sales fact].[revenue] [go_data_warehouse].[sales and Marketing (analysis)].[sales].[time].[time].[month]

6 6 Display No Data Content for RAVE visualizations used in IBM Cognos Figure 4 Retailer Name, Month and Revenue added to Query 1 7. From the toolbox, drag a Data Item and rename it to Revenue2. Add the following expression below then click OK. if ([Revenue]=0) then (0) else ([Revenue]) 8. From toolbox drag Filters to the Detail Filter section and add the following expression then click OK. [Sales].[Time].[Time].[Month].[Month number] between 13 and From toolbox drag Filters to the Detail Filter section and add the following expression then click OK. [Revenue2] > In the Page Explorer, select Page 1, click on the Data Item tab and place the data items to the visualizations. Drag Revenue2 to the Size box, Drag Retailer Name to the Categories box Drag Month to the Series box.

7 Display No Data Content for RAVE visualizations used in IBM Cognos 7 Figure 5 Shows visualization on the report page with data items filled in the container. If we execute this report now we will get a bar chart which will look like as below. Figure 6 Report output shows the bar chart for the data items used in the visualization.

8 8 Display No Data Content for RAVE visualizations used in IBM Cognos But let s think of cases when some conditions the query finds no matching records in database in such case the visualization will be blank. A similar example is shown below. Figure 7 Report output when there is no data for the visualization to display the chart. 11. So when below filter is added to the visualization query s Detail Filter section, no matching data is found in the database. Thus the report output displayed a blank visualization. [Revenue]=0 When there is no data available just displaying blank visualization, sometimes with only axis lines, legend items etc. makes the report page look unappealing.

9 Display No Data Content for RAVE visualizations used in IBM Cognos 9 With no No Data Content property available for visualization objects in Cognos, it becomes a limitation to get rid of the blank visualization. To overcome it, one of the ways is embed it inside a list. 12. From the toolbox tab, drag in a List and assign it to query 1, the one the visualization I s based off of. 13. Drag Revenue2 data item, from the data item tab, to the list. 14. Select the List Column Body and set the Box Type property to None, as we don t want it to be shown in report output. 15. Unlock the list. Select the visualization and drag it to the List Column Title and pace it inside the list header section. Figure 8 Box Type property is set to None for List Column Body and visualization object is placed inside the list header section. The report output will now show, by default No Data Available text when there is no data comes back from the query instead of earlier case where it showed a blank visualization. By selecting the List and using its No Data Contents property, any customized content can also be displayed instead of the default No Data Available text. To do that select Content specified in the No data tab option and specify the text that you want to display for no data.

10 10 Display No Data Content for RAVE visualizations used in IBM Cognos Figure 9 No Data Contents property to specify customized text. The report will now display No Data Available or the customized text when visualization finds no matching data to display in the database. Figure 10 Report output shows the default No Data Available text as well as the customized text Visualization is empty.

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

Date : June 3, IBM Cognos Open Mic. Extensible Visualization to Cognos Active Reports IBM Corporation

Date : June 3, IBM Cognos Open Mic. Extensible Visualization to Cognos Active Reports IBM Corporation Date : June 3, 2014 IBM Cognos Open Mic Extensible Visualization to Cognos Active Reports IBM Cognos Open Mic Team Presentor Technical Panel Member Agenda - What is RAVE - Prerequisites - Download and

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

IBM Cognos Analytics: Author Reports Advanced (v11.0)

IBM Cognos Analytics: Author Reports Advanced (v11.0) Course Guide IBM Cognos Analytics: Author Reports Advanced (v11.0) Course code B6059 ERC 2.0 IBM Training Preface April, 2016 NOTICES This information was developed for products and services offered in

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

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

Define the Slide Animation Direction on the deck control.

Define the Slide Animation Direction on the deck control. IBM Cognos Report Studio: Author Active Reports allows students to build on their Report Studio experience by using active report controls to build highly interactive reports that can be consumed by users.

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

IBM Cognos Analytics Version Accessibility Guide IBM

IBM Cognos Analytics Version Accessibility Guide IBM IBM Cognos Analytics Version 11.0 Accessibility Guide IBM Product Information This document applies to IBM Cognos Analytics version 11.0.0 and may also apply to subsequent releases. Copyright Licensed

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

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher Table of Contents Chapter 1: Getting Started 7 Roambi workflow 7 System requirements and specifications 8 Supported versions of IBM Cognos 8 Single sign-on support 8 Setting up an IBM Cognos portal 8 Chapter

More information

Proven Practice Installing TM1 9.5 in Apache Tomcat Product(s): TM1 9.5 Area of Interest: Install Config

Proven Practice Installing TM1 9.5 in Apache Tomcat Product(s): TM1 9.5 Area of Interest: Install Config Proven Practice Installing TM1 9.5 in Apache Tomcat Product(s): TM1 9.5 Area of Interest: Install Config 2 Copyright and Trademarks Licensed Materials - Property of IBM. Copyright IBM Corp. 2009 IBM, the

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

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

Using the Drag-and-Drop Report Builder

Using the Drag-and-Drop Report Builder Using the Drag-and-Drop Report Builder Salesforce, Spring 16 @salesforcedocs Last updated: January 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Instructor: Clara Knox. Reference:

Instructor: Clara Knox. Reference: Instructor: Clara Knox Reference: http://www.smith.edu/tara/cognos/documents/query_studio_users_guide.pdf Reporting tool for creating simple queries and reports in COGNOS 10.1, the web-base reporting solution.

More information

Exercise #6: Sales by Item Year over Year Report

Exercise #6: Sales by Item Year over Year Report Exercise #6: Sales by Item Year over Year Report Objective create a report that shows (by product) how many were sold and how much revenue you generated in sales over the last 3 years. Step 1: Edit existing

More information

Vendor: IBM. Exam Code: C Exam Name: IBM Cognos 10 BI Author. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: IBM Cognos 10 BI Author. Version: Demo Vendor: IBM Exam Code: C2020-612 Exam Name: IBM Cognos 10 BI Author Version: Demo Question No : 1 In Report Studio, an author creates a list report containing columns for Staff Name, Order number, and

More information

COGNOS User-Defined Prompts and Maps User Guide

COGNOS User-Defined Prompts and Maps User Guide COGNOS User-Defined Prompts and Maps User Guide Introduction This user guide will walk you through the steps of creating a user-defined prompt and maps in Cognos. The package we are using for this user

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Cognos Analytics Reporting User Interface

Cognos Analytics Reporting User Interface September 12, 2017 (v12.2.2 - BI v11) Cognos Analytics Reporting User Interface Business Intelligence Cognos Analytics Reporting Cognos Analytics Reporting is a Web-based tool used to create ad-hoc reports

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Add a Prompt to a Filter Add a prompt to a filter to add interactivity to the report. Prompts allow you to change filter criteria when the report is run. NAVIGATION: My

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

What s New in Cognos. Cognos Analytics Participant s Guide

What s New in Cognos. Cognos Analytics Participant s Guide What s New in Cognos Cognos Analytics Participant s Guide Welcome to What s New in Cognos! Illinois State University has undergone a version upgrade of IBM Cognos to Cognos Analytics. All functionality

More information

Create Custom Chart Palettes for IBM Cognos 8 Report Studio

Create Custom Chart Palettes for IBM Cognos 8 Report Studio Proven Practice Create Custom Chart Palettes for IBM Cognos 8 Report Studio Product(s): IBM Cognos 8 Report Studio Area of Interest: Customization Create Custom Chart Palettes for IBM Cognos 8 Report Studio

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Tivoli Common Reporting V2.x. Reporting with Client s Time zone

Tivoli Common Reporting V2.x. Reporting with Client s Time zone Tivoli Common Reporting V2.x Reporting with Client s Time zone Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM Corporation 2013 This

More information

SAMLab Tip Sheet #5 Creating Graphs

SAMLab Tip Sheet #5 Creating Graphs Creating Graphs The purpose of this tip sheet is to provide a basic demonstration of how to create graphs with Excel. Excel can generate a wide variety of graphs, but we will use only two as primary examples.

More information

IBM Cognos Analytics Version Accessibility Guide IBM

IBM Cognos Analytics Version Accessibility Guide IBM IBM Cognos Analytics Version 11.1 Accessibility Guide IBM Product Information This document applies to IBM Cognos Analytics version 11.1.0 and may also apply to subsequent releases. Copyright Licensed

More information

TIBCO Spotfire Lead Discovery 2.1 User s Manual

TIBCO Spotfire Lead Discovery 2.1 User s Manual TIBCO Spotfire Lead Discovery 2.1 User s Manual Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY TO ENABLE THE

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE:

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE: Microsoft Excel Dashboard Creation #280 1855 KIRSCHNER ROAD KELOWNA, BC V1Y4N7 250-861-8324 TOLL FREE: 1-877-954-8433 INFO@POWERCONCEPTS.CA WWW.POWERCONECPTS.CA Dashboard Creation Contents Process Overview...

More information

Creating Charts in Office 2007 Table of Contents

Creating Charts in Office 2007 Table of Contents Table of Contents Microsoft Charts... 1 Inserting a Chart in Excel... 1 Tip Shortcut Key to Create a Default Chart in Excel... 2 Activating Your Chart... 2 Resizing an Embedded Chart... 2 Moving a Chart...

More information

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary cockpit that is launched from the context menu of a

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

TUTORIAL Get Started with Tableau Desktop

TUTORIAL Get Started with Tableau Desktop TUTORIAL Get Started with Tableau Desktop Learn how to connect to data, create data visualizations, present your findings, and share your insights with others. http://onlinehelp.tableau.com/current/guides/get-started-tutorial/en-us/get-started-tutorialhome.html

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

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

IBM C IBM Cognos 10 BI Author. Download Full Version :

IBM C IBM Cognos 10 BI Author. Download Full Version : IBM C2090-620 IBM Cognos 10 BI Author Download Full Version : http://killexams.com/pass4sure/exam-detail/c2090-620 QUESTION: 42 In the report shown, users click on the Product line link to navigate to

More information

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

How to Create Excel Dashboard used in Solutions Conference By Matt Mason How to Create Excel Dashboard used in Solutions Conference 2017 By Matt Mason The following is a step by step procedure to create the Dashboard presented by Matt Mason in the Excel Tips and Tricks session

More information

Steps for Inserting and Editing a Document in Kurzweil

Steps for Inserting and Editing a Document in Kurzweil Steps for Inserting and Editing a Document in Kurzweil A. Insert document in Kurzweil 1. open your document 2. select, File, Print 3. Select the KESI Virtual printer 4. Select printer properties and make

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

Excel 2010 Charts and Graphs

Excel 2010 Charts and Graphs Excel 2010 Charts and Graphs In older versions of Excel the chart engine looked tired and old. Little had changed in 15 years in charting. The popular chart wizard has been replaced in Excel 2010 by a

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

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

Perceptive Business Insight

Perceptive Business Insight Perceptive Business Insight Advanced Design and Setup Guide Version: 7.0.x Written by: Product Knowledge, R&D Date: August 2016 2015 Perceptive Software. All rights reserved. Lexmark and Perceptive Software

More information

Module Four: Charts and Media Clips

Module Four: Charts and Media Clips Module Four: Charts and Media Clips Charts, sometimes called graphs, are a way to present detailed data to an audience in an easy to understand visual format. Media clips can turn your presentation into

More information

IBM i2 Analyst s Notebook Quick Start Guide

IBM i2 Analyst s Notebook Quick Start Guide IBM i2 Analyst s Notebook Quick Start Guide Provided with IBM i2 Analyst s Notebook 8.9 May 202 - - Copyright 0. This edition applies to version 8, release 9 of IBM i2 Analyst s Notebook (product number

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

TM1 9.5 Quick Installation and Upgrade Guide. Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration

TM1 9.5 Quick Installation and Upgrade Guide. Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration TM1 9.5 Quick Installation and Upgrade Guide Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration 2 Copyright and Trademarks Licensed Materials - Property of IBM.

More information

How to Make a Line Graph with Phase Lines in Excel 2007

How to Make a Line Graph with Phase Lines in Excel 2007 How to Make a Line Graph with Phase Lines in Excel 2007 Performance Aid Purpose The purpose of this document is to provide you with instructions to reference as you create a line graph in Excel 2007. It

More information

Adding Content to your Personalised Page

Adding Content to your Personalised Page Having prepared the layout of your personalised page, you now need to populate it with the relevant content. Content cannot be added unless the layout is already set up. Refer to Creating a Personalised

More information

IBM Cognos Analytics Overview and New Features Jumpstart

IBM Cognos Analytics Overview and New Features Jumpstart IBM Cognos Analytics Overview and New Features Jumpstart Training Materials are proprietary and confidential. Materials may not be reproduced or distributed in any way without permission from Senturus,

More information

IBM C IBM Cognos Analytics Author V11.

IBM C IBM Cognos Analytics Author V11. IBM C2090-621 IBM Cognos Analytics Author V11 http://killexams.com/exam-detail/c2090-621 QUESTION: 52 A report author would like to reuse a logo across all existing reports. Which object should be used?

More information

Since its earliest days about 14 years ago Access has been a relational

Since its earliest days about 14 years ago Access has been a relational Storing and Displaying Data in Access Since its earliest days about 14 years ago Access has been a relational database program, storing data in tables and using its own queries, forms, and reports to sort,

More information

Cityworks Analytics By Azteca Systems Inc.

Cityworks Analytics By Azteca Systems Inc. Cityworks Analytics 2014 By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State St., Suite 24 Sandy, UT, 84070, U.S.A.

More information

Adobe Encore DVD Tutorial:

Adobe Encore DVD Tutorial: Adobe Encore DVD Tutorial: Here is a simple tutorial for creating DVDs which will play Dolby Digital audio: 1. Plan the DVD project. Think through your DVD project. Decide how many audio tracks you want

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Market Insight Geo Mapping User Guide v1.0

Market Insight Geo Mapping User Guide v1.0 Market Insight Geo Mapping v1.0 D&B Market Insight Geo Mapping Manual Version: 1.0 Software Version: System: 2017 Q3 Training (UK) Contents Introduction... 1 Data Structure... 2 How to Login... 3 Map Options...

More information

Version Installation and User Guide

Version Installation and User Guide IBM Cognos 8 Business Intelligence Map Manager Version 8.4.1 Installation and User Guide Product Information This document applies to IBM Cognos 8 Version 8.4.1 and may also apply to subsequent releases.

More information

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288 Chapter at a glance Analyze Analyze data dynamically by using PivotTables, page 288 Filter Filter, show, and hide PivotTable data, page 298 Format Format PivotTables, page 313 Create Create dynamic charts

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those bags. You

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

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

Freestyle Reports DW DIG Crosstabs, Hotspots and Exporting

Freestyle Reports DW DIG Crosstabs, Hotspots and Exporting Exporting a Report You can export a report into other file formats. Acrobat (.pdf) Before exporting a report to.pdf format, make sure the columns in your report provide ample space for their contents.

More information

Customer Support Guide Creating a custom Headcount Dashboard

Customer Support Guide Creating a custom Headcount Dashboard Customer Support Guide Creating a custom Headcount Dashboard Contents Purpose... 2 Rationale... 2 Step by Step Instruction... 3 Related Documentation... 11 Package Version Date HCM 16.01 02/02/2017 HCM

More information

Excel Tables & PivotTables

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

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Section 33: Advanced Charts

Section 33: Advanced Charts Section 33 Advanced Charts By the end of this Section you should be able to: Use Chart Options Add Moving Averages to Charts Change a 3D Chart View Use Data Labels and Markers Create Stacked Bar Charts

More information

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands SCRIPT REFERENCE UBot Studio Version 4 The UI Commands UI Text Box This command creates a field in the UI area at the top of the browser. Drag the command from the toolbox into the scripting area. In the

More information

Dashboards. created by others because they have given you permission to view.

Dashboards. created by others because they have given you permission to view. The Unified Intelligence Center interface is organized by dashboards. are web pages that display reports, scheduled reports, sticky notes, and web-based elements, such as URLs and web widgets, that are

More information

SharePoint 2010 Content Types

SharePoint 2010 Content Types SharePoint 2010 Content Types A content type essentially defines the attributes of a list item, a document, or a folder. SharePoint 2010 has several built in content types and site columns that may meet

More information

Report on Configurable Fields in Business Intelligence

Report on Configurable Fields in Business Intelligence Report on Configurable Fields in Business Intelligence Business Intelligence Configurable Fields Reporting The Platform Configurability feature in PlanSource HCM enables you to add new fields to PlanSource

More information

Tutorials. Lesson 1 - Format a Schedule. In this lesson you will learn how to: Change the schedule s date range. Change the date headings.

Tutorials. Lesson 1 - Format a Schedule. In this lesson you will learn how to: Change the schedule s date range. Change the date headings. In this lesson you will learn how to: Change the schedule s date range. Change the date headings. Tutorials Change the schedule dimensions. Change the legend and add a new legend entry. Work with pages

More information

Analyze search results by using charts and graphs on a dedicated dashboard. Nexis Media Coverage Analyzer User Guide

Analyze search results by using charts and graphs on a dedicated dashboard. Nexis Media Coverage Analyzer User Guide Nexis Media Coverage Analyzer User Guide Analyze search results by using charts and graphs on a dedicated dashboard Nexis Media Coverage Analyzer is a new add-on module for nexis.com with a dedicated dashboard

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

Lab 5: Reporting with RPE

Lab 5: Reporting with RPE Lab 5: Reporting with RPE Objectives After completing this lab, you will be able to: Report on Rhapsody Models and Linked Requirements using Rational Publishing Engine Scenario In this Lab, you will first

More information

Queens/Brooklyn Lot Info Users Guide TWO WAYS TO REACH LOT INFO FROM STRATUS: 1. Search Stratus Public Records, then click Lot Info button

Queens/Brooklyn Lot Info Users Guide TWO WAYS TO REACH LOT INFO FROM STRATUS: 1. Search Stratus Public Records, then click Lot Info button Queens/Brooklyn Lot Info Users Guide TWO WAYS TO REACH LOT INFO FROM STRATUS: 1. Search Stratus Public Records, then click Lot Info button 2. Click on Lot Info link on Public Records search menu page Both

More information

OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide

OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide OnCommand Insight 6.3 Data Warehouse Custom Report Hands-on Lab Guide How to easily create adhoc and multi-tenancy reports in OnCommand Insight DWH using Business Insight Advanced Dave Collins, Technical

More information

Doc. Version 1.0 Updated:

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

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

CREATING AN AD HOC QUERY

CREATING AN AD HOC QUERY Ad Hoc Reporting AD HOC REPORTS are custom reports that you create on the fly so that you can view specific information that is important to you. An ad hoc report is created from a query, which means that

More information

Using the Palladium Business Intelligence Functionality

Using the Palladium Business Intelligence Functionality Using the Palladium Business Intelligence Functionality This document will assist in using Palladium s Business Intelligence Module. The function of the module is to allow you a view into your data with

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide Sage ERP Accpac 6.0A Financial Link Professional I User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are

More information

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 REVISION DATE: January 2014 Copyright 2014 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1 From the menus choose: Graphs Chart Builder... 20/11/2009 12:06:00 PM Page 1 The Chart Builder dialog box is an interactive window that allows you to preview how a chart will look while you build it. 20/11/2009

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Slide 1 Relational Databases Course objectives Normalize tables Set relationships between tables Implement referential integrity

More information

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

ADD A 3-D PIE CHART TO THE WORKBOOK

ADD A 3-D PIE CHART TO THE WORKBOOK ADD A 3-D PIE CHART TO THE WORKBOOK A pie chart is an easy way to show the relationship of items to the whole. In this exercise, you will be creating a Pie Chart that will show the relationship between

More information

Doc. Version 1.0 Updated:

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

More information