SlideShare a Scribd company logo
Getting Started SAP BO 4.1
Getting Started with Information Design

Description:
BISP is committed to provide BEST learning material to the beginners and advance learners.
In the same series, we have prepared a complete end-to end Hands-on Beginner’s Guide for
SAP BO 4.1. The document focuses on basic keywords, terminology and definitions one
should know before starting SAP BO 4.1. Join our professional training program and learn
from experts.

History:
Version Description Change
0.1
Initial Draft
0.1
Review#1

www.bispsolutions.com

Author
Laxmi Ahuja
Amit Sharma

www.bisptrainigs.com

Publish Date
10th Oct 2013
10th Oct 2013

www.hyperionguru.com

Page 1
Table of Contents
Table of Contents.............................................................................................................................. 2
Introduction to Information Design Tool.............................................................................................3
Starting Information Design Tool....................................................................................................3
Creating Universe using Information Design Tool..............................................................................5
Steps for Creating Universe........................................................................................................... 5
Changing Object type................................................................................................................... 25
Retrieving a published universe from the local file system..............................................................32

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 2
Introduction to Information Design Tool
Information Design Tool has been launched from SAP BO 4.0 and is a part of Client Tools in SAP
BO 4.1.
The information design tool is an SAP BusinessObjects metadata design environment that enables
a designer to extract, define, and manipulate metadata from relational and OLAP sources to create
and deploy SAP BusinessObjects universes.

Starting Information Design Tool
The information design tool is installed with the SAP BusinessObjects Business Intelligence
platform Client Tools Once the client tools are installed on your machine, for example in a Windows
Server 2008 installation of the BI platform, you can start the information design tool with the
command: Start > All programs >SAP BusinessIntelligence > SAP BusinessObjects BI
platform 4 Client Tools > Information Design Tool.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 3
No authentication is required to use the information design tool in offline mode (not connected to a
repository). You can begin creating and editing local resources.
Note:
When you double-click a resource file in the local file system (for example a .blx, .dfx, or .cnx file),
the information design tool opens without opening the specific resource editor. You must open the
editor from the Local Projects View.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 4
Creating Universe using Information Design Tool
Before you begin:
 Make sure the middleware drivers are configured for the data sources to which you want to
connect.
 Make sure you have the appropriate rights defined in the Central Management Console
(CMC).
 Decide if the data foundation type should be single-source or multisource-enabled.
The type and number of connections available, as well as the SQL syntax that is used to define
SQL structures depends on the data foundation type Connections for multisource-enabled data
foundations must be secured, relational connections, and are managed by the data federation
service.
The procedure to create a universe varies slightly for different types of data sources

Steps for Creating Universe
1. Creating a Project
In the Local Projects View select File > New > Project.
The resources you use to build the universe are created and stored in the project.

Enter the project name and then click on Finish.

You can see that a new project is created.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 5
2. Creating database Connections
Right Click on the project name and select New > Relational Connection

Enter the Resource Name and Description. Description can be used to identify the connection when
multiple connection are made in a single project.
Click on Next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 6
Select the Middleware Driver for connection to be established. Click on Next

Choose the Authentication Mode.
www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 7
Let us take Use BusinessObjects credential mapping.

Choose the Data Source Name. Let us take Club as the data source.

You can click on the Test Connection button to check if the connection is responding.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 8
A popup window will appear like this as you can see.
Test Result will be seen in another popup window like this.

You can click on test details to see the details. It should display the details like this.

Then you can click on next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 9
Now you can configure the parameters like connection timeout, fetch size, bind size , etc for the
connection.

After you click on Finish. You can see the General Information.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 10
After you click on Finish, You can see a repository resource.

Connections can be local or secured:
 Create a local connection if you want to publish the universe on the local file system. Later,
you can publish the business layer to a repository.
 Create a secured connection if you want to create a multisource-enabled universe, or if you
want to publish the universe in a repository without first publishing locally. For secured
connections, you must create connection shortcuts in the local project to reference the
secured connections in the repository.
To make a secure connection, take the following steps
Right click on connection that you have made and goto Publish Connection to Repository.

After you Publish Connection to a Repository, you can see this popup window.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 11
Define the repository folder where you want to publish the connection.

After you click on Finish. You get the Info window that your connection was published successfully.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 12
3. Creating Data Foundation Layer
Right click on the project name, click on New > Data Foundation.

Enter the name you want to give to your data foundation, you can also give some description about
your data foundation. Click on next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 13
Select the type of data foundation you want- Single source or multiple sources enabled.
Click on Next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 14
Select the type of connection - Secured or Local. We would select the secured connection.
Click on Finish.

You can see the data foundation created with the extension dfx. You can work on the ........
to insert the tables.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 15
4. Inserting Tables and creating Joins in your data foundation
Right click on Insert and click on Insert Tables.
You can also Insert View , Derived Tables and Comments.

You can Select the connection from where you want to insert the tables.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 16
Select the tables you want in your data foundation and you can chose to Detect the Keys and the
Joins along with cardinalities associated with joins.
Click on Finish.

Now you can see all the selected tables in the structure panel like this.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 17
You can manually create the joins like this after you rearrange the tables.

When you double click on the Join, you can edit the join as per your requirements and click on Ok.
1.Equi join

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 18
2.Left Outer Join

3.Right Outer Join

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 19
4.Theta Join

5.Shortcut Join

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 20
Detect the cardinality of Join

5. Creating Business Layer
Right click on the project name , click on New > Business Layer.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 21
Select the type of data source for the business layer.
Click on Next.

Give the Business Layer a name and describe it.
Click on Next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 22
Select the Data Foundation you want to build your business layer to associate with.
Check the box to automatically create folders and objects.
Click on Finish.

Now you can see your business layer in your project.

6. Creating Folder/Classes and Objects
You can see the tables of data foundation as folders in business layer.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 23
You can click on change data foundation to change the data foundation that you have connected
with initially.
You can click on the folders to see the objects.
There are 3 types of objects
 Dimensions
 Measures
 Attributes
Now you can see the Objects and folders enclosed in the red label.

The blue flag shows the dimension object.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 24
Changing Object type
You can change the object type.
Right click on the object and click on Turn into Aggregate function > Sum/Count/Max/.... or Turn into
Attribute.

Now you can see that Days and Nb Guests are changed to type Measure.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 25
You can edit the definition of object from this panel.

7. Publish a Universe to the Repository
To Publish your Resource to Repository
Right click on the business layer you have created and Goto Publish > To a Repository / To a
local folder.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 26
You need to select the business layer which you need to publish as universe. Click on Ok.

In the Publish Universe you can check for integrity of all the components.
Just check the components you want to check and click on Check Integrity.
Click on Next.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 27
Publish the Universe to a repository.
click on Finish.

you can create your own folder to keep your universes.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 28
8. Creating Queries to Test your Universe
Click on Parameters and List of values . Click on the Insert option in the List of Values panel.
Enter Name for List of Values.
Click on Edit Query.

Now you can see the query panel and the required universe along with the Result objects for
query , Query filters and the Data Preview for you queries.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 29
You can drag and drop the objects you want in your report.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 30
Now click on Refresh to get the Result Data Set. As shown here.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 31
Retrieving a published universe from the local file system
To retrieve a published universe, you must have a project in the Local Projects View where the
business
layer and referenced resources are to be saved.
1. In the Local Projects View, right-click the project folder and select Retrieve Universe > from
Local
Folder.

2. Follow the instructions on the wizard pages.
When the wizard finishes, the business layer and its dependent resources (connections, connection
shortcuts, and data foundation) are created in the local project and are ready to be edited.

Retrieving a published universe from a repository
To retrieve a published universe, you must have a project in the Local Projects View where the
business
layer and referenced resources are to be saved.
1. You can retrieve a universe from a repository in two ways:
From the Local Projects View
Right-click the project folder in the Local Projects View and select Retrieve
Universe > from a Repository.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 32
Select the Universe you want to retrieve. You can choose to Save it for all users.
Click on Finish.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 33
Note:
By default, the resources are retrieved into the local project and are secured locally by requiring you
to enter your repository system authentication when opening a retrieved data foundation or business layer.
To remove the local security requirement, select the Save for all users option when selecting the universe in
the repository.
Follow the instructions on the wizard pages
When the wizard finishes, the business layer and its dependent resources (connections, connection shortcuts,
and data foundation) are created in the local project and are ready to be edited.

www.bispsolutions.com

www.bisptrainigs.com

www.hyperionguru.com

Page 34

More Related Content

PPTX
Power bi overview
PPTX
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
PPT
Introduction to Power BI
PPTX
Power BI.pptx
PPTX
Power BI Consultants | Power BI Solutions | Power BI Service
PDF
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
PDF
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
Power bi overview
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
Introduction to Power BI
Power BI.pptx
Power BI Consultants | Power BI Solutions | Power BI Service
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan

What's hot (20)

PPTX
Power business intelligence
PDF
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
PDF
Microsoft Power BI Technical Overview
PPTX
Introduction to Microsoft Power BI
PPTX
Power bi components
PPTX
Power bi introduction
PPTX
Tableau Software - Business Analytics and Data Visualization
PPTX
Power bi software
PDF
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
PDF
Building a Dashboard in an hour with Power Pivot and Power BI
PPTX
Metaverse for Dataverse
 
PDF
Power BI Interview Questions and Answers | Power BI Certification | Power BI ...
PDF
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
PPTX
Microsoft Power BI
PDF
pandas: Powerful data analysis tools for Python
PPTX
DAX and Power BI Training - 004 Power Query
PPTX
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
PPTX
Power BI - Bring your data together
PPTX
Power BI for Developers
Power business intelligence
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Microsoft Power BI Technical Overview
Introduction to Microsoft Power BI
Power bi components
Power bi introduction
Tableau Software - Business Analytics and Data Visualization
Power bi software
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Building a Dashboard in an hour with Power Pivot and Power BI
Metaverse for Dataverse
 
Power BI Interview Questions and Answers | Power BI Certification | Power BI ...
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Microsoft Power BI
pandas: Powerful data analysis tools for Python
DAX and Power BI Training - 004 Power Query
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power BI - Bring your data together
Power BI for Developers
Ad

Viewers also liked (16)

PDF
SAP BusinessObjects Universe Designer training
PDF
Sap business-object-universe-idt-lab-i
PPTX
SAP BO and Teradata best practices
PPTX
Sap BusinessObjects 4
PDF
Information Design Tool -Tutorial4
PPTX
Sm and journalism, pt 2
PPTX
Sound & music
PDF
How to Coach Enterprise Experimentation (Alissa Briggs at Enterprise UX 2015)
PPTX
DOC
Zaragoza turismo-56
PPTX
Going with the (Cash) Flow with Microsoft Excel
DOC
Info sacu
DOC
Zaragoza turismo 236
DOC
11 áGua 393 27 Ago04
PPTX
From Awesome Admin to Champion Coder by Ashima Saigal, David Liu, Jennifer Be...
PDF
Estudo comparativo em matéria do direito na UNASUL: ênfase nos elementos inte...
SAP BusinessObjects Universe Designer training
Sap business-object-universe-idt-lab-i
SAP BO and Teradata best practices
Sap BusinessObjects 4
Information Design Tool -Tutorial4
Sm and journalism, pt 2
Sound & music
How to Coach Enterprise Experimentation (Alissa Briggs at Enterprise UX 2015)
Zaragoza turismo-56
Going with the (Cash) Flow with Microsoft Excel
Info sacu
Zaragoza turismo 236
11 áGua 393 27 Ago04
From Awesome Admin to Champion Coder by Ashima Saigal, David Liu, Jennifer Be...
Estudo comparativo em matéria do direito na UNASUL: ênfase nos elementos inte...
Ad

Similar to Sap bo-universe-design-beginner-s-guide-part-i (20)

PDF
Training BOBJ SAP Online
DOC
Sap bo 4.2 course content
DOC
SAP Business Objects 4.2 Training Online
DOC
Online SAP BO 4.2 Training
DOC
SAP BusinessObjects Design Studio 1.7
DOC
BOBJ Training Online
DOC
Sap bo 4.2 course content (1)
DOC
SAP BOBJ 4.2 Jobsupport and Online Training
DOC
SAP BO 4.1 Training
DOC
SAP BO Dashboard Training Online
DOCX
How to creating a universe with the bo xi 4.0 information design tool
PDF
Idt legacy workflows
PDF
Sap business-object-universe-design-lab-ii
DOCX
Sap business objects bobi training
PDF
informatica
PDF
Sap business objects xir3.03.1, bi 4.0 & 4.1 training
DOC
Sap bo xi r4.0
DOC
Sap bo xi r4.0
DOC
Sap bo xi r4.0
DOC
Sap bo xi r4.0
Training BOBJ SAP Online
Sap bo 4.2 course content
SAP Business Objects 4.2 Training Online
Online SAP BO 4.2 Training
SAP BusinessObjects Design Studio 1.7
BOBJ Training Online
Sap bo 4.2 course content (1)
SAP BOBJ 4.2 Jobsupport and Online Training
SAP BO 4.1 Training
SAP BO Dashboard Training Online
How to creating a universe with the bo xi 4.0 information design tool
Idt legacy workflows
Sap business-object-universe-design-lab-ii
Sap business objects bobi training
informatica
Sap business objects xir3.03.1, bi 4.0 & 4.1 training
Sap bo xi r4.0
Sap bo xi r4.0
Sap bo xi r4.0
Sap bo xi r4.0

More from Amit Sharma (20)

PDF
Oracle enteprise pbcs drivers and assumptions
PDF
Oracle EPBCS Driver
PDF
Oracle Sales Quotation Planning
PDF
Oracle strategic workforce planning cloud hcmswp converted
PDF
Basics of fdmee
PDF
FDMEE script examples
PDF
Oracle PBCS creating standard application
PPT
Hfm rule custom consolidation
PPT
Hfm calculating RoA
PPT
Adding metadata using smartview
PPT
Hyperion planning weekly distribution
PPT
Hyperion planning scheduling data import
PPT
Hyperion planning new features
TXT
Microsoft dynamics crm videos
PDF
Oracle apex-hands-on-guide lab#1
PDF
Oracle apex hands on lab#2
PDF
Security and-data-access-document
PDF
Sales force managing-data
PDF
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
PDF
Sales force certification-lab-ii
Oracle enteprise pbcs drivers and assumptions
Oracle EPBCS Driver
Oracle Sales Quotation Planning
Oracle strategic workforce planning cloud hcmswp converted
Basics of fdmee
FDMEE script examples
Oracle PBCS creating standard application
Hfm rule custom consolidation
Hfm calculating RoA
Adding metadata using smartview
Hyperion planning weekly distribution
Hyperion planning scheduling data import
Hyperion planning new features
Microsoft dynamics crm videos
Oracle apex-hands-on-guide lab#1
Oracle apex hands on lab#2
Security and-data-access-document
Sales force managing-data
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Sales force certification-lab-ii

Recently uploaded (20)

PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPT
What is a Computer? Input Devices /output devices
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
Getting Started with Data Integration: FME Form 101
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Architecture types and enterprise applications.pdf
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPTX
Chapter 5: Probability Theory and Statistics
PDF
project resource management chapter-09.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
A comparative study of natural language inference in Swahili using monolingua...
DP Operators-handbook-extract for the Mautical Institute
OMC Textile Division Presentation 2021.pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
Assigned Numbers - 2025 - Bluetooth® Document
What is a Computer? Input Devices /output devices
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
O2C Customer Invoices to Receipt V15A.pptx
A novel scalable deep ensemble learning framework for big data classification...
Getting started with AI Agents and Multi-Agent Systems
Getting Started with Data Integration: FME Form 101
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
WOOl fibre morphology and structure.pdf for textiles
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Architecture types and enterprise applications.pdf
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Chapter 5: Probability Theory and Statistics
project resource management chapter-09.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Final SEM Unit 1 for mit wpu at pune .pptx
A comparative study of natural language inference in Swahili using monolingua...

Sap bo-universe-design-beginner-s-guide-part-i

  • 1. Getting Started SAP BO 4.1 Getting Started with Information Design Description: BISP is committed to provide BEST learning material to the beginners and advance learners. In the same series, we have prepared a complete end-to end Hands-on Beginner’s Guide for SAP BO 4.1. The document focuses on basic keywords, terminology and definitions one should know before starting SAP BO 4.1. Join our professional training program and learn from experts. History: Version Description Change 0.1 Initial Draft 0.1 Review#1 www.bispsolutions.com Author Laxmi Ahuja Amit Sharma www.bisptrainigs.com Publish Date 10th Oct 2013 10th Oct 2013 www.hyperionguru.com Page 1
  • 2. Table of Contents Table of Contents.............................................................................................................................. 2 Introduction to Information Design Tool.............................................................................................3 Starting Information Design Tool....................................................................................................3 Creating Universe using Information Design Tool..............................................................................5 Steps for Creating Universe........................................................................................................... 5 Changing Object type................................................................................................................... 25 Retrieving a published universe from the local file system..............................................................32 www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 2
  • 3. Introduction to Information Design Tool Information Design Tool has been launched from SAP BO 4.0 and is a part of Client Tools in SAP BO 4.1. The information design tool is an SAP BusinessObjects metadata design environment that enables a designer to extract, define, and manipulate metadata from relational and OLAP sources to create and deploy SAP BusinessObjects universes. Starting Information Design Tool The information design tool is installed with the SAP BusinessObjects Business Intelligence platform Client Tools Once the client tools are installed on your machine, for example in a Windows Server 2008 installation of the BI platform, you can start the information design tool with the command: Start > All programs >SAP BusinessIntelligence > SAP BusinessObjects BI platform 4 Client Tools > Information Design Tool. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 3
  • 4. No authentication is required to use the information design tool in offline mode (not connected to a repository). You can begin creating and editing local resources. Note: When you double-click a resource file in the local file system (for example a .blx, .dfx, or .cnx file), the information design tool opens without opening the specific resource editor. You must open the editor from the Local Projects View. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 4
  • 5. Creating Universe using Information Design Tool Before you begin:  Make sure the middleware drivers are configured for the data sources to which you want to connect.  Make sure you have the appropriate rights defined in the Central Management Console (CMC).  Decide if the data foundation type should be single-source or multisource-enabled. The type and number of connections available, as well as the SQL syntax that is used to define SQL structures depends on the data foundation type Connections for multisource-enabled data foundations must be secured, relational connections, and are managed by the data federation service. The procedure to create a universe varies slightly for different types of data sources Steps for Creating Universe 1. Creating a Project In the Local Projects View select File > New > Project. The resources you use to build the universe are created and stored in the project. Enter the project name and then click on Finish. You can see that a new project is created. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 5
  • 6. 2. Creating database Connections Right Click on the project name and select New > Relational Connection Enter the Resource Name and Description. Description can be used to identify the connection when multiple connection are made in a single project. Click on Next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 6
  • 7. Select the Middleware Driver for connection to be established. Click on Next Choose the Authentication Mode. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 7
  • 8. Let us take Use BusinessObjects credential mapping. Choose the Data Source Name. Let us take Club as the data source. You can click on the Test Connection button to check if the connection is responding. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 8
  • 9. A popup window will appear like this as you can see. Test Result will be seen in another popup window like this. You can click on test details to see the details. It should display the details like this. Then you can click on next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 9
  • 10. Now you can configure the parameters like connection timeout, fetch size, bind size , etc for the connection. After you click on Finish. You can see the General Information. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 10
  • 11. After you click on Finish, You can see a repository resource. Connections can be local or secured:  Create a local connection if you want to publish the universe on the local file system. Later, you can publish the business layer to a repository.  Create a secured connection if you want to create a multisource-enabled universe, or if you want to publish the universe in a repository without first publishing locally. For secured connections, you must create connection shortcuts in the local project to reference the secured connections in the repository. To make a secure connection, take the following steps Right click on connection that you have made and goto Publish Connection to Repository. After you Publish Connection to a Repository, you can see this popup window. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 11
  • 12. Define the repository folder where you want to publish the connection. After you click on Finish. You get the Info window that your connection was published successfully. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 12
  • 13. 3. Creating Data Foundation Layer Right click on the project name, click on New > Data Foundation. Enter the name you want to give to your data foundation, you can also give some description about your data foundation. Click on next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 13
  • 14. Select the type of data foundation you want- Single source or multiple sources enabled. Click on Next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 14
  • 15. Select the type of connection - Secured or Local. We would select the secured connection. Click on Finish. You can see the data foundation created with the extension dfx. You can work on the ........ to insert the tables. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 15
  • 16. 4. Inserting Tables and creating Joins in your data foundation Right click on Insert and click on Insert Tables. You can also Insert View , Derived Tables and Comments. You can Select the connection from where you want to insert the tables. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 16
  • 17. Select the tables you want in your data foundation and you can chose to Detect the Keys and the Joins along with cardinalities associated with joins. Click on Finish. Now you can see all the selected tables in the structure panel like this. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 17
  • 18. You can manually create the joins like this after you rearrange the tables. When you double click on the Join, you can edit the join as per your requirements and click on Ok. 1.Equi join www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 18
  • 19. 2.Left Outer Join 3.Right Outer Join www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 19
  • 21. Detect the cardinality of Join 5. Creating Business Layer Right click on the project name , click on New > Business Layer. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 21
  • 22. Select the type of data source for the business layer. Click on Next. Give the Business Layer a name and describe it. Click on Next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 22
  • 23. Select the Data Foundation you want to build your business layer to associate with. Check the box to automatically create folders and objects. Click on Finish. Now you can see your business layer in your project. 6. Creating Folder/Classes and Objects You can see the tables of data foundation as folders in business layer. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 23
  • 24. You can click on change data foundation to change the data foundation that you have connected with initially. You can click on the folders to see the objects. There are 3 types of objects  Dimensions  Measures  Attributes Now you can see the Objects and folders enclosed in the red label. The blue flag shows the dimension object. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 24
  • 25. Changing Object type You can change the object type. Right click on the object and click on Turn into Aggregate function > Sum/Count/Max/.... or Turn into Attribute. Now you can see that Days and Nb Guests are changed to type Measure. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 25
  • 26. You can edit the definition of object from this panel. 7. Publish a Universe to the Repository To Publish your Resource to Repository Right click on the business layer you have created and Goto Publish > To a Repository / To a local folder. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 26
  • 27. You need to select the business layer which you need to publish as universe. Click on Ok. In the Publish Universe you can check for integrity of all the components. Just check the components you want to check and click on Check Integrity. Click on Next. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 27
  • 28. Publish the Universe to a repository. click on Finish. you can create your own folder to keep your universes. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 28
  • 29. 8. Creating Queries to Test your Universe Click on Parameters and List of values . Click on the Insert option in the List of Values panel. Enter Name for List of Values. Click on Edit Query. Now you can see the query panel and the required universe along with the Result objects for query , Query filters and the Data Preview for you queries. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 29
  • 30. You can drag and drop the objects you want in your report. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 30
  • 31. Now click on Refresh to get the Result Data Set. As shown here. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 31
  • 32. Retrieving a published universe from the local file system To retrieve a published universe, you must have a project in the Local Projects View where the business layer and referenced resources are to be saved. 1. In the Local Projects View, right-click the project folder and select Retrieve Universe > from Local Folder. 2. Follow the instructions on the wizard pages. When the wizard finishes, the business layer and its dependent resources (connections, connection shortcuts, and data foundation) are created in the local project and are ready to be edited. Retrieving a published universe from a repository To retrieve a published universe, you must have a project in the Local Projects View where the business layer and referenced resources are to be saved. 1. You can retrieve a universe from a repository in two ways: From the Local Projects View Right-click the project folder in the Local Projects View and select Retrieve Universe > from a Repository. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 32
  • 33. Select the Universe you want to retrieve. You can choose to Save it for all users. Click on Finish. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 33
  • 34. Note: By default, the resources are retrieved into the local project and are secured locally by requiring you to enter your repository system authentication when opening a retrieved data foundation or business layer. To remove the local security requirement, select the Save for all users option when selecting the universe in the repository. Follow the instructions on the wizard pages When the wizard finishes, the business layer and its dependent resources (connections, connection shortcuts, and data foundation) are created in the local project and are ready to be edited. www.bispsolutions.com www.bisptrainigs.com www.hyperionguru.com Page 34