SlideShare une entreprise Scribd logo
1  sur  45
Intelligent Ideas. Swift Execution.
OBIEE Training
Intelligent Ideas. Swift Execution.
Agenda
• About OBIEE
• OBIEE Architecture
• Login Screen
• Oracle Enterprise Manager
• Important file Locations
• OBIEE Home Page
• Answers 11g Overview
• OBIEE Column Types
• Exercise 1: Creating Analysis
• Exercise 2: Creating Filters
• Exercise 3: Pivot table and Hierarchy
• Exercise 4: Grouping
• Exercise 5: Calculated Members
• New Graphs and Visualizations
• The View Selector
• Graphs
• Exercise 6: Graph Slider
• Exercise 7: Graph Zooming
• Maps
• Exercise 8: Creating a Prompt
• Exercise 9: Creating a Dashboard Prompt
• Sample Dashboard
• Creating a Dashboard
Intelligent Ideas. Swift Execution.
• Oracle BI is a comprehensive BI platform that delivers a full range of analytics
and reporting capabilities.
• Oracle BI provides a set of web-based tools for reporting and analyzing data
• Based around dashboards, built around graphs, tables, pivots etc.
• Multiple Server architecture that splits data access/presentation elements.
• Connects to multiple data sources
• Oracle DB and Exadata
• SQL server , DB2 and Teradata
• Essbase, Oracle OLAP and MSAS
• ADF view objects etc.
• Integral part of Oracle Fusion Middleware
About OBIEE
Intelligent Ideas. Swift Execution.
OBIEE Architecture
At higher level components in
OBIEE11g can be divided into two
types.
Java Components : BI publisher,
BI Office plugin, BI security
service, BI SOA services, BI action
Services, JMX Mbeans
System Components: BI Server, BI
Presentation server, BI scheduler,
BI Cluster Controller
Intelligent Ideas. Swift Execution.
Login Screen
Intelligent Ideas. Swift Execution.
Oracle Enterprise Manager
Intelligent Ideas. Swift Execution.
New Features
• Unified Framework
• Column Types
• Interaction
• Selection steps
• Groups
• Calculated Items
• Unified Prompting
• New Graph Features
• Maps
• BI Publisher Integration and Web Edition
Oracle Enterprise Manager
Intelligent Ideas. Swift Execution.
Important file Locations
Intelligent Ideas. Swift Execution.
OBIEE Home Page
Intelligent Ideas. Swift Execution.
• Support for OLAP-style reporting.
• Hierarchical columns
• Support for ragged and skip level
hierarchies
• Dynamic re-arrangement of pivot
tables in the dashboard
• Dynamic grouping and custom aggregates
• New Prompts
• New Dashboard Controls
• New gauge types and graphics
Answers 11g Overview
Intelligent Ideas. Swift Execution.
OBIEE Column Types
Attribute Column
Hierarchical Column
Measure Column
Intelligent Ideas. Swift Execution.
Scenario
Build an analysis that will show Revenue by office by time. The office’s total value should be the
aggregate of all companies but only display the companies that have revenue greater than
$4,900,000 for year 2012.
Create a Query
Click New->Analysis link at the top of the screen to
navigate to the Answers start page.
Click Global subject Area link.
1. In the left-hand selection pane of the Answers interface,
click the Plus icon next to Time Dimension to drill down and
see the columns associated with the Time dimension. Click the
Time Hierarchy column to add it to your query criteria, which
appears in the right pane.
Exercise 1: Creating Analysis
Intelligent Ideas. Swift Execution.
Exercise 1: Creating Analysis
2. Click the Plus icon next to Offices Dimension to
drill down and see the columns for the Offices
dimension. Click the Offices Hierarchy column
to add it to your query criteria.
3. Finally, drill on Base Facts and add the Revenue
column. Click on the Results Tab.
Intelligent Ideas. Swift Execution.
Scenario
Filter data using Selection Steps
Create a Query
Use Selection steps to chose the correct Offices
to display.
Under Office Click “Then, New Step” and add a
Condition Step with the following information
Exercise 2: Creating Filters
Intelligent Ideas. Swift Execution.
The query should look like this.
Exercise 2: Creating Filters
Intelligent Ideas. Swift Execution.
If you highlight the Time Hierarchy column you will see a Grey
Tab Show up
Grab the tab and drag on top of revenue columns
The display will look like this
Exercise 3: Pivot table and Hierarchies
Intelligent Ideas. Swift Execution.
Click the + next to Total Time to Expand the Time Dimension and your Display should
look like this:
Exercise 3: Pivot table and Hierarchies
Intelligent Ideas. Swift Execution.
• Return to the Results tab.
• At the top of the area in the menu bar click on New Group
• This you to create a separate aggregate group from selected members within a
hierarchy.
• Give the Group a name (My Office).
• Select Production Org Assembled Dept,
Subcontracted Org and Tescare 
Subsidiaries Org.
Exercise 4: Grouping
Intelligent Ideas. Swift Execution.
• Click Done
• Expand My Office and screen will look like this
Exercise 4 : Grouping
Intelligent Ideas. Swift Execution.
Exercise 5: Calculated Members
• Return to the Results tab.
• At the top of the area in the menu bar click on New Calculated Item
• Give the Item a name (My Office Total).
• Select Production Org Assembled Dept,
Subcontracted Org and TescareSubsidiaries
• Click OK. The results looks like below.
Intelligent Ideas. Swift Execution.
New Graphs and Visualizations
• Additional Graph Features implemented
• Sliders, Zoom and Legends
• Master Detail links
Intelligent Ideas. Swift Execution.
The View Selector
• Reports in Oracle Answers can have multiple Views associated with them.
• Default views are Table, Title and Compound
• Table View is a simple listing
• Title view provides title, subtitle
and icon
• Compound views combines multiple
views.
• Compound view is normally the view
displayed on dashboard
Intelligent Ideas. Swift Execution.
Graphs
OBIEE11g has several types of graphs available.
• Area
• Horizontal Bar
• Bubble
• Vertical Bar
• Line
• Line-Bar Combo
• Pareto
• Pie
• Radar
• Scatter
• Step
Intelligent Ideas. Swift Execution.
Exercise 6: Graph Slider
• Go to Selection Steps and Delete the
My office Group and My Office Total Calc
• Working with the same query, select new View 
Graph Bar Default
Intelligent Ideas. Swift Execution.
Exercise 6: Graph Slider
• Edit the Graph and Perform the following.
a. Move Time Hierarchy under Sections
b. Check “Display as Slider” in the
Sections
a. Expand Total Time in the graph view
Intelligent Ideas. Swift Execution.
Exercise 6: Graph Slider
• Click Done. The graph should look like this.
• Click the Play button on the slider or move the slider to display results for various years.
Intelligent Ideas. Swift Execution.
Exercise 7 : Graph Zooming
1. Create a new Analysis using the columns shows below.
2. Create a new View  Graph Vertical Stacked Bar
• Click the Play button on the slider or move the slider to display results for various years.
Intelligent Ideas. Swift Execution.
Exercise 7: Graph Zooming
3. Edit the Graph and set Company into the Legend
4. Now Edit the Graph Properties and set the following:
a. Zoom Enabled for Horizontal and Vertical Axis
b. Legend on the Top
c. Canvas Width to 550
.
Intelligent Ideas. Swift Execution.
Exercise 7 : Graph Zooming
5. Click OK and your Graph should look like this:
6. Click on the Zoom icon and zoom into the Horizontal Axis
7. We can now slide for more detail
Intelligent Ideas. Swift Execution.
Maps
1. To create a Map view we must first start with data that has some geocoded columns. The Sample
data has several columns that can be used. We first create a query with the following columns:
C61 Geo Country Code, C62 .. State Name (from Customers Cust Geo Codes) then T05 Name Year,
D4 Company and Revenue
2. Add a Filter for Country Code where the Value
is USA
Intelligent Ideas. Swift Execution.
Maps
3. Edit the Table with the following settings
4. Create a New View Map
Intelligent Ideas. Swift Execution.
5. Click on the Edit (pencil icon)
6. Make the changes show to the Revenue Selection
Maps
7. Click OK and your color Coding should be shown.
Intelligent Ideas. Swift Execution.
Maps
8. Now Add a new View with the Settings shown:
9. Now you will see Bar Charts on each of the States
that have data. This represents the Revenue for Each
Office within the State.
10. Last thing is to set the Map Properties to resize the Map
Intelligent Ideas. Swift Execution.
Maps
12. Click Done
Intelligent Ideas. Swift Execution.
Exercise 8: Creating a Prompt
1. Go back into the Home page or Catalog and Edit the Lesson 1 Query
2. Modify the Selection Steps to only keep members of the YEAR level
3. Now Click on the Prompts Tab.
1.
2. 4. Click on the big Green + sign to start add a Column Prompt.
Select More Columns
Intelligent Ideas. Swift Execution.
Exercise 8: Creating a Prompt
5. Expand the Time dimension and select T05 Per Name Year Modify
the Selection Steps to only keep members of the YEAR level
6. Click OK and the Prompt diagram will appear. Change
the Label to “Year” and Click OK again.
7. Now add another prompt for Offices, D4
Company. With the User Input as a List Box
Intelligent Ideas. Swift Execution.
Exercise 8: Creating a Prompt
8. When done your screen should look like this:
Intelligent Ideas. Swift Execution.
Exercise 8: Creating a Prompt
9. To test this click on the Preview Icon to preview the results. Use the Drop Down to select 2008
and 2010. Then Select Genmind Corp in the company selector and click on OK. The screen should
now show this report.
Intelligent Ideas. Swift Execution.
Exercise 9: Creating a Dashboard Prompt
1. The steps involved in creating a Dashboard are the same as the
query prompt it is just the starting place is different. For a
Dashboard Prompt you first click on the New Link in the top
menu and select Dashboard Prompt.
2. Unlike before will be asked to pick a Subject Area, Choose A – Sample Sales
3. Now you will see a blank Prompt Page. Just
like before you click the Green Plus (+) and
now choose a column to build a selection
for.
Intelligent Ideas. Swift Execution.
Exercise 9: Creating a Dashboard Prompt
4. Expand time and Select T05 – Per Name Year
Click OK and OK on the next screen.
5. Now Create the Office Prompt just like the previous
exercise (remember to set the User Input at List Box)
6. The prompt page should look just like the one from the previous exercise. Once you are sure it is correct Save the
Prompt by Clicking on the Save Icon. Save as My Prompt.
Intelligent Ideas. Swift Execution.
Sample Dashboard
Intelligent Ideas. Swift Execution.
Creating a Dashboard
1. We can either create a new dashboard or edit the
default Dashboard. For this exercise we will edit the
default Dashboard. Open My Dashboard 2.
2. The Blank Dashboard will show to Edit this Dashboard
click on the Edit Link .
3. Open the Blank dashboard On the left grab Column
and drag it to the Workspace and release the mouse.
4. Do the same thing for Section, imbedded within the
Column. (Top Arrow in Picture Above)
5. Drag and Drop My Prompt into the Section (2nd Arrow)
Intelligent Ideas. Swift Execution.
Creating a Dashboard
6. We want to add the Lesson 1 to the same section. To do this you must first set the section so that
presentations are organized horizontally. Click this icon
7. Now click on Lesson 1 and drag it to the Right of the My Prompt
8. Now Save the Dashboard and Click on Run
9. Now you can Test how the Prompt works
Intelligent Ideas. Swift Execution.
Creating a Dashboard
10. Add a new page for our graphs.
11. In the right hand corner of you dashboard the is an option button, select Edit Dashboard
12. You will now see My Dashboard. To Add a new Page you go to the menu at the
top and click on the Green Plus icon.
13. You will be asked for a Name – call it Graphs. And you will now see
a new blank dashboard.
14. Now we want to add a new Column and 1 section. If you drag and
Lesson 2A and then Lesson 2B. Your Screen should look like this:
Intelligent Ideas. Swift Execution.
Creating a Dashboard
15. Save and Run and you can see the two tabs.
16. Now we want a new page for Maps.
17. Just like you did before add a new page called Maps
18. Now add a column and section and put Lesson 4 (map)
query into the section. When done it should look like this
HINT: Just drag the Lesson 4 query into the Blank
Dashboard and it will automatically create the column
and section!
19. Save and Log Out.

Contenu connexe

Tendances

Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing concepts
pcherukumalla
 

Tendances (20)

Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaPower BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
 
New Features in OBIEE 12c
New Features in OBIEE 12c New Features in OBIEE 12c
New Features in OBIEE 12c
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
obiee basics ppt
obiee basics pptobiee basics ppt
obiee basics ppt
 
Oracle data integrator 12c - getting started
Oracle data integrator 12c - getting startedOracle data integrator 12c - getting started
Oracle data integrator 12c - getting started
 
Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing concepts
 
Business Intelligence Presentation (1/2)
Business Intelligence Presentation (1/2)Business Intelligence Presentation (1/2)
Business Intelligence Presentation (1/2)
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI Overview
 
Power BI for Big Data and the New Look of Big Data Solutions
Power BI for Big Data and the New Look of Big Data SolutionsPower BI for Big Data and the New Look of Big Data Solutions
Power BI for Big Data and the New Look of Big Data Solutions
 
Scaling up uber's real time data analytics
Scaling up uber's real time data analyticsScaling up uber's real time data analytics
Scaling up uber's real time data analytics
 
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data MashupEmpowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
 
SAP BI/BW
SAP BI/BWSAP BI/BW
SAP BI/BW
 
Process Mining Introduction
Process Mining IntroductionProcess Mining Introduction
Process Mining Introduction
 
Power BI - Power Query
Power BI - Power QueryPower BI - Power Query
Power BI - Power Query
 
ETL Process
ETL ProcessETL Process
ETL Process
 
Data visualization
Data visualizationData visualization
Data visualization
 
Introduction to ETL and Data Integration
Introduction to ETL and Data IntegrationIntroduction to ETL and Data Integration
Introduction to ETL and Data Integration
 
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
 
Oracle Hyperion overview
Oracle Hyperion overviewOracle Hyperion overview
Oracle Hyperion overview
 

Similaire à Obiee training

Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboard
Amit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
Amit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
Amit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
Amit Sharma
 
11 g time serices
11 g time serices11 g time serices
11 g time serices
muralikoti
 
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
Simplilearn
 
Obiee11g building logical dimension hierarchy
Obiee11g building logical dimension hierarchyObiee11g building logical dimension hierarchy
Obiee11g building logical dimension hierarchy
Amit Sharma
 
7200342 cognos-report-studio
7200342 cognos-report-studio7200342 cognos-report-studio
7200342 cognos-report-studio
sarovar1
 
Implementing strategy tree
Implementing strategy treeImplementing strategy tree
Implementing strategy tree
Amit Sharma
 
Obiee11g beginner's guide adding calculations
Obiee11g  beginner's guide adding calculationsObiee11g  beginner's guide adding calculations
Obiee11g beginner's guide adding calculations
Amit Sharma
 

Similaire à Obiee training (20)

Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboard
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
11 g time serices
11 g time serices11 g time serices
11 g time serices
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
 
Dwm l ab_manual_final
Dwm l ab_manual_finalDwm l ab_manual_final
Dwm l ab_manual_final
 
Project management software
Project management softwareProject management software
Project management software
 
Qlikview Quick Start
Qlikview Quick StartQlikview Quick Start
Qlikview Quick Start
 
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
Project Planning | Project Plan In Excel With Gantt Chart | Project Managemen...
 
Obiee11g building logical dimension hierarchy
Obiee11g building logical dimension hierarchyObiee11g building logical dimension hierarchy
Obiee11g building logical dimension hierarchy
 
Tableau.pdf
Tableau.pdfTableau.pdf
Tableau.pdf
 
Using Google Search Console Data in Power BI.pptx
Using Google Search Console Data in Power BI.pptxUsing Google Search Console Data in Power BI.pptx
Using Google Search Console Data in Power BI.pptx
 
7200342 cognos-report-studio
7200342 cognos-report-studio7200342 cognos-report-studio
7200342 cognos-report-studio
 
Implementing strategy tree
Implementing strategy treeImplementing strategy tree
Implementing strategy tree
 
Power bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantPower bi slide share pdf it is a very important
Power bi slide share pdf it is a very important
 
Exp31sp1 at a-glance-en
Exp31sp1 at a-glance-enExp31sp1 at a-glance-en
Exp31sp1 at a-glance-en
 
MSP JANVI_KAIVALYA.pptx
MSP JANVI_KAIVALYA.pptxMSP JANVI_KAIVALYA.pptx
MSP JANVI_KAIVALYA.pptx
 
Obiee11g beginner's guide adding calculations
Obiee11g  beginner's guide adding calculationsObiee11g  beginner's guide adding calculations
Obiee11g beginner's guide adding calculations
 
Introduction to Network Analysis in Gephi
Introduction to Network Analysis in GephiIntroduction to Network Analysis in Gephi
Introduction to Network Analysis in Gephi
 

Dernier

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
Lars Albertsson
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Dernier (20)

Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 

Obiee training

  • 1. Intelligent Ideas. Swift Execution. OBIEE Training
  • 2. Intelligent Ideas. Swift Execution. Agenda • About OBIEE • OBIEE Architecture • Login Screen • Oracle Enterprise Manager • Important file Locations • OBIEE Home Page • Answers 11g Overview • OBIEE Column Types • Exercise 1: Creating Analysis • Exercise 2: Creating Filters • Exercise 3: Pivot table and Hierarchy • Exercise 4: Grouping • Exercise 5: Calculated Members • New Graphs and Visualizations • The View Selector • Graphs • Exercise 6: Graph Slider • Exercise 7: Graph Zooming • Maps • Exercise 8: Creating a Prompt • Exercise 9: Creating a Dashboard Prompt • Sample Dashboard • Creating a Dashboard
  • 3. Intelligent Ideas. Swift Execution. • Oracle BI is a comprehensive BI platform that delivers a full range of analytics and reporting capabilities. • Oracle BI provides a set of web-based tools for reporting and analyzing data • Based around dashboards, built around graphs, tables, pivots etc. • Multiple Server architecture that splits data access/presentation elements. • Connects to multiple data sources • Oracle DB and Exadata • SQL server , DB2 and Teradata • Essbase, Oracle OLAP and MSAS • ADF view objects etc. • Integral part of Oracle Fusion Middleware About OBIEE
  • 4. Intelligent Ideas. Swift Execution. OBIEE Architecture At higher level components in OBIEE11g can be divided into two types. Java Components : BI publisher, BI Office plugin, BI security service, BI SOA services, BI action Services, JMX Mbeans System Components: BI Server, BI Presentation server, BI scheduler, BI Cluster Controller
  • 5. Intelligent Ideas. Swift Execution. Login Screen
  • 6. Intelligent Ideas. Swift Execution. Oracle Enterprise Manager
  • 7. Intelligent Ideas. Swift Execution. New Features • Unified Framework • Column Types • Interaction • Selection steps • Groups • Calculated Items • Unified Prompting • New Graph Features • Maps • BI Publisher Integration and Web Edition Oracle Enterprise Manager
  • 8. Intelligent Ideas. Swift Execution. Important file Locations
  • 9. Intelligent Ideas. Swift Execution. OBIEE Home Page
  • 10. Intelligent Ideas. Swift Execution. • Support for OLAP-style reporting. • Hierarchical columns • Support for ragged and skip level hierarchies • Dynamic re-arrangement of pivot tables in the dashboard • Dynamic grouping and custom aggregates • New Prompts • New Dashboard Controls • New gauge types and graphics Answers 11g Overview
  • 11. Intelligent Ideas. Swift Execution. OBIEE Column Types Attribute Column Hierarchical Column Measure Column
  • 12. Intelligent Ideas. Swift Execution. Scenario Build an analysis that will show Revenue by office by time. The office’s total value should be the aggregate of all companies but only display the companies that have revenue greater than $4,900,000 for year 2012. Create a Query Click New->Analysis link at the top of the screen to navigate to the Answers start page. Click Global subject Area link. 1. In the left-hand selection pane of the Answers interface, click the Plus icon next to Time Dimension to drill down and see the columns associated with the Time dimension. Click the Time Hierarchy column to add it to your query criteria, which appears in the right pane. Exercise 1: Creating Analysis
  • 13. Intelligent Ideas. Swift Execution. Exercise 1: Creating Analysis 2. Click the Plus icon next to Offices Dimension to drill down and see the columns for the Offices dimension. Click the Offices Hierarchy column to add it to your query criteria. 3. Finally, drill on Base Facts and add the Revenue column. Click on the Results Tab.
  • 14. Intelligent Ideas. Swift Execution. Scenario Filter data using Selection Steps Create a Query Use Selection steps to chose the correct Offices to display. Under Office Click “Then, New Step” and add a Condition Step with the following information Exercise 2: Creating Filters
  • 15. Intelligent Ideas. Swift Execution. The query should look like this. Exercise 2: Creating Filters
  • 16. Intelligent Ideas. Swift Execution. If you highlight the Time Hierarchy column you will see a Grey Tab Show up Grab the tab and drag on top of revenue columns The display will look like this Exercise 3: Pivot table and Hierarchies
  • 17. Intelligent Ideas. Swift Execution. Click the + next to Total Time to Expand the Time Dimension and your Display should look like this: Exercise 3: Pivot table and Hierarchies
  • 18. Intelligent Ideas. Swift Execution. • Return to the Results tab. • At the top of the area in the menu bar click on New Group • This you to create a separate aggregate group from selected members within a hierarchy. • Give the Group a name (My Office). • Select Production Org Assembled Dept, Subcontracted Org and Tescare  Subsidiaries Org. Exercise 4: Grouping
  • 19. Intelligent Ideas. Swift Execution. • Click Done • Expand My Office and screen will look like this Exercise 4 : Grouping
  • 20. Intelligent Ideas. Swift Execution. Exercise 5: Calculated Members • Return to the Results tab. • At the top of the area in the menu bar click on New Calculated Item • Give the Item a name (My Office Total). • Select Production Org Assembled Dept, Subcontracted Org and TescareSubsidiaries • Click OK. The results looks like below.
  • 21. Intelligent Ideas. Swift Execution. New Graphs and Visualizations • Additional Graph Features implemented • Sliders, Zoom and Legends • Master Detail links
  • 22. Intelligent Ideas. Swift Execution. The View Selector • Reports in Oracle Answers can have multiple Views associated with them. • Default views are Table, Title and Compound • Table View is a simple listing • Title view provides title, subtitle and icon • Compound views combines multiple views. • Compound view is normally the view displayed on dashboard
  • 23. Intelligent Ideas. Swift Execution. Graphs OBIEE11g has several types of graphs available. • Area • Horizontal Bar • Bubble • Vertical Bar • Line • Line-Bar Combo • Pareto • Pie • Radar • Scatter • Step
  • 24. Intelligent Ideas. Swift Execution. Exercise 6: Graph Slider • Go to Selection Steps and Delete the My office Group and My Office Total Calc • Working with the same query, select new View  Graph Bar Default
  • 25. Intelligent Ideas. Swift Execution. Exercise 6: Graph Slider • Edit the Graph and Perform the following. a. Move Time Hierarchy under Sections b. Check “Display as Slider” in the Sections a. Expand Total Time in the graph view
  • 26. Intelligent Ideas. Swift Execution. Exercise 6: Graph Slider • Click Done. The graph should look like this. • Click the Play button on the slider or move the slider to display results for various years.
  • 27. Intelligent Ideas. Swift Execution. Exercise 7 : Graph Zooming 1. Create a new Analysis using the columns shows below. 2. Create a new View  Graph Vertical Stacked Bar • Click the Play button on the slider or move the slider to display results for various years.
  • 28. Intelligent Ideas. Swift Execution. Exercise 7: Graph Zooming 3. Edit the Graph and set Company into the Legend 4. Now Edit the Graph Properties and set the following: a. Zoom Enabled for Horizontal and Vertical Axis b. Legend on the Top c. Canvas Width to 550 .
  • 29. Intelligent Ideas. Swift Execution. Exercise 7 : Graph Zooming 5. Click OK and your Graph should look like this: 6. Click on the Zoom icon and zoom into the Horizontal Axis 7. We can now slide for more detail
  • 30. Intelligent Ideas. Swift Execution. Maps 1. To create a Map view we must first start with data that has some geocoded columns. The Sample data has several columns that can be used. We first create a query with the following columns: C61 Geo Country Code, C62 .. State Name (from Customers Cust Geo Codes) then T05 Name Year, D4 Company and Revenue 2. Add a Filter for Country Code where the Value is USA
  • 31. Intelligent Ideas. Swift Execution. Maps 3. Edit the Table with the following settings 4. Create a New View Map
  • 32. Intelligent Ideas. Swift Execution. 5. Click on the Edit (pencil icon) 6. Make the changes show to the Revenue Selection Maps 7. Click OK and your color Coding should be shown.
  • 33. Intelligent Ideas. Swift Execution. Maps 8. Now Add a new View with the Settings shown: 9. Now you will see Bar Charts on each of the States that have data. This represents the Revenue for Each Office within the State. 10. Last thing is to set the Map Properties to resize the Map
  • 34. Intelligent Ideas. Swift Execution. Maps 12. Click Done
  • 35. Intelligent Ideas. Swift Execution. Exercise 8: Creating a Prompt 1. Go back into the Home page or Catalog and Edit the Lesson 1 Query 2. Modify the Selection Steps to only keep members of the YEAR level 3. Now Click on the Prompts Tab. 1. 2. 4. Click on the big Green + sign to start add a Column Prompt. Select More Columns
  • 36. Intelligent Ideas. Swift Execution. Exercise 8: Creating a Prompt 5. Expand the Time dimension and select T05 Per Name Year Modify the Selection Steps to only keep members of the YEAR level 6. Click OK and the Prompt diagram will appear. Change the Label to “Year” and Click OK again. 7. Now add another prompt for Offices, D4 Company. With the User Input as a List Box
  • 37. Intelligent Ideas. Swift Execution. Exercise 8: Creating a Prompt 8. When done your screen should look like this:
  • 38. Intelligent Ideas. Swift Execution. Exercise 8: Creating a Prompt 9. To test this click on the Preview Icon to preview the results. Use the Drop Down to select 2008 and 2010. Then Select Genmind Corp in the company selector and click on OK. The screen should now show this report.
  • 39. Intelligent Ideas. Swift Execution. Exercise 9: Creating a Dashboard Prompt 1. The steps involved in creating a Dashboard are the same as the query prompt it is just the starting place is different. For a Dashboard Prompt you first click on the New Link in the top menu and select Dashboard Prompt. 2. Unlike before will be asked to pick a Subject Area, Choose A – Sample Sales 3. Now you will see a blank Prompt Page. Just like before you click the Green Plus (+) and now choose a column to build a selection for.
  • 40. Intelligent Ideas. Swift Execution. Exercise 9: Creating a Dashboard Prompt 4. Expand time and Select T05 – Per Name Year Click OK and OK on the next screen. 5. Now Create the Office Prompt just like the previous exercise (remember to set the User Input at List Box) 6. The prompt page should look just like the one from the previous exercise. Once you are sure it is correct Save the Prompt by Clicking on the Save Icon. Save as My Prompt.
  • 41. Intelligent Ideas. Swift Execution. Sample Dashboard
  • 42. Intelligent Ideas. Swift Execution. Creating a Dashboard 1. We can either create a new dashboard or edit the default Dashboard. For this exercise we will edit the default Dashboard. Open My Dashboard 2. 2. The Blank Dashboard will show to Edit this Dashboard click on the Edit Link . 3. Open the Blank dashboard On the left grab Column and drag it to the Workspace and release the mouse. 4. Do the same thing for Section, imbedded within the Column. (Top Arrow in Picture Above) 5. Drag and Drop My Prompt into the Section (2nd Arrow)
  • 43. Intelligent Ideas. Swift Execution. Creating a Dashboard 6. We want to add the Lesson 1 to the same section. To do this you must first set the section so that presentations are organized horizontally. Click this icon 7. Now click on Lesson 1 and drag it to the Right of the My Prompt 8. Now Save the Dashboard and Click on Run 9. Now you can Test how the Prompt works
  • 44. Intelligent Ideas. Swift Execution. Creating a Dashboard 10. Add a new page for our graphs. 11. In the right hand corner of you dashboard the is an option button, select Edit Dashboard 12. You will now see My Dashboard. To Add a new Page you go to the menu at the top and click on the Green Plus icon. 13. You will be asked for a Name – call it Graphs. And you will now see a new blank dashboard. 14. Now we want to add a new Column and 1 section. If you drag and Lesson 2A and then Lesson 2B. Your Screen should look like this:
  • 45. Intelligent Ideas. Swift Execution. Creating a Dashboard 15. Save and Run and you can see the two tabs. 16. Now we want a new page for Maps. 17. Just like you did before add a new page called Maps 18. Now add a column and section and put Lesson 4 (map) query into the section. When done it should look like this HINT: Just drag the Lesson 4 query into the Blank Dashboard and it will automatically create the column and section! 19. Save and Log Out.