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

Similar Messages

  • 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

  • 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 limit in pivot table

    Hi Kings,
    My requirement is show only 250 rows in pivot table view..
    is there any posibilities like table view to restrict the no.of displaying rows in pivot table..
    Regards,
    Junior..

    Thank you David.
    We already tried what you have suggested.
    The look and feel is not satisfied the user needs..
    If we show like a view selector ad pagiation they are asking the two selectors should display in sigle row like,
    Pagiation-----------------View_selector
    1-250 -----------------Pivot1
    here we are using so many pivot table views in view selector.
    if it is possible with 1 view selector and 1 column selector or 1 view selector and 1 pagination meas OK..
    how can we achive this.
    please don't think i am Changing my requirements again and again..
    Regards,
    Junior...

  • 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

  • Remove the word "Total" in Row Totals in Pivot Tables

    Hi,
    Is it possible to remove the word "Total" that appears in Row Totals in Pivot Tables?
    Eg. If there are 2 Dimension Columns -- Year and Month .... and if we do row totals on Year
    The total appears as *'2008 Total'* or *'2009 Total'* etc. i.e. Each of the Values is followed by the word 'Total'.
    However, i would like the totals to display only the values '2008' or '2009' without the word 'Total'.
    Is this possible in OBIEE 11.1.1.5.0 ?
    Thanks,
    Ab

    Hi ,
    Goto Total -> Format label and type in @.This will remove the word"Total". I have tested this in 10g, try this and let me know if it works in 11g.
    Rgds,
    Dpka

  • 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

  • How to replace null as 0 in  obiee11g pivot table view?

    Hi,
    I am using obiee11g pivot table view,
    I have tried so many views but it's not work. My oracle support team also tired but could not solve it
    1.) used BIN method is that measure columns
    2.) ifnull(column name,0)
    3.) case condition:
    Case when columns is NULL then 0 else column end
    4) data formate override custom formate option
    It seems that the syntax for this custom format is positive-value-mask (semi colon) negative-value-mask (semi colon) null-mask. So this means we have a few options.
    E.g. if you want zeros (0) instead of null then enter:
    #,##0;-#,##0;0
    http://obieeelegant.blogspot.com/2011/06/how-to-replace-null-values-in-obiee.html
    Note:
    I don't want to show strike-rate and custom message in that blank cell. I want to show blank cell(null values) as 0 in the obiee11g pivot table view.
    Obiee10g version is working fine only issues in obiee11g
    Thanks in advance...
    Thanks
    Deva

    I tried this on 11.1.1.6.2 but I can't see good results.
    I choose subject area A-Sample Sales and I choose:
    T02 per Name Month on rows
    P1 Product on columns
    Measure : IFNULL("Simple Calculations"."17 Net Costs", 0)
    Prompted Year 2008
    On product Install and 2008/01 there isn't value...and I put Ifnull in my formula...
    My problem is that I want to do a conditional format when Product = Install. So I have all column with background colour except Null values...so is not pretty...
    If I add custom numeric format I can see 0 but not with background colour...
    I add a picture:
    http://imageshack.us/photo/my-images/600/tablegk.jpg/
    Any help about it??
    Is a bug on obiee??
    Edited by: Alex1 on 04-sep-2012 4:28

  • No data for Parent-child hierarchy column in Pivot table view

    Hi all,
    I used OBIEE 11.1.1.6.2 Version.
    I drag one Parent-child hierarchy column and one measure and show result with a pivot table view.
    But when I click "+" icon to show detail level data,
    It messaged that: "*the layout of this view combined with the data,selections,drills,or prompt values chosen resulted in no data*."
    But it can show every-level data when I used table view.
    It was so strange..
    Did anybody meet this before?
    Thanks in advance.
    regards,
    Anne

    Hi,
    Yes, I have the same problem with pivot table for hierarchy dimension.
    If you use a normal table (not pivot) it seem to work. Unfortunatley with restrictions as normal table view have.
    Same problem still exist in 11.1.1.6.5
    I have logged a SR to Oracle about this.

  • Problem in pivot table view

    Hello gurus,
    I need a help in pivot table view. In pivot table, I have to show measure in accordance to month. For example show sales as per region by month name.
    Region               Sales                         
              Jan     Feb     Mar     Apr …………..Dec     Avg     Total
    A          10     40     92     92          32     xxx     xxx
    B          73     83     39     78          87     xxx     xxx
    So this is what I have to do. I am able to do this with one measure with created new calculated item. Now I have to create this report using two measures and the in the new measure I have to show only average and total.
    For example
    Region               Sales                              Target
              Jan     Feb     ………Dec     Avg     Total Avg Total
    A          10     40          32     xxx     xxx          xxx          xxx
    B          73     83          87     xxx     xxx          xxx          xxx
    Here sales and target are two different measures. The problem is when I add target column in measures; it will show all the month which I don’t require at all because I need all the month for sales only and for target I just need average and total. I try from head to toe but not getting any thing like this.Can i do this using other view if possible.
    Help me guys. If you need more explanation then please let me know.
    Thanks
    Regards,
    Suhel

    Anybody replies please.....
    Is this possible that we can use Calculated column in other calculation in pivot table. For example, total of one measure divided by total of another measure in pivot table.
    Regards,
    Suhail

  • Calculate a daily average in pivot table view

    I am new to biee 11g and would appreciate any assistance with the following.
    I have a pivot table view which includes a hierarchy column and a single measure, units. The pivot is filtered based on date that is prompted.
    I need to include a column in my pivot table that displays the average unit sales for the period being displayed based on working days. ie total units for the period divided by the number of working days in the period selected. The date dimension contains a flag indicating whether a date is a working day or not.

    Measure Columns can't be hidden like an attribute. How ever you can use custom style sheet for Value and Header Properties to not show the measure.
    for the "Custom CSS Style Options (HTML Only)" under measure properties of the column set "Use Custom CSS Style" value to 'display:none'.
    Let me know if this worked.
    Regards,
    Jay

  • Creating a pivot table view with two levels of headers

    Hi,
    I have a requirement in which i need to have a common heading for two or more columns.
    For Example, I have two columns like total number of loans and Total loan amount. As per my requirement, i need to give a common header 'Total loan' as the main header and amount and Count as two subheaders under the main heading in the pivot table.
    In table view, i would be able to make it using the display column and table header property. But, i need to get the same in pivot table as we have to use pivot table view instead of table view.
    Please Help me on this issue.
    Thanks in Advance
    Deepak

    Hello,
    create one column in criteria and change it's fx to case when 1=0 then Products."Prod Name" else 'Tota Loanl' end
    Now go to pivot and drag this column to Columns block of pivot. But keep this column up of Measure Labels and Now, go to column Format values.
    Mention cell horizontal alignment to Center
    see the following screenshot, Header is the column i created with the above functionality.
    !http://i852.photobucket.com/albums/ab83/kishorg86/Header.jpg!

  • Not getting required format with pivot table view

    Hi,
    I need to create in the bellow format...
    POD     Data     01-JAN-08     01-FEB-08     01-MAR-08     01-APR-08     01-MAY-08     01-JUN-08     01-JUL-08     01-AUG-08     01-SEP-08
    AFA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     0     0     0     114     99     30     42     0
         Actual Maint Time taken (Min) 1902     2350     439     409     136     1390     51     189     400
         Availability %     99.98% 100.00%     100.00%     100.00%     99.74%     99.76%     99.93%     99.91%     100.00%
    AHA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     786     99     40     64     0     0     97     134
         Actual Maint Time taken (Min)     199     2412     388     290     136     500     261     156     2688
         Availability %     99.98%     98.00%     99.78%     99.91%     99.86%     100.00%     100.00%     99.78%     99.67%
    AJA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     39     0     0     0     30     0     30     42     2
         Actual Maint Time taken (Min)     10868     2913     426     468     1187     564     391     268     1959
         Availability %     99.88%     100.00%     100.00%     100.00%     99.93%     100.00%     99.93%     99.91%     100.00%
    ANA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     148     52     0     13     12     0     83     92     0
         Actual Maint Time taken (Min)     1104     2155     158     2701     383     681     533     1190     765
         Availability %     99.66%     99.87%     100.00%     99.97%     99.97%     100.00%     99.81%     99.79%     100.00%
    I am able to get data in the compound table view....
    POD     Month Year     Minutes/Month     P1 Login Downtime(Min)     Actual Maint Time taken (Min)     Availability %
    AFA     1-Jan-07     44,640     0     0     100
         1-Feb-07     40,320     0     0 100
    AHA     1-Jan-07     44,640     0     0     100
         1-Feb-07     40,320     0      0     100
    But I am unable to get required formate in the pivot table view. How can I get required format in PIVOT TABLE VIEW.
    I tried in somany ways, but i am unable to adjust
    like
    AFA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     0     0     0     114     99     30     42     0
         Actual Maint Time taken (Min) 1902     2350     439     409     136     1390     51     189     400
         Availability %
    Please help me on this? Is there any manuall, which can help me on this?
    Thanks alot in advance.
    Thanks
    Pathan

    Pathan,
    This can be achieved by dragging the "Measure Labels" object to the rows. Put POD and Measuers object in to the rows and months in columns.
    that will work.
    thanks
    Madan Thota

  • Row Total issue in table view

    Hi,
    I am using 11.1.1.5. In table view we have 4 dim and 5 facts. I need row total only for 3 facts. Whenever I set total using sigma(E) I am getting total for all 5 facts. How to calculate row total only for 3 facts only?.
    Thanks.

    977610 wrote:
    Hi,
    I am using 11.1.1.5. In table view we have 4 dim and 5 facts. I need row total only for 3 facts. Whenever I set total using sigma(E) I am getting total for all 5 facts. How to calculate row total only for 3 facts only?.
    Thanks.In Criteria mode, click on the fx button and change the aggregation rule from "Default" to "None."

  • Remove Sort in Pivot Table View

    Hi Folks,
    How to remove sort options from column header on pivot table view?
    Thanks,
    Aj

    Do you want to remove the little arrows on the column header in a pivot view?
    If so the options are available in the analysis Criteria Tab. The problem is you cannot set it for one view, they effect the whole analysis
    In Criteria Tab  -> Analysis Properties just beside Filters and selection steps -> Interactions tab.
    Mark if this helps

Maybe you are looking for

  • Linker Error while building files refering to NI-DAQ API

    Software: MATLAB 5.3 O/S : Windows 98 C Compiler : Microsoft VC++ 6.0 We are trying to make an executable of an Application involving both of MatLab and C Files The file SCANsingleBufSync2.c is C program calling National Instruments NI-DAQ API's. Thi

  • Updating TOC in iBooks Author

    Change a chapter title does not update the TOC page. Any way to edit that title from the TOC? thanks

  • Is there major differences between ms 5.0 vs 7.0 version?

    Hi all, Is there major differences between microsoft bpc 5.0 version with 7.0 version. Can anyone pls let me know the technical aspects like and the functional aspects of differences too? Thanks Pooja

  • Tables from csv

    I have data in a CSV(comma separated values) file and would like to create a table for each row in that file in iBooks. Is there an easier way of doing it other than manually copying and pasting the values for each row in a table in iBooks Author? Ea

  • Question about cname and google indexing?

    I hope someone can help me out with this. I use a web address and have it forwarded to my .Mac hosted website. I have always been told that when getting indexed on Google and others, you need to use your iWeb domain name/address for it to accurately