OBIEE Pivot Table custom Grouping Values — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE Pivot Table custom Grouping Values

Received Response
11
Views
4
Comments
Sher Ullah Baig
Sher Ullah Baig Rank 3 - Community Apprentice

Hi,

I have a special case,

I have a Product Dimension and values are as below, i am struggling to arrange Product Name according to my Requirements. I try to Use CASE Statements which is working fine For Table View but It is not Arranging Product Names for Pivot table  can you please help on this,

Current Product Pivot Table

Product NameAmount
Keyboard120
Mouse80
Chair970
Tables2100
Window Glass1800

Want to Achieve: in Pivot table

NameAmount
Keyboard120
Mouse80
Total (key,mouse)200
Window Glass500
Tables1000
Chair1500
Total3000

Answers

  • SriniVEERAVALLI
    SriniVEERAVALLI Rank 6 - Analytics Lead

    Pull another ProductName column and use case statement for grouping required products.

    In the product hide this and set aggregation ie. sigma

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Time for some Jeopardy: What are "Groups and Calculacted Items" in OBIEE? ==> http://docs.oracle.com/middleware/1221/biee/BIEUG/filter.htm#BIEUG1033

  • SriniVEERAVALLI
    SriniVEERAVALLI Rank 6 - Analytics Lead

    @ Christian You allways there for us to correct us, thank you.

    My wording is wrong Group i mean

    case when "Time"."Year"<2005 then 'Year <2005' else 'Year>=2005' end

    this would show up as Capture.PNG

  • Sher Ullah Baig
    Sher Ullah Baig Rank 3 - Community Apprentice

    Hi Srini,

    Thanks, i tired this but problem is Sorting on Pivot table you can sort ASC or DESC but i want to arrange according to my needs for Product Name

    Want to Achieve: in Pivot table

    NameAmount
    Keyboard120
    Mouse80
    Total (key,mouse)200
    Window Glass500
    Tables1000
    Chair1500
    Total3000