OBIEE 10g dropping pivot table rows in Compound Layout

I have a report with 8 pivot table views in the compound layout. In one of the pivot table views, two of the rows do not appear when viewing it in the compound layout. It also doesn't show most (but not all) of the metric values in the 4th metric column in the compound layout. However if you edit this view you will see all the rows and all the values. Furthermore, if you remove the second pivot table from the compound layout, the first pivot table displays everything correctly. No other pivot table removal has this effect. There is no obvious reason why two rows should be dropped from the view only in the compound layout. They don't appear to have anything in common but different from all the others. I can also remove the other 6 pivot table views and this all still happens. I've completely rebuilt the report and it still happens.
This is 10.1.3.4.1.
Interestingly, in the environment where this is happening, <ReportAggregateEnabled>false</ReportAggregateEnabled> is set in the instanceconfig.ini. If I move the report (copy the XML) to another environment with this set to TRUE, these problems go away, though it's not terribly clear why. Unfortunately it's not as simple as setting this variable to TRUE because the entire production environment is already running with it set to FALSE and switching this will likely cause other problems.
Any thoughts? Thank you.

All the additive metrics have an explicit SUM on them in the Criteria section. The metrics in the Criteria section that are of the form metric1/metric2 are set to DEFAULT.
In pivot table 1 and 2, the aggregation rule on the metrics are all DEFAULT and report-based totals are checked for all (if I uncheck I get a group-by error).
The two pivot tables are using two different sets of metrics (technically one is using metric1 and the other is using metric1*(-1) to reverse the sign).
I really suspect there is a weird aggregation bug here that the ReportAggregateEnabled setting seems to resolve. I'm hoping to switch that to TRUE in the env. where this is not working and see if it fixes it.
Thanks for the suggestion.

Similar Messages

  • Pivot Table Row and Column extension OBIEE 11g

    Hi,
    I have pivot view report, I have 3 columns,
    1) User Name
    2) Date
    3) Login Count
    User Name will be row(Vertical)
    Date will be Column heading (Horizontal)
    Login Count Measures
    So I will get login Count of user wrt date.
    Now When I give Wide range of filter i.e, from 1st Jan 2010 to 31st Dec 2010.
    There is increase in row also column, when it reaches certain extent it gives error as *'Exceeded configured maximum number of allowed input records.'*
    How to change the limit? or there is any fix?
    Thanks,
    Satheesh

    Hi,
    I have also faced the same issue, i have solved by changing DefaultRowsDisplayed count in instance config file.
    <Views>
    <pivot table>
    <DefaultRowsDisplayed>75</DefaultRowsDisplayed>
    <pivot table>
    </Views>
    Paste that code (which i mentioned in my last post) in instanceconfig.xml before these tags
    </ServerInstance>
    </WebConfig>
    But remember you need to restart the presentation service once this is done....
    Thanks
    Deva

  • Pivot Table - Rows displayed

    Hi,
    I have a pivot table report which display complete report instead of showing 25 rows first.
    Due to large number of rows we are getting Out of memory issue.
    Is it possible to display 25 rows first in Pivot table. Please help - as users are unable to test this report.
    Thanks,
    Poojak

    Hi,
    I could able to do this for all reports in one shot by modifying the Instanceconfig.xml , with the below tags, make sure to put these tags before AdvancedReporting area.
    <Views>
    <Table>
    <DefaultRowsDisplayed>100</DefaultRowsDis played>
    </Table>
    </Views>
    Or Try:
    To limit number of rows in table view check this : http://gerardnico.com/wiki/dat/obiee/obiee_limit_clause
    For pivot : http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    You can also mention the rows to return in the pivot table properties.
    NOTE: Please mention if this resolved your problem/still facing and close the thread to assist others with similar problems.
    Regards,
    MuRam

  • Facing problem in pdf output in obiee when handling pivot table

    i was making some changes in pivot table like adding columns in sections adding ..
    and many more changes which i dont remember i dont know what happend now i am not getting an pdf output.
    please let me know what can be the problem

    this happens when select option for 'place value in new row' in some columns and not in all

  • TopN limit on pivot table row display, not selection

    Hi all,
    I'm trying to create a pivot table which only displays the top 20 rows of data I'm interested in. I know I can filter the data with the TopN function or one of the columns "is in top n" filter, but I'm displaying the data as a percentage, and I want these to accurately refelect the full data available not only the items displayed:
    Example:
    Text-Description 1, 160, 80%
    Text-Description 2, 20, 10%
    Text-Description 3, 10, 5%
    Text-Description 4, 10, 5%
    Say I want to only show the top 2 rows, and get:
    Text-Description 1, 160, 80%
    Text-Description 2, 20, 10%
    Whereas what I actually get is:
    Text-Description 1, 160, 88.8%
    Text-Description 2, 20, 11.1%
    The percentage figure is calculated from the data selected, not just to limit the rows displayed. My other way through this is to get the "text description" to also have a conditional field that returns "Others" that uses the TopN function, where I'd get:
    Text-Description 1, 160, 80%
    Text-Description 2, 20, 10%
    Others, 20, 10%
    Does anyone have any other ideas?
    Thanks in advance

    Create a dashboard prompt and set the formula as i and set it to edit box and give the presentation variable name.
    use this presentation variable in topn function like
    TOPN(column,@{variablename}{defaultvalue})
    Venkat V

  • Pivot Table Rows 1 - 100

    If I create a table or composite view then the default behaviour is to generate paging controls to View Records 100 at a time, but if I create a pivot table view it renders the entire thing before displaying the page - on large pivots this can be a sizeable pause - is there anyway to get around this, to have your pivot one small piece at a time??
    thanks,
    Robert.

    Try playing with Dashboard prompts.
    1) Create a prompt with two columns that will become "From Record" and "To Record." You can make this an Edit Box and dummy out any column you use by adding the CASE statement CASE WHEN 1=0... in the fx of the column. Name the variables "pv_FromRecord" and "pv_ToRecord"
    2) Now add a column in your report and in the fx enter RCOUNT(1).
    3) Put a BETWEEN filter on this column and set it to the two presentation variables pv_FromRecord and pv_ToRecord.
    Now when the user selects the values, the report will be filtered for just that number of records and it won't render the entire report.

  • Avoiding server events of drop downs, table rows--serious discontent:Users

    Hi All,
      We have developed Timesheet, satffing request system, Visa Requisition System, Dash board using WEB DYNPRO for JAVA. Each application has UI elements->drop downs,Table.
    <b> We are facing serious discontent from onsite users( US,Germany, UK etc..) who get lot of server events while using each UI element( mentioned above). "It is absolutely unfriendly" is the comments we are getting from users</b>.
    <u>CAN'T WE AVOID THIS....by upgrading EP version(currently we are using 6.40) or some other way.....</u>
      Please let us know how can we OVERCOME this issue...
    Thanks in advance,
    Gangadharayya.

    Hi,
    See if you can find the "CompatibilityMode" property for the table. Set this property to "nw04plus" value. This should eliminate your issue.
    Hope this helps.

  • Table rows over multicolumn layout

    Suppose you have a two-column layout and within the layout you insert a table of so many rows. Is it possible to evenly distribute the table rows over the two columns in the layout? What I'm seeing is that the table is often forced into one column.

    Kelvin Chung wrote:
    I'm not getting it for some reason.
    Your problem seems to change every time you post.
    I have a table that, if left to one layout column, spans the whole page.
    That is expected.
    With two layout columns, I'd expect that I'd have it that the table would take up the top half the page.
    Why? You've just put it in a 2 col layout. it works its way down that column until the bottom then continues from the top of the 2nd column.
    Instead I get something that takes up the left half of the page, as if everything was forced into the left column and the right column remains empty.
    Isn't that what you would expect? What do you think the columns are for?
    You have changed what you want so often, I can't follow it any more.
    Peter

  • Customize Font in Pivot Table OBIEE 10g

    Hi All,
    I have the Pivot table like this:
    Item                Value
    A                     1
    B                     2
    C                     3
    Total  A-C         6
    D                     1
    E                     2
    F                     3
    Total D-F          6
    How to bold the Total A-C and its value?My version is OBIEE 10g
    Thank you before
    Regards
    JOE

    Hi Joe
    In 10g
    1st change the View from Compound Layout to "Tabular View"
    2nd.. as you told the A-C total is needed, in the tabular view at Answers......navigate to that field/column  & find Sigma (Summation Symbol) ..
    3rd, by clicking on it..you will get the Totals in Bold Letters
    Please mark Correct if this helps you
    Regards

  • Creating Compound lay out with two different pivot tables OBIEE 11g?

    Hello,
    I am trying to add two different pivot tables in one compound lay out and add a view selector to it, so that i can choose one at a time. Please advice how can i do this.
    Thanks

    First of all, the expression is "please advise" not "please advice." I thought I'd mention it because I see it so much in the forum. :) (Freebie.)
    Okay, on the surface, your question seems so basic that it makes me wonder what you mean. If you are absolutely brand-new to OBIEE than consult the manual:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10544/creatingviews.htm#BACCBCBA
    If you are stuck on a particular step, then describe the problem in detail.

  • Need to hide row in a pivot table

    Hi All,
    I have a requirement
    which has country, year, dept, revenue as the column
    Prompt is on country
    created the report in pivot table
    row wise data is present in the table
    If i select country in prompt
    INDIA
    1999     IT      50000
         NON_IT     40000
    USA
    1999     IT     100000
         NON_IT 700000 (WANT TO HIDE IT)
    CHINA
    1999 IT 40000
    NON_IT 60000
    if i select ALL CHOICE IN PROMPT
    1999 IT 1000000 (SUM OF ALL COUNTRY)
    NON_IT (IT SHOULD BE HIDDEN)
    please let me know if we can achieve it
    thanks a lot
    A

    Hi A,
    I hope as per your previous post, you might have already set the presentation variable. You can write the column formula now as:
    case when @{variables.country} = 'All Choices' then sum(revenue) by year else <your previous case to hide the USA column} end.
    Hope this helps.
    Thank you,
    Dhar

  • Sorting on a total column or calculated column in a pivot table

    We have a pivot table showing customer activity by month. We have added a calculated field to show the YTD average instead of a total column. Is there a way to sort on this calculated field? We have applied a sort on the measure in the criteria, and our resulting pivot table sorts by the values in the most recent month, not by the YTD average.

    I think we cant sort when we use a pivot view becoz all the rows are already fixed. Say your rows are sales and volume and columns are year 2007 and 2008, imagine if you r given the sorting ability then if number of units solds is more then it need to change the rows (but in pivot table rows are fixed). So, we cant sort in pivot tables!!

  • Small doubt(about pivot table)

    while creating a report i am getting error in Table view,if i create a same report in pivot view it is working fine in pivot view.
    after this i want to add this view to the compound view then i will have to delete the table view from the compound view .but while adding the pivot view to the compound view it is throwing error because by default compound view has only table view and tital view.it is not allowing me to add pivot view to the compound view.
    can anyone suggest me is there any other way i can add the pivot view to compoud view i want to view the title view and pivot view only in the compond view.(here the problem is i am unable to add pivot view to the compound view because error in the table view)

    Actually i placed couple of column in the excluded. now its working fine. i just want to know how can i add pivot tabler to the compound view at this situation

  • Command link in adf pivot table

    Hi,
    I Created one View Object (WrkVOR) Based on below query
    Select Desc1,Desc2 ,Date,Sum(Amount) From populate_wrk Group by Desc1,Desc2 ,Date
    Based on View Object we created pivot table
    Rows - Desc1 ,Desc2
    Column - Date
    Amount will come under each date (Like Matrix report)
    Up to It is working fine
    i added a command link on data(Amount) when i click the command link i am getting below error
    DVT-2015 Slice 1 Exceeds boundary -3
    please help....
    Thanks
    shk

    Hi,
    the real problem of the original poster seems to be <af:commandLink text="#{row.GlobalDealId}" id="cl1" action="createMDM" immediate="true" partialSubmit="true"> having immediate set to true in which case the request goes from restore view to render response. You usually use immediate=true on a command item to cancel an action (bypassing all the other JSF lifecycle steps).
    Peter551059,
    you don't give us much information about your case. So if the problem is IE9 and you verified IE9 is supported for the version of JDeveloper you use, then - in case you have a support contract - my best advise is to file a service request and have support looking at it just in case you hit a defect that should be filed as a bug
    Frank

  • Suppressing Columns in Pivot table when adding subtotal

    Hi,
    We have a dimension hierarchy like this:
    Level 1 ---> Level 2 ---> Level 3
    T ---> A ----> B1
    T ---> A ----> B2
    T ---> C ----> D
    T ---> E ----> E
    The report we are trying to build is of this format:
    Row_Num --> Dimension --> Amount
    1 --> B1 ---> 100
    2 --> B2 ---> 50
    3 --> A ---> 150
    4 --> D ---> 75
    5 --> C ---> 75
    6 --> E ---> 100
    When using Pivot table and subtotals, we are getting the report as below: (where for Dimension Value "E" there are two rows)
    Row_Num --> Dimension --> Amount
    1 --> B1 ---> 100
    2 --> B2 ---> 50
    3 --> A Total ---> 150
    4 --> D ---> 75
    5 --> C Total ---> 75
    6 --> E ---> 100
    7 --> E Total ---> 100
    We do not want the subtotals to be calculated if Level 2 and Level 3 are the same.
    Any ideas on how to achieve this?
    Many Thanks,
    Seetharam

    Hi user7276913,
    Are you sure you are using a Pivot Table view? Or are you using the standard table view?
    In a pivot table, you can only have (n-1) sub-totals where n is the number of fields in your "Rows" section. So in your case you have two fields, so you can only have 1 sub-total. See my screen shot below where I have a similar situation:
    !http://i47.tinypic.com/icux5y.png!
    Note that in the screen shot only the first column has a summation and the second does not. This makes sense since a sub-total and the last column would be the same as the values being displayed in the "measures" section.
    What you described in your post seems more like what I'm seeing in a standard table view
    !http://i48.tinypic.com/34z12zp.png!
    Based upon what I'm seeing in your sample report, it seems like you are missing some kind of line item number or transaction number or some field that uniquely determines a row. If you add this field into the pivot table you will get exactly what you want.
    e.g. Pivot Table Rows = Customer # (with summation Enabled) , Document Type (Summation Enable), Line Number
    Good luck and if you found this post useful, please reward points!
    Best regards,
    -Joe

Maybe you are looking for

  • The HDD LED doesn't work !! Any Idea ?

    Hi everyone .. I have MSI Neo Platinum Mainboard , I installed a S-ATA Harddisk only on the Mainboard , no ATA , but the HDD LED on the Case doesn't work .. There is no Light ... Is this light only for ATA Harddisks wich are installed on IDE ?? Any i

  • How can I transfer my balance to zero?

    How can I transfer my balance to zero?

  • Better method for newspaper editing

    I've been able to make some news articles and export them to PDF with pleasing results and have been improving my efficiency with each completed document, but feel that there is a better way of doing it still.  Basically, what I'm making are articles

  • Finder Opening Folders in Wrong Display

    I have a second display attached, though the power is off.  For folders that have at some point been opened on that display, Finder always tries to open them there, even though it's off.  Now that Expose is gone there is no way to zoom out and reposi

  • Darkness 2 ia only $13 one day only

    I can't believe that Darkness 2 is only $13. It's only for one day only.The deals of the days are great for video games.  A few weeks ago Metroid O Other M was on sale for $8. I want more of deals fof day for video games.