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

Similar Messages

  • 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 not displaying the values correctly

    Hi,
    I have created a pivot table in which i am using 2 tables. I pulled columns from table A and one column from table B in the measures section to get the grand total. All the rows are comming fine but, its not returning any values for tableB's column(if i pull it into measures).
    If the column stays under rows section, the report is comming out fine.
    I need the total to be displayed in the report.
    Can some body help me with this.
    Thanks

    Hi David,
    i have set the column's aggregation to sum, and it is comming out correctly in the grand total, how ever, i have some of the coulmns which i am taking the %
    col3= (col2/col1)*100
    col1- aggregation set as Sum, col2 and col3 is set as default
    The values for col3 are comming finr in report , where as it is not returning correct value for garnd total row.
    ex: row w--- col1 col2 col3
    row1-----6630 1130 17.04
    row2 6114 994 16.26
    total 23317 3739 56.40(should be 16.2..)
    For col3 it is calculating like this(3739-total of col2/ 6630 -first row of col1 *100)
    Instead of taking total , it is taking the first row.
    I tried different aggregations, but was still unable to get the correct value. Can you please let me know if i am missing anything.
    Can we define custom aggregations.
    Thanks
    Gayatri
    Edited by: user12589255 on Aug 3, 2011 2:55 PM

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

  • Is there any possible that pivot table can display date values in the data area like this?

    I use Power Query to load data(including all the of data showed in the following table without accumulating) from database to the Excel Worksheet, and I want to build a pivot table like this.
    But the data area of the pivot table can only accecpt and display numeric data. Is there any possible that such a display can be achieved?
    Thanks.

    Hi,
    Would you like to upload a sample file through OneDrive? I'd like to see the data source structure and test it.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

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

  • Pivot Table / Query display in Forms10g

    Hi,
    I have created a pivot table and a pivot view. How do i display these data in Forms10g. When i select either of these, the pivot columns are disabled. i am unable to select the pivot column in Form in the Data block Wizard.

    Forms doesn't matter if a column is a pivot column or not as long as it are columns in a table or view. Soyou shouldn't have any problems with the columns. What are the columns named like? And what versions do you use?

  • Maximum Number of Table Rows Displayed in Catalog

    Hi Everyone,
    I am working with an instance that has a very large Catalog and only 25 rows are displaying at a time within the Catalog tab of the Administrator interface.
    There doesn't seem to be a personalization set to restrict the number of rows displayed and there's no "Next Page >>" link for the overflow. When you create something new it isn't visible unless it makes it alphabetically in the top 25.
    Can anyone tell me if there's a profile option where the max number of rows is set or what else could be causing the issue?
    Thanks!
    Anne

    Hi Scott,
    Thanks for your quick reply. I've increased the size of H Grid: Catalog to 100 and there's no change (even after bouncing the server).
    I've tested it in another instance and got a "Next X - Y of Y" link at the bottom and a "Previous" link at the top when there has been an overflow. This instance doesn't have that (the overflow objects can only be seen when you do a direct search for them).
    Anne
    Message was edited by:
    anne

  • App-V Reporting: SQL query for Excel Pivot Table to display App Usage (H/M/S)

    I recently posted this in the Gallery.  If anyone has any modifications or enhancements please feel free to contribute!  One thing that I'd like to be able to add to it is the ability to only display information for applications/packages that are
    still published, so if anyone can figure out a crafty way to do it...  Thanks!
    http://gallery.technet.microsoft.com/App-V-Reporting-SQL-query-6695d3c3

    I recently posted this in the Gallery.  If anyone has any modifications or enhancements please feel free to contribute!  One thing that I'd like to be able to add to it is the ability to only display information for applications/packages that are
    still published, so if anyone can figure out a crafty way to do it...  Thanks!
    http://gallery.technet.microsoft.com/App-V-Reporting-SQL-query-6695d3c3

  • How to Display a Detailed Grand Total Column in Pivot Table

    I have a pivot table that looks something like this:
    I would like to display the 'Grand Total' column at the end so that it is separated by year, like this:
    Is there a pivot table setting that would allow it to display this way? I've searched high and low but haven't found anything. I appreciate any help. Thanks!

    You can add a calculated item to the pivot table to display grand totals by year:
    1.  First, turn off grand totals for rows and columns (PIVOTTABLE TOOLS > DESIGN tab > Layout group > Grand Totals > Off for Rows and Columns)
    2.  Click on the Price List (Invoice) field in the pivot table (hidden above the
    Member field?).  You must click on the pivot table cell containing the field name for the entries "Member" and "Non-Member".
    3.  Add the calculated item (PIVOTTABLE TOOLS > ANALYZE tab > Calculations group > Fields, Items & Sets > Calculated item...
    4.  In the "Name:" box, type: Grand Totals
    5.  In the "Formula:" box, type: = Member + 'Non-Member'
    6.  Click the "Add" button, and then click "OK"

  • 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

  • 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

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

  • 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

Maybe you are looking for

  • Deleting data from ODS

    Hi, i have ods it is getting upload from 2 data sources(02_SCL and Generic DataSource), SCL through Deltas, Generic Datasource using Full Load, i want to delete previous day request or changelog. but i dont want to miss the deltas of SCL. this ODS do

  • Multiple free goods for one main material

    Hello SAP Gurus, we have a business requirement that to issue multiple free products for one main product, if the upliftment is beyond the specified quantity. Using free goods functionality, is it possible to achive the above requirement. e.g        

  • Using the SAX Parser

    As I reported in this thread: Carriage Returns in XSLT output I am trying to produce a text output file with each line terminating in cr-lf (using the output from ViewObject.writeXML() passed through the XSLProcessor.processXSL() method to apply a XS

  • What kind of devices/router series can be used to connecta leased line for a office of 50-60 users

    What kind of equipments, what series router can be used to connect a leased line,in  a office of 50-60 users,and the steps of setup and configurations in details,Condsider the budget also. what kind of port/interfaces are used to connect a lease line

  • Outlook 2010 Out of Office Assistant only works when prompted for credentials

    Hello, I've come across what seems to be an odd issue with Outlook 2010 and Exchange 2010 in an SBS 2011 environment and am hoping someone has seen this issue before. Basically, we have a few users who can only get their OOF Assistant in Outlook to w