Move position of calculated item in pivot table

Hi experts,
I have done the pivot table in the table above:
http://www.2shared.com/photo/MB3J5caU/image1.html
The item sum 2005-2006 is the sum of the value of commission amount for the years 2005 and 2006. I need to move this item after the value 2006, but i have not idea about how can i do this. By default it is dispayed at the end of the values.
Any ideas?
Thank you!!!!!!!

Hi User,
1. Did you created any dummy column for the calculation purpose ?
Method1: Create a dummy column in criteria - in the Edit Forumale (write Sum(commission 2005 + commission 2006) ).
Already you have column's Comissions 2005 , comissions 2006 in criteria.
Now simply, move the Newly Created Dummy column in the criteria after/before as per ur requ. value 2006. ( By Dragging it )
2. If you have created the column sum2005-2006 in the pivot table.
Method2: I think you have value 2005 and value 2006 , sum 2005-2006 columns in pivot table.
In the pivot table, you can view 'measures' area where you will find value 2005, value 2006, sum 2005-2006 columnn's.
Simply, move the sum 2005-2006 columns in b/w value 2005 and value 2006 columns ( by dragging and dropping it )
Thank you.
Edited by: 831909 on Feb 28, 2012 6:10 AM

Similar Messages

  • 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.

  • Calculated Item in Pivot failed to be entered

    Hello There, I'm sorry that I ask again, but I haven't found an answer to the following issue:
    Calculated Item in Pivot is not apearing in Chart
    While trying to add a calculated item to a Pivot table to display the growth, we receive the error: the semantics of the formula entered are not valid
    The formula we've tried to enter was : 100*($1-$2) / $2
    entering $1/$2 works fine....
    I'm sure it's possible, what am I doing wrong.
    Thanks in advance for any reply,
    Roni.

    No good question.
    Personally, I don't have found the reason so I use the table view.
    If you calculate the growth, I assume it's by time.
    You can them :
    * implement the time series function of OBI :
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_period_to_period_ago_todate
    * or do pivot in the table view
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_transformation_table_to_pivot
    Then you can create a formula column :
    (column1-column2) / column2Success
    Nico

  • Performing a specific calculation in a pivot table with BI Publisher 10g

    I am using BI Publisher 10g and new on it and I need to integrate a specific calculation measure in a pivot table
    The logic uses two measures that already exist in the report (Demand & PAB) and the required calculation is represented by a new measure/row (Calculated). The pivot time is in weeks
    Week w0     w1     w2     w3     w4     w5 .....
    Demand     d(w0)     d(w1)     d(w2)     d(w3)     d(w4)     d(w5) .....
    PAB     p(w0)     p(w1)     p(w2)     p(w3)     p(w4)     p(w5) .....
    Calculated     c(w0)     c(w1)     ....     ....     ....     c(w5) .....
    If p(w0) < d(w1) --> then c(w0) = p(w0) / d(w1)
    If not
    If p(w0) < d(w1) + d(w2) --> then c(w0) = p(w0) / ( d(w1) + d(w2) ) * 2
    If not
    If p(w0) < d(w1) + d(w2) + d(w3) --> then c(w0) = p(w0) / ( (dw1) + d(w2) + d(w3 ) ) * 3
    If not
    etc .... Same logics apply for c(w1) and so on
    Is such calculation logic achievable in Bi Publisher ? If yes, how would you do it ?
    Thanks for your time and support on this
    Regards, Samir
    Edited by: skaroui on 02-Mar-2012 05:50
    Edited by: skaroui on 02-Mar-2012 06:02
    Edited by: skaroui on 02-Mar-2012 06:12

    Can you use the logic that you specified in the data model (query) to generate the required data and then use it in the pivot table? That would be the easiest way to do it. Tweaking the code to include the conditional logic/calculated measures is not going to be straightforward..
    Thanks,
    Bipuser

  • 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
    ...

  • Regarding calculated item in pivot view in obiee11g

    Hi All,
    i am using two pivot view in my report.
    i am using calculated item for first pivot view. but it is also applying in second pivot view.
    i want it to apply only at view level but it is applying at report level.
    please help me to find the solution.
    Edited by: 914101 on May 8, 2012 11:05 PM

    Hi,
    Create two pivot reports and then apply calculated item for one pivot and leave for other pivot.Hope this helpful,still if you are not getting please elaborate your quite descriptive.

  • Calculated column in pivot table

    How can I add a calculated column (Daily Average) in a pivot table like this?
    "Product" in row and "Date" in column and a "Daily Average" column to the right.
    Date1 Date2 Date3 +Grand Total       Daily Average+
    Product

    click right mouse on column you will get duplicate column
    in duplicate column propties you have option like aggreate avg apply it you will get result
    regards
    bethamsetty

  • 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

  • Row -level based calculations in OBIEE11g - pivot table

    Hi Experts,
    I have the report with the format.. Where Transaction Amount is my measure and Events is one of the dimension(Event type) and Time is another dimesion (Year & Month columns)..
    Transaction Amount                                                       
                                  JAN               FEB               MAR               APR
    Event Type          Year                                                                 
    GMS(USD)               2010          16,304,853.61     14,430,768.37     15,208,584.75     12,958,012.50
                        2011          20,348,028.07     18,296,414.03     19,043,200.29     17,226,224.87
    Inbound Rejects(USD)     2010          13,757.00          84.93          123.52          11.98          
                        2011          101,670.48          6,658.78          2,240.56          3,135.09
    Now I want to create a calculated rows % inbound rejects , the formula is Inbound Rejects(USD)(2011) /GMS(USD)(2011) and also simillar for 2010 year. How I can do this is OBIEE11g.
    Thanks in Advance
    S
    Edited by: sivausin on Aug 26, 2011 7:22 AM

    Here there 5 tables.
    CBI_BI_HDR- Primary header table(Level zero record) With BUSINESS_UNIT and INVOICE as key.
    CBI_BI_HDR_STG- Level one (BUSINESS_UNIT,INVOICE and LINE_SEQ_NUMBER as key).
    CBI_BI_LINE- Level One record (BUSINESS_UNIT,INVOICE and LINE_SEQ_NUMBER as key).
    CBI_BI_AEDS_STG-Level two record( no need any information in this for report)
    CBI_BI_SKU-Level two record(BUSINESS_UNIT,INVOICE,LINE_SEQ_NUMBER,WIDTH_SEQ_NUMBER, and SIZE_SEQ_NUMBER as key)
    CBI_BI_SKU is the one i am try to get as Pivot in level 2.
    for each WIDTH_SEQ_NUMBER and SIZE_SEQ_NUMBER there is DIM_CODE and SIZE_DESC in respectively in the table.Also qty for each size and dim code here.
    so i want the result to be like this.But it is working problem here is it is return the same value for all billing line.I want only the key value relation ship in this pivot table.
    BIlling LINE_SEQ_NUMBER=1
    SIZE_DESC1(11) SIZE_DESC2(9) total
    DIM_CODE1(M) 11 22 33
    DIM_CODE2(W) 4 13 17
    BIlling LINE_SEQ_NUMBER=2
    SIZE_DESC1(11) SIZE_DESC2(9) total
    DIM_CODE1(M) 11 22 33
    DIM_CODE2(W) 4 13 17
    Please send ur mail ID i will send the document. Here it is not allowing me to add XML. [email protected]
    Regards,
    Sabarinathan

  • Some calculation issues in Pivot table

    Hi all,
    I am using OBIEE 10.1.3.4.1
    We have one requirment like this:
         Product:1,2                         
         Month     Product     Region     District     Sales     Percent
         201010     1     China     Shanghai     200000     25.00%
              1     China     Beijing     200000     25.00%
              1     India     Bangalore     200000     25.00%
              1     US     Chicago     200000     25.00%
         201010 Total               800000     *33.33%*
         201011     1     China     Shanghai     400000     25.00%
              1     China     Beijing     400000     25.00%
              1     India     Bangalore     400000     25.00%
              1     US     Chicago     400000     25.00%
         201011 Total               1600000     *66.67%*
         201010     2     China     Shanghai     500000     31.25%
              2     China     Beijing     500000     31.25%
              2     India     Bangalore     500000     31.25%
              2     US     Chicago     500000     31.25%
         201010 Total               2000000     *100.00%*     
    We want to use the pivot table to achieve this, but all total would be show 100%, so how to achieve the bold part?
    like: product 1:201010 total + 201011 total =100%
    product 2: 201010 total =100%
    Did someone meet this before and how to achieve it? if yes, Please kindly give me some clues about this.
    Regards,
    Anne

    The problem is with the  Percentage cell for Total. (18/60)*100 = 30% and it should not be 100. In pivot table properties i had used summation after that is why it is summing. If i create a new table , I can get the correct Total row values but those will be in separate view as shown below. Is there way to club those to analysis into one ? Thanks, Sushil
    Cat    Value       Total Value     Percentage
    A              8          10            0.8
    B            10           50          0.2      
    Value  Total Value    Percentage       
    18        60      0.3

  • Move position of label item on canvas

    Hello,
    i want to reset the position of a label item which is created under a canvas.
    Example: Canvas: CS_Main --> Tab Page: ROOT --> Graphics: T_Star (Graphics Type: Text)
    With which function can i do that during the run in a trigger or is it possible at all?
    Best regards
    Arnhold

    Sorry i wasn't correct enough.
    It is not really an item it is a canvas graphic (the graphic is from the type "Text" and has normal property options). I only wanted to create a extra label text (in another color and font size) behind my text item (T_articel) and behind the label of this item (T_articel).
    How can you do this?
    To create this go onto a canvas and click on the label button (looks like an [A] and is on left side of the canvas editing window) to create this type of graphic and now i want to move this object from position X=13 to X=25 with a forms trigger.
    I hope this descripes it now right! :D

  • Calculated Item in Pivot is not apearing in Chart

    Hi expert i have calculated one column A1 as % of column(Which is % of Coulmn A) and i want to see this A1 in chart now..
    I am using pivot chart..but i am not able to see..
    Please tell me how can we resolve this ...
    Thanks in advance
    Regards
    Frnds

    Thnaks for reply....
    I have report structure like this...
    col1 col2 col3
    A 5 33.33%
    B 10 66.66%
    tOTAL 15 100%
    So col3 is the % of col2 means (5/15)*100
    U have done it in pivot as col3 -- show data as percent of column
    i am getting correct result in my report but i need to show it in chart...
    so please suggest me how can i get it..

  • Maximum number of allowed pages in Pivot Table exceeded Configured Limit:

    When trying to create Calculated Item on Pivot table Page section Item like Division dim the calculated item is 'All' -> sum * and Customer again the calculated item is 'All -> sum * . it performs the first calculation (for division) but in the next one it gives the error
    "Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000)."

    Try limiting the resultset or upgrade the [MaxVisiblePages]
    see: http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    regards
    John
    http://obiee101.blogspot.com

  • Conditional Formating in New Calculated Item??

    Hi there,
    In pivot table I've created a new calculated item in column that is % calculation of measure value A and B.
    I need to apply conditional formatting on new calculated value only. I also want to add % sign on the calculated value.
    Previously I modified the data format of measure values to percentage and manage to bring % sign in calculated item. Now I need to show both measure and calculated item in report with measure without % sign and calculated item with % sign
    Thanks

    No, I don’t think you can do that in New Calculated Item in Pivot Table.
    What you can try is pulling another column in your report and try using this formula (case when stmt) in column fx and insert it in pivot table.

Maybe you are looking for

  • Error while posting MIGO GR

    I am getting a very strange error while trying to post a GR in migo, the error is in the attached file, and no dump occurs, but after trying ST22 the dump is attached in the second file. No configuration has been changed recently, if someone can help

  • Error in Message Mapping and Workflow

    Hi everyone. I have a BPM that works fine. We've discovered that doesn't work because of big files. We've changed some parameters that SAP told us but still doesn't work. I'm trying to send a 60mb file from XI to R3 via RFC. I haven't reach that step

  • JSP   vs.    XML/XSLT

    Hi all! I'm in a bit of a dilema. As the least knowledgable member of our small development group (3 people incl. me) I'm caught in the middle of a pretty fierce debate over whether or not to we should implement JSP. Currently to seperate business lo

  • HT1918 how do get my music from my old itunes account

    how can i get my music from my old itunes account

  • ORA-27090 at startup

    Hi, i have the following issue on a new 10.2.04 instance on linux SLES10SP2. I created a new instance and imported a 9.2.0.8 database to it to migrate. No problems so far. I have built up several instances this way and the work until today. Now my SQ