How to increase the the max limit column in pivot view in BIEE 11G?

Hi Experts,
How to increase the the max limit column in pivot view in BIEE 11G?
When the number of column exceed 256 in pivot view, it will generate the following error message as below:
Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.
Error Details
Error Codes: IRVLJWTA:OI2DL65P
Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
SQL Issued: 13678~vid1ptgt0v5ubh39gesnauuhl6
For example:
----------------Day
Country-----20120101---20120102---..........20121231
China--------10000---------20000----......

Try increasing the Max Rows in Instanceconfig.xml
Path:-Middleware\instances\instance1\bifoundation\OracleBIPresentationServices\instanceconfig.xml
<ServerInstance>
<Views>
<Pivot>
<MaxVisibleColumns>300</MaxVisibleColumns>
<MaxVisiblePages>1000</MaxVisiblePages>
<MaxVisibleRows>500</MaxVisibleRows>
<MaxVisibleSections>25</MaxVisibleSections>
<DefaultRowsDisplayed>30</DefaultRowsDisplayed>
</Pivot>
</Views>
</ServerInstance>
Try adding this in the config file and restart the services.
Mark as correct if it is helpful.
Thanks.

Similar Messages

  • How can we modify the maximum no. of columns in pivot table ?

    hi all,
    How can we modify the maximum no. of columns in pivot table ?
    do i need to change the nqconfig.ini or instanceconfig file or else?
    thnx..

    A little search on the forum :
    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.The details here :
    Oracle BI EE (10.1.3.2): Maximum total number of cells in Pivot Table excee

  • How to Increase columns in pivot view in 11g

    Hi all,
    We have a Report which gives the Particular error saying
    Error Codes: IRVLJWTA
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    I have seen so many threads but didn't find any answer which works
    Any help is Much helpful
    Thanks
    Xavier

    Hi Xavier,
    Have you played around with the following?
    10g --> http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    11g --> OBIEE 11g - Download All/Display All of rows in Answers
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Common Label for two columns in pivot view??

    Hi Guys,
    PLs help me..
    i want common label or heading columns in pivot view..
    Example:
    Under label1 (i should have two columns like 'A','B'), under label2(shud have colums like 'C','D','E')..
    i tried with dummy column, i placed it in measures section..but its not worked)..

    Hi Bhargav,
    f you are using 11g, goto Pivot Table Properties->Display Column & Folder Headings option.
    In 10g try this, http://obiee1000.blogspot.in/2012/03/header-on-measures.html
    Regards,
    Dpka

  • How to Limit the Grouped(through Bins) values in Pivot View

    Hi All,
    we have a column category which contains operational,staffing and allocation categories.
    in our requirement we need to group operational and staffing as group1 and the allocations as the other group2.i have grouped this using bins.
    our requirement is group1 should dispaly in one pivot view and group2 values should display in another pivot view.
    Could any one please suggest on this.
    NOTE: I have tried this with new calculated item option in pivot view but its unable to display character values.
    Thank You,
    Suhasini.
    Edited by: user10920790 on Nov 17, 2009 4:48 AM

    I think the issue here is that you have bins 1,2,3 but you want to see the values displayed, not 1,2,3?
    Try adding the same column again, use them next to each other in the pivot table, hide the one with the bins, what you should get is a prent and child type structure where the values are group according to the 1 2 3 in the first column.
    I htink the only way to get three separate tables would be to duplicate the query 3 times, filtering the bins column by 1 then 2 etc and displaying all three tables one below the other. Alternatively, you could try putting the bins column in the section header of the pivot table to see if that splits the tables by 1 2 3 .
    Sorry if this is a bit long winded, it's worth playing around with it though.
    regards
    Ed

  • How to increase text size of a Column header of table in webdypro

    Hi All,
    Can anybody suggest me how to increase the text size of a column header of table in webdyrpo. I didnt find any option anywhere. can anybody help me out to solve this issue?
    Regards
    Ravikumar

    Hi Ravikumar,
    As Sukanta has suggested create a Simpletype of String Type and Length 40.
    Then create a context for the column header and for its type, instead of choosing
    from the drop down, choose the 3 dots.
    In the window that appears, select Local Dictionary, and Select the Simpletype
    that you have created, from the respective package name. And click OK.
    This will make the text of ColumnHeader of type String and Length 40.
    Hope it helps.
    Regards,
    Alka.

  • How to increase min and max range of resulting XML report output?

    Hi,
    I'm trying to massage search results into a digestible format using XSLT. Its relatively straigh-forward. But what I'd like is to be able to increase the character result range to capture hopefully more parts to a URL - if that's our current search result.
    Here's an existing report XML node containing the min/max attributes I'm trying to adjust:
    <mm_reportitem>
    <mm_file>link_report_210611\poc_home_2011\home_200.html</mm_file>
    <mm_displaystr><![CDATA[...template 'tracking' tools are located in the {a href="http://subdomainname.domainname.net.nz/files/index....]]></mm_displaystr>
    <mm_data mm_rangemin="3197" mm_rangemax="3210" mm_filename="Z:\projects\clinetname\link_report_210611\poc_home_2011\home_200.html" mm_replaced="false" mm_matchedtextdirty="false" />
    </mm_reportitem>
    I basically want to try and capture reasonably long URL strings (in green) by, hopefully, adjusting the ranges (in red).
    Any ideas?
    EDIT: Ok, the colours were stripped out when I posted, so basically I want the CDATA node text in "mm_display_str" to be longer to capture an entire, possibly lengthy URL.
    EDIT:  Best file I can find so far is:  C:\Documents and Settings\Dave\Application Data\Adobe\Dreamweaver CS5\en_US\Configuration\Menus\Cache\Menus\DWSiteReportsTab.xml   --  but it doesn't look like it contains anything like range values, or in fact any numeric values to adjust.

    Hi Don,
    Are you trying to mean, I need to apply this logic to get min(result_no):
    Ex :
    min(cast(order_date as date) by patient_id) = order_date then result_no.
    Thanks,
    Karthikeyan V

  • How to hide % measure column Grand Total  value in Pivot View in obiee 11g?

    Hi ,
    I am facing a issue in obiee 11g .I am using a Pivot table to display the grand total of 3 metric columns eg: A , B,  C out of which B is percentage  so I need to remove the grand total value of the percentage column. We have to stick to Pivot View only. Anyone can sugest me on this?
    Thanks ,
    Shruti

    Move B to rows section or cast to char in Criteria tab by keeping the B in Measures section only.
    cast(B as char)

  • Sorting is not showing in measure column in Pivot View

    Hi,
    We are not able to do sorting on Measure column in Pivot table.Tried in Criteria also but no luck.
    Any help in this regard.

    I'm going to take a guess since your question is very vague. If the column you are trying to sort on is, say, the fifth column and you want it to stay there, then do this: Make a copy of the column and drag the copy all the way to the left. Add the sort to it and then hide it. The pivot table should now be sorted the way you want.
    Try it.
    Sorry, the solution is not for "measures" but for dimensions in the "row" section of the pivot table. Didn't read it thoroughly. What I said won't help you in this case. My apologies.
    Edited by: David_T on Jul 20, 2009 7:59 AM

  • Customizing grand total columns in pivot view

    Hi,
    I need to customize grand total column name in pivot view
    ex: If i have two measure order quantity and order amount when i am selecting aggregation after in column properties it is getting grand total i need to display as grand total for OQ and grand total for OA
    Please give suggestions
    Thanks,
    Kartheek.
    Edited by: 998231 on May 26, 2013 11:31 PM

    Hi Kartheek,
    In Pivot View, the default Grand Total can not be renamed to have measure specific grand total labe (The one which we specify in the pivot view either by row or column).
    But you can try having one seperate measure (in criteria) which will calculate the grand total of each measure by dimensions, which are available on the report.
    In sort you can achieve this using table and narrative view together (Not by pivot view).
    Expresion to be used for grand total in report criteria is Sum( Measure By Dim1, dim2... DimN)
    where Dim1 and dim2 are the dimesional column available on the report and measure is you OQ/OA.
    Create a table view as a default view (do not add any report level agg) and then add narrative view to display the Grand total OQ and Grand Total OA. You can add your custom lables with HTML tag, disply the 1st row only as the values will be repeated for grand total.
    If you find any other solution do let me know. As of now I can think of this as a best solution.
    Regards,
    Kashi

  • How to increase/improve the resolution ?

    Hi there,
    I have this old video & I check the resolution is only something like 400 x 288. If i use it on my sequence (which is set at 1920 x 1080), it will be very blur.
    Any recommendation to increase/up/improve the old video to 1920 x 1080 ?
    Thanks

    There is nothing you can do.
    The video will always be of 400x288 quality so it doesn't rally matter how you enlarge it.
    You could try using the Brightness, Contrast and Sharpness controls to imprrove the appearance though they might make matters even worse.
    It's something you will have to try for yourself but you will probably find that it has been a waste of time.

  • How to change the label of a total column in pivot view

    Hi
    Is there a way to change the label of the column created by analytics when calculated row based totals? Currently, it is same as the measure label to be summed.
    Thanks

    Hi
    Thanks for your help, actually that option works for the total displayed as the latest row, I mean the label for the total row. However, for the total column, the name stays as the same as the measure label.
    Can you further help me on the issue?
    Thanks

  • How to Embedded a Graph for one column in pivot table in OBIEE 11.1.1.7.0

    Hello,
    Please let me know how to achieve the below requirement
    I have to display the report with time , section, total students, passed ,failed and display column which as to be a red and green notation..Is it possible to build a report as below?
    Time
    section
    Total students
    Passed
    Failed
    Display column
    2009
    SA_A
    100
    90
    10
    Thanks for the Help!! Highly Appreciated!!
    Thanks
    SR

    Hi Sr,
    There is Trails view in Result . which is newly introduced by Oracle.
    With the help of this you can achive this solution.
    Thanks & Regards
    Rahul

  • How to Export/Import specific/selected table columns (can database view be

    All,
    I like to export and import some selected columns and rows of a table from one oracle database to another database.
    For example, I like to export the following SQL's result data to another oracle database.
    select ename, sal from emp where dno = 100;
    Can I create a database view based on the above SQL and export the view with data (I don't think data will be exported along with database view?)
    I know, I can do this either with SQL*Loader or by creating DBLink between databases and using insert-select statement.
    Please let me know if this is possible in exp/imp.
    Appreciate your help.
    Thanks
    Kumar

    Hello,
    You can Query and table option to export and import and i recommend you to create parameter file to use query option
    parfile.par
    file=myexport.dmp
    tables=table1,table2,table3
    query="where dno=2"
    ..Conventional export/import, you can also consider using datapump if you are using 10g.
    exp username/password parfile=parfile.par log=myexport.log
    imp username/password file=myexport.dmp tables=table1,table2,table3 log=myimport.logRegards

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

Maybe you are looking for

  • When SC is partially rejected my manager no workitems are not going to user

    Hi Gurus, Below is our requirement: Requester (User) creates a SC of multiple line items. Shopping cart is rejected by the manager for a particular line items and rest of the line items was approved, for the rejected line items workitems are not goin

  • How do I change the default settings for new calendar events?

    So I am relatively new to Mac. I've been using iCal in conjunction with iCloud/iPhone heavily and one thing that I found really annoying is that by default, every new event that I make has two alerts already set. One message and one email message. It

  • Facebook notifications doesn't work

    Hello, There is Facebook share and contacts have Facebook pictures etc but Facbook notifications don't work on my Macbook Pro. Twitter, Mail, Calendar notifications work but Facebook no... Is there any solution? I tried 2 different Facebook account b

  • Regarding calculation of Amount against Asset No.

    Hi, I am having an issue in the BEx output. Right now I am getting the amount for an asset against posting date. Like: Asset         Date          Amount 140000004     5/31/2005         6,060.00 INR               6/30/2005         40.00 INR          

  • Copying photos with categories

    Hi I have all my photos in Starter Edition 3.2 divided by categories. I now want to transfer my pictures onto another computer which also has Starter Edition 3.2 and maintain my categories. Is this possible and, if so, how? Thanks