You are on page 1of 62

RPD Creation

Click OK and again OK

Click OK.

Select channels, Products, Sales and Times Table and Click Import. Once imported Click close to exit the wizard

Double-Click Connection Pool

Creating Alias for a table

Enter the alias table

The alias table is displayed below

When compared both (channels and CallCenter_Channels). The channels have a Primary Key on the field CHANNEL_ID but that does not exist in CallCenter_Channels. When an alias table is created it has only the columns from the physical table and does not contain any Primary or Foreign which resides in the physical table. Creating Primary key in alias table (1st-Method)

(2nd Method)

Click New Button

Star Schema creation

Creating a foreign key relation between dimension and fact table Dimension Table CallCenter_Channels Fact Table CallCenter_Sales

Objects and Direct Joins to a fact table

Business Model and Mapping

Drag and Drop Sales Table field(Amount_Sold and Quantity_Sold) on Fact Sales (BMM)

Go to Aggregation Tab

Default Aggregation rule dropdown contains None, Sum, Avg, Max, Count, Count distinct, Min, First, Last, Median, StdDev, StdDevPop, Evaluate_Aggr Choose Sum

After applying aggregation rule, the field symbol changes like sigma sign. See Amount_Sold field

Repeat the steps for Quantity_Sold field by applying the aggregation rule Sum, the UI displays (Both the fields having sigma sign)

Any table in the BMM is stand alone table. Atleast connected to one table

After applying complex join

Publish RPD in OracleBI Server

[Repository] Change to your RPD Name

Any changes made in the NQSConfig file, BI Server services has to be restarted, to reflect the current changes. The Services to be restarted Oracle BI Server

Oracle BI Presentation Server Oracle BI Java Host (Optional)

After login

Click Answers Tab

Click on your RPD under Subject Areas

Left side displays the Table we have used. Drag and Drop the fields

Click Results tab to view the report

Rename Logical Tables

Select Rename Wizard and click Execute

In Rename Wizard, Select Business Model and Mapping Section

To select the entire Business Model, Click on the Model Name and click the Add Hierarchy Button

Choose All text lowercase

2. Change specified text, Specify in Find and Replace and click Add

3. First letter Capital

Click Next, Next and Finish

Login into Presentation, Add any columns. Select the Column Properties- > Style. Specify the Font family, color, Size , Style and Effect -> ok

Move to Results Tab

Horizontal Alignment - Center

Horizontal Alignment - Left

Image Alignment

Choose Images only

Column Properties -> Column Format

To Change the Column heading Check Custom Heading and Enter the Custom Heading Name Eg I have changed the Prod Name to Product Name

Highlighted in Blue

Apply font, size, color and Style to Column Heading. Click the Edit Format button at the end of Column Heading Text box

Use in numeric column

Column Properties -> Condition Format -> Select the column to which the condition to be set

Condition Amount sold greater than 3,00,000 ok Edit Format Opens Set font, color to identify records greater than 3,00,000

Column Properties -> Edit Formula

+, - ,x, / symbols is used in number columns for adding, subtracting, multiplying and Division Eg Addition.

Bring the cursor to the end of the column name and Click + sign and enter the value to add (e.g., 100).

Click Ok. Go to Results

Functions Types of Functions

Aggregate Function

Count

Count Distinct

Results

BottonN and TopN Before adding

After adding BottomN

TopN

Rank

Sum To add all rows Sum Distinct Distinct values sum Running Aggregate

You might also like