KPI Partners Blog

KPI Partners News Team

Recent Posts

Installing and Configuring BI Composer for Oracle BI EE

Posted by KPI Partners News Team on Fri, Sep 30, 2011 @ 03:10 PM

By Harisha Pattela

To install and configure BI Composer for Oracle BI EE, use the following steps as a guide:

Step 1

Extend a Web Logic Server domain & to install BI Composer runtime implementation shared libraries:

    1. Stop the Web Logic Server.
    2. Launch the Configuration Wizard.
    3. Select Extend an existing Weblogic domain, and then click Next.
    4. Select the domain folder (for example, <mw_home>/user_projects/domains/bifoundation_domain), and then click Next.

 

 

Read More

Tags: Harisha Pattela, Oracle BI, Blog

What To Do When OBIEE Fact Tables Do Not Join to All Dimension Tables?

Posted by KPI Partners News Team on Wed, Sep 28, 2011 @ 10:16 PM

By Kurt Wolff

When I read the questions people ask about data modeling on OBIEE forums, one that seems to come up frequently is what to do when you have fact tables that do not join to all dimension tables.

Read More

Tags: Kurt Wolff, Oracle BI, Blog

Writeback in OBIEE

Posted by KPI Partners News Team on Tue, Sep 27, 2011 @ 12:45 PM

By Kurt Wolff

“Writeback” – presenting an Answers interface so that users can update data in database tables or insert new rows – first appeared in version 7.8.4. To use OBIEE’s writeback capabilities, there are several set up steps. While each one is simple and fairly straightforward, it’s easy to forget all the steps and where each one is located. This document contains the instructions in case you find yourself forgetting them. Since many people like to demo using Excel as a data source, it focuses first on using Excel. Later, an example using an Oracle table is discussed.

Read More

Tags: Kurt Wolff, Oracle BI, Blog

Handy Date Session Variables in OBIEE

Posted by KPI Partners News Team on Sat, Sep 10, 2011 @ 09:20 PM

By Kurt Wolff

It is often convenient to set a number of session variables to capture date values that you use repeatedly in your queries. For example, if you have weeks that end on Saturday, you might want to have the date of the most recent Saturday in a session variable, called perhaps PREVIOUSSATURDAY. You can then use that session variable as the default date value in your queries – for example, “Periods”.”Date” = VALUEOF(NQ_SESSION.PREVIOUSSATURDAY).

Read More

Tags: Kurt Wolff, Oracle BI, Blog

Selecting A Single Value in OBIEE and Showing a Range

Posted by KPI Partners News Team on Mon, Aug 01, 2011 @ 09:19 PM

By Kurt Wolff

This post shows how you can use presentation variables to select a single value in a dashboard prompt and produce a result set that includes a range of values. For example, you could select a single year in a prompt and show data for that year and the preceding three years

Read More

Tags: Kurt Wolff, Oracle BI, Blog

KPI Partners & Oracle Host 9 Free OBIEE 11g Workshops in Western North America

Posted by KPI Partners News Team on Thu, Feb 10, 2011 @ 01:01 AM

SAN JOSE, CA -- February 10, 2011 -- KPI Partners, a leading provider of business intelligence technology solutions, today announced that the company will host 9 free workshops throughout western North America in March and April. The workshops are being conducted in partnership with Oracle Corporation and will feature Oracle Business Intelligence Enterprise Edition (OBIEE) 11g and the Oracle BI Applications. OBIEE 11g is the most recent release of Oracle's leading business intelligence software application.

Read More

Tags: News

fmap in OBIEE Answers

Posted by KPI Partners News Team on Thu, Dec 30, 2010 @ 07:06 PM

By Kurt Wolff

The OBIEE Answers (10g) user interface says to use "fmap" when referring to resources on the presentation server.

Read More

Tags: Kurt Wolff, Oracle BI, Blog

Using OBIEE Session Variables in Select Tables in the Physical Layer

Posted by KPI Partners News Team on Mon, Aug 02, 2010 @ 09:14 PM

By Kurt Wolff

There are many times when it is very beneficial to pass the value of session variables (or report variables) into the SQL used to define a Select table in the physical layer. This allows the select statement to focus on just the data you want, rather than creating a view with potentially millions of rows and then subsequently applying a filter to that result set.

Read More

Tags: Oracle BI, Blog

Table with Fixed Header and Scrollable Data

Posted by KPI Partners News Team on Sun, Apr 25, 2010 @ 08:08 PM

By Kurt Wolff

A common question is whether OBIEE can display a table and freeze the header “like you can in Excel”. OBIEE does not offer that feature out of the box, but you can do this (more or less) with the narrative view and the appropriate html.

Read More

Tags: Oracle BI, Blog

The OBIEE Aggregate Function

Posted by KPI Partners News Team on Thu, Dec 03, 2009 @ 06:05 PM

By Kurt Wolff

In addition to familiar SQL aggregation functions such as Sum, Max, Min, Average, and Count, OBIEE also supports an aggregation function called “Aggregate”. This function is available for use in formulas written in Answers.

Read More

Tags: Oracle BI, Blog