Summarize total for Row items in pivot table

Hi,
I have a certain number of row items and few fact columns. 2 of the row items are level based measures that will summarize on other conditions so I cannot have them in the Fact section. But for these 2 row items (in the Rows section) I want them to summarize the values (a total sum under) as for the Fact columns, but it seems impossible to do this in a pivot table.
I tried everything. This is a very irritating limitation to Pivot tables. Anyone have a good solution to this? (I have to use Pivot table because I have numbers showing for each month, table view will not work for this)

Hi Alf,
Just for everyone else checking this post out, here is the image you posted.
!http://i45.tinypic.com/15x50r6.jpg!
Now I see what you are talking about. Based on that screen-shot and your post, it looks like three of your measures (Arsbudsjett, Lok. budsjett, Akk.regnskap) are placed in the "Rows" section of the pivot table because you don't want them pivoted on the month. You just want them displayed as a single column and you want to pivot the other measure by month.
However, it appears that OBIEE does not summarize items in the "Rows" section and only provides sub-totals for columns in the "Measures" section.
I have two follow up questions
1) What technique are you using to breakup the column "KOSTRA art"? There seems to be some kind of grouping at the value "Lenn og sosiale utgifter". What is special about that value on how is that grouping or break in the data created?
2) One of those three measures, Akk.regnskap, does have a sub-total but the other two, Arsbudsjett, Lok. budsjett, do not. What is different about Akk.regnskap that causes it to have a sub-totals?
Thanks for the follow up questions.
-Joe

Similar Messages

  • Sorting Totals After on rows in a Pivot table

    Hi,
    I need to Sorting Totals After on rows in a Pivot table .
    Can anyone help?
    Thanks

    Try this:
    1) Duplicate your measure column in Criteria.
    2) In the fx window, enter RANK(your_measure_column).
    3) Place this column in the Rows section of your pivot table. Apply ascending sort order.
    4) Hide the column.
    Your Totals (After) column (the sigma sign in the Columns section of your pivot table) willl be sorted.

  • Row Based Calculations - Pivot Table

    Hi,
    Can anyone help with creating calculating items in a pivot table. I have been following this example:
    http://obiee101.blogspot.com/2009/01/obiee-rowbased-calculations-in-pivot.html
    I have created a calculation item on the column of my pivot table(month_name), only selecting Sep & Oct:
    Function: Formula
    (Sep+Oct)
    This returns 1 for all rows in the pivot table, these months do contain numeric values and there is a page item based on year.
    Can anyone help?
    Thanks

    Hi,
    Lets consider you are having only 3 columns.
    One in rows,other in columns(your month column and measure column in measures section.Then if you re using Calculated item in column section ie. on your month column,writing a formula as (Oct-06)+(Nov-06)+(Dec-06) with Name Grand Total.It will return only one column Grand Total with sum of all the months you gave across the rows.
    Regards,
    Srikanth

  • Oracle BI EE (10.1.3.2): Maximum total number of cells in Pivot Table excee

    I'm trying to build a pivot table report from about source 1.3M rows.
    When I'm setting CubeMaxPopulatedCells to a small values (10'000 and less) I'm getting error:
    "Governor limit exceeded in cube generation (Maximum number of populated cells exceeded.)"
    Increasing of this parameter to 100'000 and more (I've tried up to 10'000'000) causes another error:
    "Maximum total number of cells in Pivot Table exceeded (Configured Limit: 200000). Try moving one or more attributes to the page axis."
    Is it possible to solve this problem?

    In the instanceconfig.xml add a <PivotView> element under <ServerInstance> if one does not exist already. Within the <PivotView> element add an entry that looks like:
    <MaxCells>nnnnnn</MaxCells>
    where nnnnnn is your desired limit for the maximum total number of cells allowed in a pivot. Warning: an excessively large number will cause more memory consumption and slower browser performance.
    Hope this helps.

  • Using Measures in Rows Section of Pivot table view

    Hi,
    i have a report with 6 columns, out of which A, B are dimensional and C,D,E,F are Fact columns(measures).
    My requirement is to take Column A and Columns C,D,E in Rows section of Pivot table view with column F measure in Measures setion and column B in Columns Section.
    I created the Pivot view as desired but the measure columns placed in Rows Section are not displaying the correct results
    Can someone provide ur inputs on this.
    Thanks in advance.

    For Pivot Table view Measures should be in Measures section only, then only those columns will show correct result

  • Row number in pivot table

    Hi all,
    how can I add row number in pivot table? I tried with count but it is not working.
    Thanks

    Example (pivot):
    Rcount (1 by channel class) -> (ROWS)
    or
    Rcount(year by channel class) -> (ROWS)
    Year -> (ROWS)
    Channel Class -> (COLUMNS)
    Quantity Sold -> (MEASURES)
    ------------------------------QUANTITY SOLD
    Rcount-----Year--------Direct/Indirect/Others
    1 ------------2000 ----------10------40------40
    2 ------------2001 ----------50------20------40
    3 ------------2001 ----------80------50------40
    Regards
    Goran
    http://108obiee.blogspot.com

  • Row Limit on Pivot Tables

    Is there any way that we can set a row limit on Pivot Tables?
    Thanks,
    Bala.

    Limits are set in the instanceconfig.xml file...
    ANtonio
    Bexpert, Brazil
    SIebel/OBI Consulting & Training

  • Computed Items in Pivot table not working...

    One urgent help please….
    We have a pivot table where we have a measure label: Period name, & the measure is COST..
    The P-table shows Cost for selected (Prior & Current period) (we have 2 presentation variables for the same curr & prior).
    We need to have a computed ITEM in the Pivot which will be DELTA, Cost for Current Period – Cost for Prior Periods & should be shown on the same row.
    I tried adding a Computed ITEM in the measure label but I am unable to give the formula.
    ‘@{curr}’ - ‘@{prior}’
    but this doesn’t work as its not shown on the display…
    Please try giving me some hint….
    Thanks,
    Pankaj

    Hi,
    Remember that NULL + x is NULL.
    Use NVL (or COALESCE) to treat missing values as 0 when adding them. Do something like this in the main query:
    select  a.*
    ,      NVL (still_contacting, 0)
          + NVL (dud,            0)
          + NVL (no_curr_opp,      0)
          + NVL (cb_later_dt,      0)
          + NVL (meeting_booked,   0)
          + NVL (opp_in_eom,       0)
          + NVL (other,            0)
          + NVL (tbd,            0)     AS total
    ...

  • Supress rows in a pivot table

    Hi all,
    I have a report being viewed as a pivot table.
    Sample Table data:
    Continent _____Region______Country ___Dollars
    Europe________UK/Ireland_____UK___________50
    Europe________UK/Ireland_____Ireland_______100
    My pivot is configured as follows:
    Rows
    Continent_____Region_____Country
    Measures
    Dollars
    I have done the following:
    -Added Totals for Countinent and Region.
    -Continent and Region are hidden. (Totals for continent and region still remain and are visible in the Country Column ...the end-User wants Continent, Region, and -Countries to be in on column of data...)
    -I have also renamed the Country column in the pivot to be Geo Location.
    -Finally, certin countries require binning...For example, I have a bin on UK/Ireland in the country column...and called the result UK/Ireland.
    Here are the results:
    Geo Location_____Dollars
    UK/Ireland_________150
    UK/Ireland Total____150 -------------------------->(This is the total for regions...)
    Europre Total______{some big number} ------->(This is the total of continents...)
    In the above case, I have a Region named the same as my bin of two countries. User only wants to see one instance of UK/Ireland. Is there some magic to hide the Binned UK/Ireland country without affecting the total for the region?
    Worst case - user sees duplicate totals for those binned countries that end up with equivalent names to the Region...but I would love to be able to hide certain bins...
    Any Ideas?
    Thanks!!!
    Edited by: AdamM on Nov 18, 2009 9:05 AM
    Edited by: AdamM on Nov 18, 2009 9:06 AM
    Edited by: AdamM on Nov 18, 2009 9:07 AM
    Edited by: AdamM on Nov 18, 2009 11:36 AM

    Thanks for you prompt reply!
    I see three locations to hide...
    1) the calculated column dialog...hide details
    2) geolocation row...more options button...hidden
    3) geolocation row...more options button...hide details
    what one are you referring to? I have tried all three..and no cigar.
    The pivot table is still showing my calcuated item of UK/Ireland...as well as the UK/Ireland Total which is coming from the total on the region column. hmm
    One option could be to just output country..and create calculated items for each region and continent that existis...which would end up being tedious (are we limited to the number of caluclated items) :)
    I would prefer using a combination of my existing continent, regioin, country hierarcy...and mix with the ability to hide custom groups I define.
    Thanks again,
    Adam

  • Calculating TOTAL of values in a pivot table based on CELL COLOUR-OBIEE10g

    Hi,
    i have a requirement like
    In a Pivot table there are a number of rows with different colours (Eg. 3 rows with all the cells in GREEN COLOUR and the other 2 rows are in RED COLOUR ), I have to calculate the Total for RED and GREEN seperately. Could you please help me in this requirement.
    col 1 col 2 col 3
    2 3 4 green row 1
    7 9 2 RED row 1
    1 6 8 green row 2
    3 9 5 RED row 2
    3 9 12 GREENTotal
    10 18 7 RED Total
    Thanks in Advance.

    Hello Abdul,
    Please follow the below thread
    Conditional formtting in Grand total
    http://obiee101.blogspot.com/2010/02/obiee-pivot-conditional-format-grand.html
    Hope its helpful.
    Thanks
    Please close the open threads whose answers has been provided by awarding it, to help others followers

  • Top 10 rows in a pivot table

    Hello,
    I have an requirement to retrieve top 10 rows from the output pivot table.
    Data on pivot table is structured as follows
    Rows                                                                                  Measures
    "Name" "Grade" "Value North" "Value South" "Total Value"
    ABC A 100 200 300
    BCD B 200 300 500
    In the output there are 50 such rows and I want to display the top 10 rows with max Total Value.
    Is it possible to achieve in OBIEE?
    Any help is appreciated.
    Regards,
    Mukesh
    Edited by: user612929 on May 18, 2010 12:38 AM
    Edited by: user612929 on May 18, 2010 12:39 AM
    Edited by: user612929 on May 18, 2010 12:41 AM

    Thanks or your reply.
    I think I have not explained the issue correctly.
    Source data is like this
    "Name" "Grade" "Region" "Value "
    ABC A North 100
    ABC A South 200
    BCD B North 200
    BCD B South 300
    So there is no Total value column in the report criteria.
    I am using Pivot table to pivot the rows for ABC and BCD into a single row and then using the measure agreegation to generate Total Value column in pivot table only. The filter "is Top 10" available in report criteria so can not be applied on the pivot table.
    Will try to implement the solution provided by BTK.
    Regards,
    Mukesh

  • Suppress '0' rows in a pivot table

    In a pivot table, if I have a crosstab like this
    Jun Jul Aug Sept Oct November
    companya 8 2 1 10 8 7
    companyb 1 3 2 23 2 1
    companyc 0 0 0 0 0 0
    companyd 12 13 3 1 2 41
    How would I suppress row 3? I want to suppress every row that is all '0'.

    Thanks or your reply.
    I think I have not explained the issue correctly.
    Source data is like this
    "Name" "Grade" "Region" "Value "
    ABC A North 100
    ABC A South 200
    BCD B North 200
    BCD B South 300
    So there is no Total value column in the report criteria.
    I am using Pivot table to pivot the rows for ABC and BCD into a single row and then using the measure agreegation to generate Total Value column in pivot table only. The filter "is Top 10" available in report criteria so can not be applied on the pivot table.
    Will try to implement the solution provided by BTK.
    Regards,
    Mukesh

  • Wrong value with calculated item in pivot table

    I have a report with 4 columns:
    First Column are Department Dimension
    Second Column is Actual value
    Third Column is Previous value
    Four Column is: ((Actual Value-Previous Value)/Previous Value))*100 that called Var
    Then I do a pivot table and I have new calculated item: Department1/Department2 and I have wrong value in four column:
    Department----------------------------------Actual-------Previous------Var
    Dept1------------------------------------------18503--------16308--------13,5
    Dept2-------------------------------------------3758---------3518----------6,8
    (Calculated Item: Dept1/Dept2)--------4,92---------4,64------------*2* <---- This value is wrong...and it has to be: 6,03
    Is possible to get the correct value???
    Thank you very much!

    hi,
    Create a logical column with ur calculation formula and make it as default agg rule in rpd and answers change it to server determined/server complex agg.I did the same it was working fine for me!!
    Check this link
    http://books.google.com/books?id=OnbYrkWa4RsC&pg=PA74&lpg=PA74&dq=%22server+complex+aggregate%22&source=web&ots=qxrpaFXmo2&sig=CxLOemzcOlvIiaQ_sQD4fPQotdM&hl=en&sa=X&oi=book_result&resnum=5&ct=result#v=onepage&q=%22server%20complex%20aggregate%22&f=false
    thanks,
    saichand

  • Calculated item in pivot table - OBIEE 11g

    Hi,
    I need to display only the calculated items in my pivot table and I want to hide the other members. I am using OBIEE 11.1.1.5.0.
    Is it possible to have different selection steps for different views.
    Please help.
    Thanks,
    Prabhu S.

    Hi Dhar,
    Thanks for your answer. I want to use section wise display in pivot table and need to show only the calculated members in the sections.
    I need to hide other values of the particular section column.
    Thanks,
    Prabhu S.

  • Grand total of 2 measures in pivot table

    Hi,
    I have a requirement to show in a pivot table in which there are 2 measures - Male_count and Female_count. In the column I have Age_group such as 20-30,30-40 etc. In the row I have grade like assistant, manager etc. The requirement is to show column subtotals - total male count & total female count as well the total no. of employees (F+M) across all age groups. Using the column total I get only the sub total part. How can i get the total part?
    Look forward to your inputs.
    Regards,
    J

    Grade
    25 and under
    26-40
    40-55
    55 and above
    Subtotal
    Grand total
    F
    M
    F
    M
    F
    M
    F
    M
    F
    M
    Manager
    0
    1
    1
    1
    2
    2
    3
    4
    7
    8
    14
    Assistant
    0
    1
    1
    1
    2
    2
    3
    4
    7
    8
    14
    Developer
    0
    1
    1
    1
    2
    2
    3
    4
    7
    8
    14
    Using OBIEE pivot features I am able to obtain upto the Subtotal but I am not getting the Grand total.
    Hope this pivot gives an idea of what I am trying to implement.
    Thank you.

Maybe you are looking for

  • The amount of money generated for PO and GR

    Hi all, I want to view the planned cost of a purchase order and the actual cost incurred by GR of this PO, where can I see these 2 different types of cost? Thanks. Regards, Michael

  • BPEL product Error,May i know how to resolve

    Hi All, I have installed 10.1.3.1 and applied 10.3.4 path set, Installation status is well and good,now i created a sample BPEL App,Deployed Every thing goes fine. I log into BPEL console ,i am able to see the instance created. Now, i logged as BPEL

  • CS2- CS3 Observer questions.

    Hello. Im porting a plugin from CS2 to CS3 on MAC and have run into a problem with the observer structure. In the CS2 plugin we simply used the default values available, IID_IUNKOWN & IID_IOBSERVER... i IsAttached (IObserver *observer, const PMIID &i

  • Foggy screen

    Cider leeked into my ipad 2 and now the screen is very blurred and foggy.. Apparently is still working.. But what should i do? Should i put it in rice or not? Could you help me please?

  • Increase lenth of message in message class

    Hi all, I need to display an error mesasge in my program with 2 dynamic values.I have written something like this: MESSAGE S000(ZSRM) DISPLAY LIKE 'E' WITH W_EBELN W_NAME1. w_ebeln and w_name1 contain values at runtime. Now my problem is i need to ch