SlideShare a Scribd company logo
1 of 23
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

What's hot

‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
Ahmed Alorage
 
Object oriented database model
Object oriented database modelObject oriented database model
Object oriented database model
PAQUIAAIZEL
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
welcometofacebook
 

What's hot (20)

Introduction To Data Warehousing
Introduction To Data WarehousingIntroduction To Data Warehousing
Introduction To Data Warehousing
 
Présentation IBM InfoSphere MDM 11.3
Présentation IBM InfoSphere MDM 11.3Présentation IBM InfoSphere MDM 11.3
Présentation IBM InfoSphere MDM 11.3
 
‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
‏‏‏‏Chapter 9: Data Warehousing and Business Intelligence Management
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
 
LDM Slides: Conceptual Data Models - How to Get the Attention of Business Use...
LDM Slides: Conceptual Data Models - How to Get the Attention of Business Use...LDM Slides: Conceptual Data Models - How to Get the Attention of Business Use...
LDM Slides: Conceptual Data Models - How to Get the Attention of Business Use...
 
Master Your Data. Master Your Business
Master Your Data. Master Your BusinessMaster Your Data. Master Your Business
Master Your Data. Master Your Business
 
Social Network Visualization 101
Social Network Visualization 101Social Network Visualization 101
Social Network Visualization 101
 
Üzleti intelligencia és adatvizualizáció
Üzleti intelligencia és adatvizualizációÜzleti intelligencia és adatvizualizáció
Üzleti intelligencia és adatvizualizáció
 
Data Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-ServiceData Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-Service
 
Data vs Information
Data vs InformationData vs Information
Data vs Information
 
Conceptual vs. Logical vs. Physical Data Modeling
Conceptual vs. Logical vs. Physical Data ModelingConceptual vs. Logical vs. Physical Data Modeling
Conceptual vs. Logical vs. Physical Data Modeling
 
Object oriented database model
Object oriented database modelObject oriented database model
Object oriented database model
 
Data model and entity relationship
Data model and entity relationshipData model and entity relationship
Data model and entity relationship
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use Cases
 
Combining Data Lake and Data Wrangling for Ensuring Data Quality in CRIS
Combining Data Lake and Data Wrangling for Ensuring Data Quality in CRISCombining Data Lake and Data Wrangling for Ensuring Data Quality in CRIS
Combining Data Lake and Data Wrangling for Ensuring Data Quality in CRIS
 
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALADATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
 
Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2
 
Graph Analytics
Graph AnalyticsGraph Analytics
Graph Analytics
 
Introduction to Data Vault Modeling
Introduction to Data Vault ModelingIntroduction to Data Vault Modeling
Introduction to Data Vault Modeling
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
 

Similar to Cognos framework manager

1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
JOHNLEAK1
 
Atlan_Product metering_Subrat.pdf
Atlan_Product metering_Subrat.pdfAtlan_Product metering_Subrat.pdf
Atlan_Product metering_Subrat.pdf
Subrat Kumar Dash
 
Super applied in a sitecore migration project
Super applied in a sitecore migration projectSuper applied in a sitecore migration project
Super applied in a sitecore migration project
dodoshelu
 

Similar to Cognos framework manager (20)

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

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 

Cognos framework manager

  • 1.
  • 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

  1. 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.