Table Of Contents

  1. Business Intelligence Introduction
    1. The Need
    2. The Need - 2
    3. Roadmap
    4. Balanced scorecard and Key Performance Indicators
  2. Statistics for Business Intelligence- Theory
    1. Introduction
    2. Descriptive Statistics
    3. Shape
    4. Distribution
    5. Sampling
    6. Inferential Statistics
    7. Hypothesis Testing
    8. Inference for two populations
    9. ANOVA
    10. Chi-Square Tests
    11. Simple Regression
    12. Multiple Regression
    13. Multiple Regression Model Building
    14. Non parametric statistics
  3. Statistics for Business Intelligence- Implementation
    1. T-test, F-test and p-value
    2. Use of Statistics- Practical considerations
    3. Statistics-Examples
    4. Design Of Experiments - Introduction
    5. Examples using R- Comparing two conditions
    6. Examples using R- Analysis of Variance
  4. Oracle Business Intelligence Enterprise Edition (OBIEE)
    1. OBIEE - Introduction
    2. OBIEE - Creating a MySql Datasource
    3. OBIEE - Creating an OBIEE repository and importing a physical schema
    4. OBIEE - Creating logical model and presentation catalog
    5. OBIEE - Creating Hierarchy and drill down table
    6. OBIEE - Using a Column Selector for additional Drill down
    7. OBIEE - Creating a Rank measure
    8. OBIEE - Managing Cache
    9. OBIEE - Creating and Using dynamic repository variable
    10. OBIEE - Session variables and row level security
    11. OBIEE - Configuring the publisher/scheduler for MySql
  5. R
    1. R and Java - JRI using eclipse
    2. R and Java - JRI using eclipse on 64 bit machines
    3. R and Java - JRI using Netbeans
    4. R - Tutorial I (Basics and Vectors)
  6. Data Management
    1. Introduction to Data warehouse
    2. Dimensional Modeling

Sunday, June 27, 2010

OBIEE - Using a Column Selector for additional Drill down

This post continues the idea of drill down developed in the previous post. Lets say that in addition to the country and city we also need to drill down on year->month. We will add a column selector to the existing report. here are the steps to do it.
1. Add the time_by_day table to the business model. join the inventory_fact_1997 and the time_by_day table using time_id column.
2. Drag the the_year and the_month column from the business layer to the presentation layer.
3. In the BI answers screen go to the criteria view and refresh the metadata to view the new columns. Add the_year column to the report. Drag it to be the first column.
3.Go to the results view and select 'column selector' from the drop down

4. select the 'include selector' checkbox in the first column that says the_year. click on the_month to add it to the the_year selector column

5. In the results view select 'Compound layout' and add the 'column selector' to the report. Drag it to the top

The report can now be viewed year wise or month wise. Also the drill down on country is still enabled


0 comments:

 

Free Blog Counter