Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
LEARNING PATH: IBM Cognos Business Intelligence Suite Guide
Rating: 4.3 out of 5(138 ratings)
895 students

LEARNING PATH: IBM Cognos Business Intelligence Suite Guide

Master business intelligence concepts with ease!
Last updated 12/2017
English

What you'll learn

  • Learn to navigating around the Cognos BI application
  • Understand the different applications in Cognos and when to use Query Studio or Report Studio
  • Built adhoc reports to accomplish quick, on-the-fly reporting requirements
  • Create more complex reports that can be used by multiple users for multiple requirements
  • Develop charts, graphs, and dashboards for macro views of micro data and drill into that micro data

Course content

3 sections71 lectures4h 24m total length
  • The Course Overview1:02

    This video provides an overview of the entire course.

  • Navigating Report Studio5:48

    New to Cognos? Ok! Let’s take a look around to get the hang of the interface.

    • Get acquainted with the menu and toolbars
    • Understand the explorer bar and how to traverse the page, query, and condition explorers
    • Understand the various tabs: Sources, data, functions, parameters, and macros

  • Types of Reports4:49

    There are report templates for most items you will need, or start with a blank slate and create your own.

    • Select a report type from the Cognos provided templates: List, crosstab, chart, or others
    • Add a table and have multiple data containers on one report page
    • Use one query (or multiple queries) for all objects or multiple objects

  • Adding Data6:48

    In this video, we will add data and start building our report.

    • Don’t forget the dropzone—the blinking line between two solid lines.
    • When you add data to a report page, it’s added to the query automatically. Adding data to the query is not automatically added to the report page.
    • Custom fields are a great means to truly customize your BI products. Get familiar with all of the functions available.

  • Filters5:00

    Adding fixed filters can help reduce data returned on a report during development, and later on we will see how filters will secure the data.

    • Start with fixed filters over dynamic ones when developing; this saves time between testing report runs
    • You can disable a filter or delete it in case you want to use it again later; this is handy during testing
    • Get familiar with your data whether it’s a number or string; the syntax you will use for filters will require that

  • Prompts5:12

    Prompts are a great way to build in dynamic filters into the report.

    • Create a new query using the Product lines for the data set
    • Use a value prompt and map that prompt to the product line query
    • Create a filter in your main query using the data filtered by the value prompt

  • Formatting Reports4:50

    We will put finishing touches to our report in this video. Always be sure to save formatting for the last step!

    • Let’s add a dynamic report title using a Layout Calculation and a function
    • Next, let’s group the data by product line and product type
    • Finally, let’s add in subtotals and change some of the colors of the subtotal/total lines

  • Prompt Pages6:47

    Prompt pages are a great design means to put all prompts together into one or multiple pages. We can even make the prompts dynamic to make the report behave as a web application.

    • Add a new prompt page from Page Explorer
    • Add a table for page design and drag in new prompts
    • Link queries to the prompts and then add the parameters as filters in the main query

  • Conditional Formatting and Variables4:01

    Conditional formatting and variables are great ways to show data outliers or hide unneeded fields in a report. Combine these with prompts for a truly dynamic report experience.

    • Add new variables from the Condition Explorer
    • Use the properties to select the list column ancestor
    • Link the variable to the list column render property

  • Joins and Unions5:22

    Not all joins can be perfected in the framework. In this video, we’ll go through creating custom joins and unions in Report Studio.

    • Create two queries with a common field to join on or identical query fields for a union
    • Drag a join or union into the Query Explorer
    • Join the common fields together and then drag the fields into the join/union output

  • Creating Dashboards7:57

    Let’s turn that simple report into a dashboard in this video. We will mix numerical with graphical data for a simple dashboard that can be easily enhanced.

    • On a report page, use tables to design the look and feel of your dashboard
    • Add multiple objects that is lists/charts in the report page
    • Link multiple objects to a single query for optimal results

  • Drill Through Reports4:30

    While everyone loves charts and graphs in their report, they often lead to many questions. In this video, we will use drill through reports so that users can drill into the details behind their graphical data.

    • Select the chart or other objects to drill through
    • Under properties, select drill through definitions
    • Select the drill through report and values/parameters to pass to the destination report

  • Active Reports4:34

    Active reports are a great way to deploy automated reports and dashboards without the users requiring to be connected to Cognos or the database behind it.

    • Convert your report to an active report from the file convert to active report menu option
    • Look at the new objects in the toolbox that are available
    • Use the new tools for a truly dynamic experience, such as tab controls based on report data

  • Navigating Cognos Administration2:15

    Create Cognos specific groups and add users or AD groups to facilitate rolling out Cognos security.

    • From the Launch menu at the top of the screen, click on Cognos Administration
    • Add groups/roles from under the security tab
    • Add users to the groups or roles

  • Securing Reports3:40

    In this video, you will learn how to secure individual reports by modifying permissions and adding or restricting groups.

    • Use the groups/roles previously set up
    • Click on report properties, then on the permissions tab
    • Grant or deny read, execute, traverse permissions for the new groups/roles

  • Securing Directories3:09

    Too many reports to secure? No problem, let’s go ahead and secure some directories.

    • Similar to securing reports, secure folders or directories instead
    • Subdirectories need to have permission at the parent level
    • Also ensure that the package has the same group/role access

  • Securing the Data3:20

    Sometimes securing a report isn’t enough. In this video, you will learn how to restrict sensitive data from viewers by hard coding some filters into a report.

    • Hard code filters in the reports for various business units
    • Don’t forget to hard code prompts
    • Test the report, then use report/directory security to augment

  • Using Macros3:11

    Macros aren’t often used but have great dynamic options, such as only allowing a consumer to see product lines that they manage.

    • Click on the macros tab to see what options are available
    • Learn useful functions such as CSVIdentityNameList
    • Use group/role names creatively to dynamically filter reports

  • Changing Packages1:57

    Need to change packages after you have already started development? No problem!

    • Did your package move? Go to report properties and link the package location
    • Alternatively, open report and from File, click on Report Package
    • Select a new package or a new package location, then click on ok.

  • Adding Javascript2:15

    JavaScript can be a handy tool for some advanced techniques in Report Studio.

    • Don’t recreate the wheel; lots of creative JavaScript already exists on the internet
    • Add HTML items before and after the object you wish to alter
    • Paste in the JavaScript into the HTML items and test!

  • Linking Multiple Objects to One Query2:04

    Keep development simple using fewer queries to drive more report objects. If a report page has a chart and list that use the same date, have them both use the same query.

    • Select an object, then under properties, change the query from Query1 to your existing query
    • Right click while dragging an object onto a report, then select the existing query
    • Keep report design simple, minimizing queries when possible

  • Page Breaking on Groups1:48

    Page Breaking on Groups helps present data to keep like data together, for example, by product line or region.

    • Add groups to the list on the report page
    • Add in a page set in the Page Explorer
    • Drag the report page into the details of the Page Explorer and select the page break group

  • Cascading Prompts1:56

    Facilitate prompting and overall user experience by enabling cascading prompts, where what you select with one prompt will lead to options available on the next prompt.

    • Add two or more prompts to the prompt page
    • Select the 2nd prompt and under properties, click on the ellipsis next to Cascade Source
    • Select the 1st prompt when the window opens and click on ok

  • Working with SQL4:04

    Whether you have complex datasets or just a quick requirement to extract data using SQL instead of framework modifications is a great way to get the data exactly how you need it.

    • In Query Explorer, click and drag a SQL query into the query window
    • Double click on the SQL icon and start coding the SQL. Validate when done
    • Open the query linked to the SQL then test the data

  • Handling BLOBs and CLOBs2:34

    More databases are taking advantage of using BLOB or CLOB fields. Here’s how to handle those in your reports to prevent errors from displaying.

    • Cast the data as a varchar such as cast([Data Item], varchar(XX)
    • Start with a large enough number (XX) in the varchar statement
    • Reduce the number until the report no longer throws an error

  • IBM Cognos Report Studio

Requirements

  • Understanding of basic BI concepts is required.

Description

IBM Cognos BI is a web-based report development tool designed to create anything from simple list reports to complex multi-page dashboards across multiple databases. Framework Manager is a part of the IBM Cognos Business Intelligence suite that allows users to model data to facilitate report development and delivery. Framework Manager acts as the middleware between the database and report-writing tools such as Workspace Advanced and Report Studio. So if you are a business intelligence professional looking to get an insight of the IBM Cognos Business intelligence suite, then go for this Learning Path.  The highlights of this Learning Path are:

  • Become comfortable navigating around the Cognos BI application
  • Understand the different applications in Cognos and when to use Query Studio or Report Studio
  • Master complex reports that can be used by multiple users for multiple requirements

Let’s take a look at your learning journey. To start off with, you will learn best practices for navigating Report Studio, the types of reports available, adding data, creating fixed filters, creating prompts and formatting. You will then learn advanced topics such as prompt pages, variables, joints/unions, dashboards, drill-through reports, and active reports. You will also learn to secure your reporting environment through Cognos Administration thus securing your reports/directories/data, and the use of macros. Next, you will understand how to efficiently analyze your data and create visually appealing reports and dashboards with IBM Cognos Business Intelligence. You will learn how to navigate and master the components of a model or package. You will then learn to design, build, deploy, and test your models. Finally, you will apply security to the model you have built. By the end of this Learning Path, you will be able to create stunning reports and dashboards to get actionable insights using IBM Cognos Business Intelligence.

Meet Your Experts:

We have the best works of the following esteemed author to ensure that your learning journey is smooth:

  • Aaron Solar has involvement in both manufacturing and service industries across multiple sectors. He has 20+ years of experience in BI, financial system, accounting, and business intelligence. His depth of experience from IT and MIS demands continual process improvement and automation within departmental operations as well as zero tolerance for inaccuracies in management systems. He is currently a consultant for Aronson LLC, a firm based in Rockville, MD.

Who this course is for:

  • This Learning Path is targeted at business intelligence professionals looking to get an insight of the IBM Cognos Business intelligence suite.