SlideShare a Scribd company logo
Cognos framework manager
Agenda
Introduction to Framework Manager
Framework Manager Objects
Project FileAnd TheProject Page
Framework Manager Workflow
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
• CognosFramework Manager isametadatamodeling tool
• CognosFramework Manager providesthemetadatamodel development
environment for Cognos8.
• A model isabusinesspresentation of theinformation from oneor more
datasources
• Themodel providesabusinesspresentation of themetadata
• Themodel ispackaged and published for report authorsand query users
Introduction to Framework Manager
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
• Report authorsusethepublished packagein CognosReport Studio to create
standardized reports.
• Query users use the package in Query Studio to create adhoc queries.
• A project contains a model, namespaces, data sources, Query Subjects, Query
Items and packages
• Educating the query engine on how to structure the query
• Critical for business success because data accuracy depends on the design
• We can create model using Model Design Accelerator
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Continued…
• After define a Framework Manager Project and namespace,
one can publish one or more packages containing metadata
information to the Cognos Connection.
• BI users use the model to analyze and report on their data
sources. Reporting Layer
Cognos 10 Metadata Model
RelationalRelational CubesCubes OtherOtherFilesFiles
Enroll Now : https://goo.gl/KC31Ea
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Project:
The Project is the container for all the components used by Cognos
Framework Manager models, packages Datasource etc
Model:
A model is the set of related query subjects and other objects required
for one or more related reporting applications.
Packages:
Packages are collections of metadata that we are going to publish in
Cognos Connection for use by the business users.
Framework ManagerObjects
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Data Sources:
A project can contain data from one or more data sources
Namespaces:
A namespace uniquely identifies query items, query subjects and
other objects. Import different databases into separate namespaces to
avoid duplicate names.
Parameter map
Parameter Maps are substitution tables that are populated when the
package is published
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Query Subjects:
query subjects refers tables in database. A project is built upon query subjects.
There are 3 types of query subjects:
- Data source:
A data source query subject directly references data in data source . A single Framework
Manager project can contain data source query subjects from one or more data sources from one
or more vendors. This provides heterogeneous database access. Data source query subject can be
enhanced by adding filters or calculations to create additional query items
- Model:
Model query subjects can contain query items from an arbitrary set of data source query
subjects. Model query subjects can be enhanced by adding filters or calculations to create
additional query items.
- Stored procedure:
The stored procedure query subject operates much like a data source query subject in that
it defines a set of query items that are available to the model from the underlying data source.
Stored procedure query subjects cannot be enhanced by filters or calculations.
Continued…
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Query Items:
Query items are contained in query subjects. For example, a query subject that
references an entire table contains query items that represent each column in the table.
Note Calculated query items can have a dramatic impact on the performance of your SQL queries.
It is strongly recommended that calculated query items use database-only functions or are
incorporated directly into the database when possible.
Usage property
When a business user interacts with a model, the behavior of the data will be determined by how
the properties of the query item are set. For example, when the business user adds a query item
that references a numeric value to a report, will the value be totaled or will it be averaged? Maybe
nothing will happen. Cognos Studios determine the proper behavior for the data referenced by a
query item by looking at the usage of the query item being referenced
Continued…
Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
• Identifiers If the source column is a database key or date/datetime, the query item usage will be set to an
Identifier.
• Facts If the source column is a numeric value or a time interval, the query item usage will be set to Measure.
• Attributes If the query item is not an Identifier or a Measure, the query item usage will be set to Attribute.
• Regular Aggregate
• The Usage property is important because of the impact that the property has on the aggregation setting of a
query item. The Regular Aggregate property, as with all the other properties, is set during the initial metadata
load. This property determines how the values of a query item will be calculated when a summarization is
applied to those values.
• When a query item is determined to be an Identifier or an Attribute, the Regular Aggregate property will be
set to Count. This means that if a business user applies a summary to a column of Identifiers or Attributes, the
value displayed in the summary cell will be a count of the rows returned by the report or query. If the query
item is an Attribute or an Identifier, and the data type is a Date, the Regular Aggregate defaults to
Unsupported. Applying a summarization to a query item with an Unsupported Regular Aggregate property
will have no effect on the data.
• When a query item is determined to be a Fact, the Regular Aggregate property will be set to Sum. In this case,
applying a summarization to a column of Facts, the value displayed in the summary cell will be the total of all
the values added together.
Continued…
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
•Physical View
The first view in our model is the Physical View. This view is used to hold the query
subjects and relationships used to build the model. The query subjects in this view should be
unmodified views of the source tables. This ensures that simple select statements are sent to the
database, which prevents additional metadata calls at runtime.
•Business View
The second view is the Business View. This view contains query subjects that have been
optimized for use by the business user. This is where items are renamed, folders are created for
organizational purposes, query subjects are consolidated, and, when necessary, query subjects are
merged.
•Presentation View
The final view is the Presentation View. As the name implies, this is the view of the
model that will be presented to the business user. The query subjects in this view are organized to
make sense for the business user. Usually Business View query subject short cuts
Continued…
•Star Schema and Snowflake
A star schema is a database design optimized for reporting. The design is based on a central fact table that is
surrounded by dimension tables
Snowflake-- it contains a dimensional query subject that is not directly joined to the central fact table
•Fact Table
In its simplest terms, a fact table contains measures that will be aggregated in a report or some other
tool. A fact table is used to hold transactional data and the keys to the attributes that describe those
transactions
•Dimension Table
A dimension table, again in simplest terms, is a table that does not contain any measures. In a
database, a dimension table hods attributes, or descriptive values, that can be applied to one or more fact
tables. nonconformed, conformed, and role-playing. When a dimension can be used by more than one fact table
with consistent and give correct results, it is known as a conformed dimension.
When a single table is used to provide different dimensional information based on a join or filter, that table is
said be a “role playing” or “alias” table. A common example of this is an employee dimension.
Continued…
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
A Framework Manager project appears as a folder that contains a project file (.cpf) and the
specific .xml files that define the project. The files in a project folder are unique to each project
The contents of a project folder are..
<project name>.cpf :
The Framework Manager project file, which references the .xsd and .xml files
used to define a project
model.xml:
The actual model data created by Framework Manager users
Preferences.xml:
The preferences for Framework Manager projects
customdata.xml:
This file contains the layout information for the diagram. If this file is deleted, layout
information is lost. An automatic layout will be applied.
repository.xml:
The logged version history for each project or segment that was added to a
repository. This file exists only if you have added projects to a repository
Project File
After create or open a project, the project page appears. This page contains
several panes and views that one can use to view and modify the objects in a
project
Project Viewer:
The Project Viewer shows the objects in a project in a hierarchical
view. You can use the Project Viewer to view, modify, and create these objects:
Query subjects
Data sources
Namespaces
Parameter maps
Folders
Links
Calculations
Filters
Packages
The Project Page
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Object Viewer:
 The Object Diagram View shows the relationships between objects in a
project in a diagram. Relationships between query subjects are shown as
lines with cardinality notation.
 The Object Explorer Views shows Query Subjects and relationships between
Query objects in the form of Icons
 Dimension map is used to create Regular dimension.
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Properties pane:
The Properties pane shows the properties of the objects you last
selected in either the Object Explorer View, Object Diagram View, or
Project Viewer. Object properties are set during import, and some
property values can be modified during modeling. One can use the
Properties pane to add, modify, or delete the properties of objects
Tools pane:
Tools pan will shows Design language ,Active language ,Tasks
and all the statistics in detail
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
Planning
Setup &
Maintain
Security
Administer
Servers
& Reports
Framework
Manager
Projects
Publish
Package
Run, View,
Print
Reports/Analyses
PLAN MANAGE MODEL AUTHOR CONSUME
Author
Reports/Analyses
Configure
Install
Plan for
Implementation
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
Framework Manager Workflow
Create
Project
Prepare
Metadata
Manage
Project
Import
Create and
Manage
Packages
Set
Security
Publish
Content
Store
Data
Sources
Report Studio
Query Studio
Analysis Studio
Model Metadata &
Prepare the
Business View
Create
Project
Prepare
Metadata
Manage
Project
Create and
Manage
Packages
Set
Security
Publish
Model Metadata &
Prepare the
Business View
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Create the Project & Prepare Metadata
• Analyze:
– work with report authors to understand business reporting requirements
– know your data and the structure of your data sources
• Create:
– create a project
– identify the project structure
– import the required metadata
Create
Project
Prepare
MetadataPrepare
Metadata
Prepare:
 examine, modify, and create relationships
 add multilingual support
 examine and modify object properties
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
Model Metadata & Prepare the Business ViewModel Metadata & Prepare the Business View
• To enhance the business view of the model, you can:
– model for predictable results (model as a star schema)
– model for OLAP-style queries (model dimensionally)
– create one or more business views
– customize metadata for runtime to dynamically control the data returned
• Display local language only
• Set row-level security based on values stored in data source
Model Metadata & Prepare
the Business View
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
Create and Manage Packages & Set SecurityCreate and Manage Packages & Set Security
• To create and manage packages, you can:
– modify a package
– define the package contents
– specify languages
– view/edit package inclusion
– enable versioning
Create and
Manage
Packages
Set
Security
 Cognos 8 security is implemented through user authentication and authorized access to content.
To set security in Framework Manager, you can:
 define access to packages
 create security filters
 define access to objects
 define package administration access
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
Publish Packages & Manage the Project
• Publish packages to make the metadata available to users.
• Packages must contain all the information that a specific user or group of users needs to create reports
Publish
Manage
Project
 Perform project management activities such as:
– implementing multiuser modeling
• repository control
– sharing and reusing information
• segmenting and linking
– action logging and synchronizing
– validating a project
USA : +1 940 440 8084, IND : +91 953 383 7156
Email Id : info@maxonlinetraining.com
Enroll Now : https://goo.gl/KC31Ea
For Free Demo you can call us at
USA : +1 9404408084
IND : +91 9533837156

More Related Content

PDF
Industrial_Cyber_Security
PDF
Introduction to Cognos BI
PPTX
Problem Management Overview
PPTX
ServiceDesk Plus Overview Presentation
PPT
ITSM Presentation
PPT
June2007 Implementing Itil Problem Mgmt
PPT
5.4 it security audit (mauritius)
Industrial_Cyber_Security
Introduction to Cognos BI
Problem Management Overview
ServiceDesk Plus Overview Presentation
ITSM Presentation
June2007 Implementing Itil Problem Mgmt
5.4 it security audit (mauritius)

What's hot (20)

PDF
Marlabs Capabilities Overview: Application Maintenance Support Services
PDF
Tm forum application_framework_tam_12.5
DOCX
Incident Mgmt Process Guideand Standards
PPTX
What is Enterprise Service Management and How You Can Get Started
PPT
Security policy
PPS
ITIL Service Desk Tools
PPTX
Incident management with jira
PDF
Making Problem Management Work for Your Organization
PDF
Introduction to Business Process Management
PPTX
Introduction To ITIL Slide Share
PPTX
Regulatory Reporting Dashboard
PPTX
ITIL vs. COBIT
PPTX
ITIL Continual Service Improvement
PDF
Modeling the Insurance Enterprise
PPTX
요구사항과 테스트 설계
PPTX
Chapter 10: Information Systems Acquisition, Development, and Maintenance
PPTX
PDF
글로벌 ITSM시장 트렌드, Global ITSM Market trends
PDF
Metrics based Management
PDF
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
Marlabs Capabilities Overview: Application Maintenance Support Services
Tm forum application_framework_tam_12.5
Incident Mgmt Process Guideand Standards
What is Enterprise Service Management and How You Can Get Started
Security policy
ITIL Service Desk Tools
Incident management with jira
Making Problem Management Work for Your Organization
Introduction to Business Process Management
Introduction To ITIL Slide Share
Regulatory Reporting Dashboard
ITIL vs. COBIT
ITIL Continual Service Improvement
Modeling the Insurance Enterprise
요구사항과 테스트 설계
Chapter 10: Information Systems Acquisition, Development, and Maintenance
글로벌 ITSM시장 트렌드, Global ITSM Market trends
Metrics based Management
An Introduction to Enterprise Architecture Visual Modeling With The ArchiMate...
Ad

Viewers also liked (6)

PDF
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
PPTX
Cognos Framework Manager
PDF
Preview Cognos Analytics Version 11
PPTX
What's New in Cognos Analytics 11.0.5
PDF
IBM Cognos Analytics - Cognos Business Intelligence version 11
PDF
Cognos Analytics Version 11 Questions Answered
IBM Cognos 10 Framework Manager Metadata Modeling: Tips and Tricks
Cognos Framework Manager
Preview Cognos Analytics Version 11
What's New in Cognos Analytics 11.0.5
IBM Cognos Analytics - Cognos Business Intelligence version 11
Cognos Analytics Version 11 Questions Answered
Ad

Similar to Cognos framework manager (20)

PDF
Nose Dive into Apache Spark ML
PPTX
Process management seminar
PPTX
UNIT - 1 Part 2: Data Warehousing and Data Mining
PDF
BI Publisher Data model design document
PDF
BI Publisher 11g : Data Model Design document
PPS
Oracle BI Publsiher Using Data Template
PPTX
Agile Methodology Approach to SSRS Reporting
PDF
Elastic Stack: Using data for insight and action
PPT
Data modelling tool in CASE
DOCX
JPJ1421 Facilitating Document Annotation Using Content and Querying Value
PDF
IRJET- Resume Information Extraction Framework
PPTX
Visible Governance: How to set up data governance using Visible Analyst Comme...
PPTX
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
PPTX
System analysis and design
PDF
IRJET- Data Analytics & Visualization using Qlik
PDF
Atlan_Product metering_Subrat.pdf
PPTX
data wrangling (1).pptx kjhiukjhknjbnkjh
PDF
Super applied in a sitecore migration project
DOCX
12 1-man-operation center-ug(2)
PDF
Evaluation of Data Auditability, Traceability and Agility leveraging Data Vau...
Nose Dive into Apache Spark ML
Process management seminar
UNIT - 1 Part 2: Data Warehousing and Data Mining
BI Publisher Data model design document
BI Publisher 11g : Data Model Design document
Oracle BI Publsiher Using Data Template
Agile Methodology Approach to SSRS Reporting
Elastic Stack: Using data for insight and action
Data modelling tool in CASE
JPJ1421 Facilitating Document Annotation Using Content and Querying Value
IRJET- Resume Information Extraction Framework
Visible Governance: How to set up data governance using Visible Analyst Comme...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
System analysis and design
IRJET- Data Analytics & Visualization using Qlik
Atlan_Product metering_Subrat.pdf
data wrangling (1).pptx kjhiukjhknjbnkjh
Super applied in a sitecore migration project
12 1-man-operation center-ug(2)
Evaluation of Data Auditability, Traceability and Agility leveraging Data Vau...

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Lesson notes of climatology university.
PDF
Complications of Minimal Access Surgery at WLH
PPTX
master seminar digital applications in india
PDF
Basic Mud Logging Guide for educational purpose
PDF
Pre independence Education in Inndia.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
01-Introduction-to-Information-Management.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Cell Types and Its function , kingdom of life
O5-L3 Freight Transport Ops (International) V1.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
master seminar digital applications in india
Basic Mud Logging Guide for educational purpose
Pre independence Education in Inndia.pdf
GDM (1) (1).pptx small presentation for students
2.FourierTransform-ShortQuestionswithAnswers.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Microbial diseases, their pathogenesis and prophylaxis
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Sports Quiz easy sports quiz sports quiz
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
01-Introduction-to-Information-Management.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf

Cognos framework manager

  • 2. Agenda Introduction to Framework Manager Framework Manager Objects Project FileAnd TheProject Page Framework Manager Workflow Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 3. • CognosFramework Manager isametadatamodeling tool • CognosFramework Manager providesthemetadatamodel development environment for Cognos8. • A model isabusinesspresentation of theinformation from oneor more datasources • Themodel providesabusinesspresentation of themetadata • Themodel ispackaged and published for report authorsand query users Introduction to Framework Manager Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 4. • Report authorsusethepublished packagein CognosReport Studio to create standardized reports. • Query users use the package in Query Studio to create adhoc queries. • A project contains a model, namespaces, data sources, Query Subjects, Query Items and packages • Educating the query engine on how to structure the query • Critical for business success because data accuracy depends on the design • We can create model using Model Design Accelerator Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 5. Continued… • After define a Framework Manager Project and namespace, one can publish one or more packages containing metadata information to the Cognos Connection. • BI users use the model to analyze and report on their data sources. Reporting Layer Cognos 10 Metadata Model RelationalRelational CubesCubes OtherOtherFilesFiles Enroll Now : https://goo.gl/KC31Ea USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 6. Project: The Project is the container for all the components used by Cognos Framework Manager models, packages Datasource etc Model: A model is the set of related query subjects and other objects required for one or more related reporting applications. Packages: Packages are collections of metadata that we are going to publish in Cognos Connection for use by the business users. Framework ManagerObjects Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 7. Data Sources: A project can contain data from one or more data sources Namespaces: A namespace uniquely identifies query items, query subjects and other objects. Import different databases into separate namespaces to avoid duplicate names. Parameter map Parameter Maps are substitution tables that are populated when the package is published Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 8. Query Subjects: query subjects refers tables in database. A project is built upon query subjects. There are 3 types of query subjects: - Data source: A data source query subject directly references data in data source . A single Framework Manager project can contain data source query subjects from one or more data sources from one or more vendors. This provides heterogeneous database access. Data source query subject can be enhanced by adding filters or calculations to create additional query items - Model: Model query subjects can contain query items from an arbitrary set of data source query subjects. Model query subjects can be enhanced by adding filters or calculations to create additional query items. - Stored procedure: The stored procedure query subject operates much like a data source query subject in that it defines a set of query items that are available to the model from the underlying data source. Stored procedure query subjects cannot be enhanced by filters or calculations. Continued… Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 9. Query Items: Query items are contained in query subjects. For example, a query subject that references an entire table contains query items that represent each column in the table. Note Calculated query items can have a dramatic impact on the performance of your SQL queries. It is strongly recommended that calculated query items use database-only functions or are incorporated directly into the database when possible. Usage property When a business user interacts with a model, the behavior of the data will be determined by how the properties of the query item are set. For example, when the business user adds a query item that references a numeric value to a report, will the value be totaled or will it be averaged? Maybe nothing will happen. Cognos Studios determine the proper behavior for the data referenced by a query item by looking at the usage of the query item being referenced Continued… Enroll Now : https://goo.gl/KC31EaUSA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 10. • Identifiers If the source column is a database key or date/datetime, the query item usage will be set to an Identifier. • Facts If the source column is a numeric value or a time interval, the query item usage will be set to Measure. • Attributes If the query item is not an Identifier or a Measure, the query item usage will be set to Attribute. • Regular Aggregate • The Usage property is important because of the impact that the property has on the aggregation setting of a query item. The Regular Aggregate property, as with all the other properties, is set during the initial metadata load. This property determines how the values of a query item will be calculated when a summarization is applied to those values. • When a query item is determined to be an Identifier or an Attribute, the Regular Aggregate property will be set to Count. This means that if a business user applies a summary to a column of Identifiers or Attributes, the value displayed in the summary cell will be a count of the rows returned by the report or query. If the query item is an Attribute or an Identifier, and the data type is a Date, the Regular Aggregate defaults to Unsupported. Applying a summarization to a query item with an Unsupported Regular Aggregate property will have no effect on the data. • When a query item is determined to be a Fact, the Regular Aggregate property will be set to Sum. In this case, applying a summarization to a column of Facts, the value displayed in the summary cell will be the total of all the values added together. Continued… USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 11. •Physical View The first view in our model is the Physical View. This view is used to hold the query subjects and relationships used to build the model. The query subjects in this view should be unmodified views of the source tables. This ensures that simple select statements are sent to the database, which prevents additional metadata calls at runtime. •Business View The second view is the Business View. This view contains query subjects that have been optimized for use by the business user. This is where items are renamed, folders are created for organizational purposes, query subjects are consolidated, and, when necessary, query subjects are merged. •Presentation View The final view is the Presentation View. As the name implies, this is the view of the model that will be presented to the business user. The query subjects in this view are organized to make sense for the business user. Usually Business View query subject short cuts Continued…
  • 12. •Star Schema and Snowflake A star schema is a database design optimized for reporting. The design is based on a central fact table that is surrounded by dimension tables Snowflake-- it contains a dimensional query subject that is not directly joined to the central fact table •Fact Table In its simplest terms, a fact table contains measures that will be aggregated in a report or some other tool. A fact table is used to hold transactional data and the keys to the attributes that describe those transactions •Dimension Table A dimension table, again in simplest terms, is a table that does not contain any measures. In a database, a dimension table hods attributes, or descriptive values, that can be applied to one or more fact tables. nonconformed, conformed, and role-playing. When a dimension can be used by more than one fact table with consistent and give correct results, it is known as a conformed dimension. When a single table is used to provide different dimensional information based on a join or filter, that table is said be a “role playing” or “alias” table. A common example of this is an employee dimension. Continued… USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 13. A Framework Manager project appears as a folder that contains a project file (.cpf) and the specific .xml files that define the project. The files in a project folder are unique to each project The contents of a project folder are.. <project name>.cpf : The Framework Manager project file, which references the .xsd and .xml files used to define a project model.xml: The actual model data created by Framework Manager users Preferences.xml: The preferences for Framework Manager projects customdata.xml: This file contains the layout information for the diagram. If this file is deleted, layout information is lost. An automatic layout will be applied. repository.xml: The logged version history for each project or segment that was added to a repository. This file exists only if you have added projects to a repository Project File
  • 14. After create or open a project, the project page appears. This page contains several panes and views that one can use to view and modify the objects in a project Project Viewer: The Project Viewer shows the objects in a project in a hierarchical view. You can use the Project Viewer to view, modify, and create these objects: Query subjects Data sources Namespaces Parameter maps Folders Links Calculations Filters Packages The Project Page USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 15. Object Viewer:  The Object Diagram View shows the relationships between objects in a project in a diagram. Relationships between query subjects are shown as lines with cardinality notation.  The Object Explorer Views shows Query Subjects and relationships between Query objects in the form of Icons  Dimension map is used to create Regular dimension. USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 16. Properties pane: The Properties pane shows the properties of the objects you last selected in either the Object Explorer View, Object Diagram View, or Project Viewer. Object properties are set during import, and some property values can be modified during modeling. One can use the Properties pane to add, modify, or delete the properties of objects Tools pane: Tools pan will shows Design language ,Active language ,Tasks and all the statistics in detail USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 17. Planning Setup & Maintain Security Administer Servers & Reports Framework Manager Projects Publish Package Run, View, Print Reports/Analyses PLAN MANAGE MODEL AUTHOR CONSUME Author Reports/Analyses Configure Install Plan for Implementation USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 18. Framework Manager Workflow Create Project Prepare Metadata Manage Project Import Create and Manage Packages Set Security Publish Content Store Data Sources Report Studio Query Studio Analysis Studio Model Metadata & Prepare the Business View Create Project Prepare Metadata Manage Project Create and Manage Packages Set Security Publish Model Metadata & Prepare the Business View USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com
  • 19. Create the Project & Prepare Metadata • Analyze: – work with report authors to understand business reporting requirements – know your data and the structure of your data sources • Create: – create a project – identify the project structure – import the required metadata Create Project Prepare MetadataPrepare Metadata Prepare:  examine, modify, and create relationships  add multilingual support  examine and modify object properties USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 20. Model Metadata & Prepare the Business ViewModel Metadata & Prepare the Business View • To enhance the business view of the model, you can: – model for predictable results (model as a star schema) – model for OLAP-style queries (model dimensionally) – create one or more business views – customize metadata for runtime to dynamically control the data returned • Display local language only • Set row-level security based on values stored in data source Model Metadata & Prepare the Business View USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 21. Create and Manage Packages & Set SecurityCreate and Manage Packages & Set Security • To create and manage packages, you can: – modify a package – define the package contents – specify languages – view/edit package inclusion – enable versioning Create and Manage Packages Set Security  Cognos 8 security is implemented through user authentication and authorized access to content. To set security in Framework Manager, you can:  define access to packages  create security filters  define access to objects  define package administration access USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 22. Publish Packages & Manage the Project • Publish packages to make the metadata available to users. • Packages must contain all the information that a specific user or group of users needs to create reports Publish Manage Project  Perform project management activities such as: – implementing multiuser modeling • repository control – sharing and reusing information • segmenting and linking – action logging and synchronizing – validating a project USA : +1 940 440 8084, IND : +91 953 383 7156 Email Id : info@maxonlinetraining.com Enroll Now : https://goo.gl/KC31Ea
  • 23. For Free Demo you can call us at USA : +1 9404408084 IND : +91 9533837156

Editor's Notes

  • #3: Data warehouse is a foundation of a comprehensive business intelligence system. A data warehousing (or data mart) system is the backend, or the infrastructural, component for achieving business intelligence.