Tuesday, October 20, 2015

Difference between detail filter and summary filter

Filters are used to emphasize the important information and filter out what is unnecessary. You can apply a filter to a report to change the focus of the report.

Detail filter:-
  • Detail filter is used to filter detail-level data within a report. A detail filter applies one or more specified conditions to each row of data. If conditions are true for a row, data in the row is retrieved and appears in the report. If a condition is not true, then row is not retrieved and it is not retrieved in the report.
  • Detail filters can apply to each and every record in the database.
  • Detail filter comes under the where clause.
  • In detail filter you have two options while using it:
Before auto aggregation or after auto aggregation i.e. before the data is brought into the cache or after the data has been brought into the cache.

If you add set the property as before auto aggregation filter will be applied to where clause otherwise filter is applied in having

Summary filter:
  • A summary filter is used to filter summary-level data in a report. Before you create a summary filter,  you must calculate the summary level data items that you want to use in the filter.
  • A summary filter can apply to summary level data.
  • Summary filter comes under having clause.
  • Summary filters don't have the option before auto-aggregation or after aggregation.


Tuesday, October 13, 2015

Cognos Transformer

IBM Cognos Transformer is a multi-dimensional data modelling tool. This tool is used for to create multi-dimensonal cube for business presentation of data.

Cognos transformer model can contain data from one or more than one data source. Model is used to support OLAP reporting and faster analysis of data.

A cube contains calculated and summarized data organized into dimensions and measures and can be viewed and analysed in IBM Cognos Analysis Studio.

IBM Cognos Transformer creates metadata file with .mdl extension, which generates a physical cube with .mdc extension.

Wednesday, September 16, 2015

Cognos Framework Manager

Framework Manager is a metadata modeling tool for IBM Cognos BI. Metadata is data about data. Metadata model represent the data to business users in a very simple way, which remove the complexity of data structure.

Framework Manager is a Windows-based developer tool used to accomplish the metadata modeling task. A Framework Manager model can derived data from more than one data sources.

A model structure manages data such a way which is useful for business users.
Example- a model defines business rules, data descriptions, data relationships, business dimensions and hierarchy, and administrative tasks.

The team involve in Framework Manager modeling should have knowledge of database structure and requirements of business users.

When metadata modeling is completed, package is created and then package is published.

Published package is available in IBM Cognos Connection which  makes metadata accessible to report authors. Each package must contain all the information that a specific user or group of users need to create reports.

Example- One package have human resource data and another package have sale data. User of each department can use specific package related to their departments.


Wednesday, August 26, 2015

Cognos Event Studio

IBM Cognos Event studio is the notification tool used to alert decision-maker in the organization, so that they can make timely and effective decisions on the occurrence of events.

Event studio used to create agent that monitor status changes, priority customers, to detect occurrence of business event, or any other factor which is important to organization or business.

When an event occurs in organization people are alerted to take required action.  Agent detect the event and perform the task like publish the detail to portal, deliver alert by email, run and distribute report based on events and monitor the status of the events.

Example of event- Cancellation of large order or return of product.

Sunday, August 23, 2015

Cognos Analysis Studio

IBM Cognos Analysis Studio is the web-based analysis component within IBM Cognos Connection. User can explore, analyze and compare the dimensional data using Analysis Studio. Analysis Studio provides access to dimensional, OLAP( Online Analytical Processing) and DMR (Dimensional Modeled Relational) data sources.

You can use Analysis Studio to compare and manipulate data to understand the relation between data and its relative importance. You can view performance indicator of your business.

Example- revenue, growth, product cost, or top performer. Analysis Studio provides filter, calculations, sorting and drill up and drill down support you need for analysis.

Using Analysis Studio, you can perform following task-

  • Find and focus on items which are important to your business.
  • Understand the trends in the market.
  • Compare the data, such as details to summaries, or actual results to budgeted results.
  • Assess performance by focusing on the best or worst results.
  • Establish relative importance using calculations such as rank or growth.
  • Share your finding and analysis with management.

Analysis created in Analysis Studio can be opened in Report Studio and used to build professional reports.