Restrict number of records display in BEx

Hi,
I'm getting a "number of rows exceeded in excel" error while running some of the BEx queries.Is there any way to run the whole query with no filters but display the result  of only 50000 rows?
Thanks
Srishti Reddy

Hi mathew,
I'm sorry I got stuck with some other issue. Yes sometimes we can see the 50,000 rows but most times it ended with RFC connection error. We solved the problem by extending the roll area in BW.I detected while running the query in RSRT which ended with runtime errors indicating insufficient roll area.
Thanks for the help.
Srishti

Similar Messages

  • How to restrict number of rows display using ig:gridView

    Hi
    All
    How to restrict number of rows display using <ig:gridView datasource="{mybean.mylist}">
    i am getting 10 rows using data_row . i wanna show only first 5 rows .
    pageSize ="5" will be ok . but it displays remaining rows in next page. but i want to display only first 5 rows . is there any attribute to restrict number of rows.
    thanks
    rambhapuri

    I have no idea which component you're talking about. If want to discuss here about a non-Sun JSF component, then please mention about the name, version and build in detail. You can also consider posting this question at the website/forum/mailinglist of the component manfacturer rather than here. At least I can tell you that the Sun JSF h:dataTable has the 'rows' attribute for that. I can also suggest you to just take a look in the TLD documentation of the component in question. There should be all possible attributes listed with a detailed explanation about the behaviour.

  • Change number of record displayed for a single item alone

    Hi,
    I have a single data block with few items. Is it possible to make one item in the block as non-database item and make the display of record in the item alone to show multiple lines.
    i.e. All other items in the Data block shows single record, whereas this particular item should shows 10 records.
    Is this achievable?
    Or should i have to put that item in a separate data block and choose the data block property to "Number of records displayed" as 10?
    Thanks,
    Yuvaraaj.

    983448 wrote:
    Hi,
    I have a single data block with few items. Is it possible to make one item in the block as non-database item and make the display of record in the item alone to show multiple lines.
    i.e. All other items in the Data block shows single record, whereas this particular item should shows 10 records.Yes you can. But i will say re-check your design.
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • How to set the number of records displayed at run time

    Is it possible to set the number of records displayed block property at run time? The built-in 'GET_BLOCK_PROPERTY' can retrieve the number of RECORDS_DISPLAYED. But I can't find SET_BLOCK_PROPERTY to set this property. Is there anyway I can set this property programmatically? Thanks for any suggestions!

    Bookmark Go to End
    goal: How to vary the number of records displayed in a block
    programmatically
    fact: Oracle Forms Developer
    fix:
    Block property 'Number of Records Displayed' can not be changed during runtime
    using SET_BLOCK_PROPERTY. However, it is still possible programmatically change
    the visual appearance of the form so that it creates effect of changing this
    property. To achieve such an effect follow these steps:
    1. in Forms Builder, in the multirecord block define the new set of items.
    The simplest way is to copy/paste the original item and rename created item.
    2. set properties of these new items so that they are the same as the properties
    of the original items. If these new items were copied from original items
    then properties are already the same. Modify following properties
    'Database item' on new items to value 'No'
    'Synchronize with item' to the value of the original item
    'Number of Items Displayed' to desired value.
    'Visible' to 'No'
    In other words, these new items are mirrors of original items.
    3. code event, which is meant to trigger the change in block appearance.
    This code should use SET_ITEM_PROPERTY built-in to set properties
    like 'VISIBLE', 'ENABLED', 'NAVIGABLE', 'UPDATE_ALLOWED' and others
    to desired value for items which are about to be displayed, then
    move cursor to one of these just displayed items with GO_ITEM built-in
    and then hide the previously displayed items.
    Example:
    Assume that the block is built on SCOTT.DEPT schema. Following will
    change the set of displayed items
    set_item_property('dept.mdeptno',visible,property_true);
    set_item_property('dept.mdname',visible,property_true);
    set_item_property('dept.mloc',visible,property_true);
    set_item_property('dept.mdeptno',enabled,property_true);
    set_item_property('dept.mdname',enabled,property_true);
    set_item_property('dept.mloc',enabled,property_true);
    set_item_property('dept.mdeptno',update_allowed,property_true);
    set_item_property('dept.mdname',update_allowed,property_true);
    set_item_property('dept.mloc',update_allowed,property_true);
    set_item_property('dept.mdeptno',navigable,property_true);
    set_item_property('dept.mdname',navigable,property_true);
    set_item_property('dept.mloc',navigable,property_true);
    go_item('dept.mdeptno');
    set_item_property('dept.deptno',visible,property_false);
    set_item_property('dept.dname',visible,property_false);
    set_item_property('dept.loc',visible,property_false);
    Regards,
    Monica

  • Rows Per Page doesn't affect the number of records displayed

    I just updated from 3.2 to 4.0 this morning. When I change the Rows Per Page value in the action menu the report doesn't change and the number of records displayed stays at 10. The report has ~6000 records. I edited the report attributes and add the rows selector to the IR search bar. This doesn't change the behavior either. I noticed that if I change the rows per page in the action menu then the drop down select list is updated, but the report still doesn't change from 10. I tried paging to the next set of results and it still remains at 10.
    Has anyone else experienced this problem?
    Tony

    Yes, Tony, I've seen this in several versions of APEX. In most cases, simply starting a new session was enough to force APEX to refresh the page and grab the new set of pagination directives. If that doesn't work, please give more info like: what type of report you are doing and what the Pagination values are. Please note the following:
    Report Template
    Pagination Scheme
    Enable Partial Page Refresh
    Display Position
    Number of Rows/Number of Rows Item
    Maximum Row Count

  • Way of telling Enterprise manager to restrict number of databases displayed to one specific database?

    Way of telling Enterprise manager to restrict number of
    databases displayed
    to one specific database?
    Is there a way of telling Enterprise manager to display only
    my database.
    It's on a server with other databases and I would rather only
    see those that
    are mine. Is there a way to limit what I see?

    Thanks
    "Brendan"
    <Brendan.Collins@_RemoveThis_Singularity.co.uk> wrote in
    message
    news:e25gle$mnc$[email protected]..
    > Had the same problem with my database and once I told
    the host which
    > databases I could see they solved it. Their reply was
    'The issue occurs,
    > when a client allows Guest User Access to their
    databases.'
    > Brendan
    > ______________________________________________
    > Rate your experiences with your UK and Ireland builders
    at
    >
    http://www.ratethebuilder.co.uk
    > =========================================
    >
    >
    >
    > "Lionstone" <[email protected]> wrote
    in message
    > news:e25e6a$jco$[email protected]..
    >> EM will only show databases to which you have
    access. Your server
    >> administrator can remove access rights to the other
    databases for you.
    >>
    >> "lee" <[email protected]> wrote in
    message
    >> news:e25cak$gv1$[email protected]..
    >> > Is there a way of telling Enterprise manager to
    display only my
    > database.
    >> > It's on a server with other databases and I
    would rather only see those
    >> > that are mine. Is there a way to limit what I
    see?
    >> >
    >>
    >>
    >
    >

  • Syndicator:Restricting Number of records in a output file

    Is there any mechanism by which i could restrict the number of records syndicated to a single output file ?.
    Currently the only option seems to be output all records(matching certain criteria) or a single record to XML file/s.

    Hi,
    You can restrict the search based on the search parameters.
    If you want to syndiacte all the data in single XML file the in destination items tab ,
    Step 1. Need to select the "Repetable XML Node" for the Main node.
    Step 2. In Item Mapping tab Map the Main Table with main node for which you have set the indicator in Step 1.
    Hope, I answered you.
    Regards,
    Nitin Deshpande

  • Maximum number of records displayed on the browser using Query Designer.

    When you display a query on the web using Query Designer is there a maximum limit of how many records (rows) it can display? For example, can it handle 25 million records?
    Thanks.

    Hi Sebastian,
    I still find such a requirement weird as one cannot definitely go thru' so much of data at a time - it would thus always make sense to perhaps filter on some criteria which would make analysis & perhaps even download much faster. The limit as I understand is approx 750,000 data cells. Maybe the below link & SAP notes can help validate
    Limitation in No. Of data cells displayed in BEx Analyzer
    SAP Notes :-
    Note 1040454 - Front-end memory requirement of the BEx Analyzer
    Note 1030279 - Reports with very large result sets/BI Java
    Note 1411545 - BExAnalyzer: safety belt for large resultsets
    --Priya

  • Automatic  Number  of record displayed

    hi to all,
    how can i insert automatic number record displayed on a detail data block.
    e.g :
    If i input 5 on a text box and press a button the detail will display on 5 records.But during form load initially it has Zero rows dislayed.

    You can use the set_block_property method in the when-button-pressed trigger of your button.
    set_block_property('block_name',MAX_RECORDS_FETCHED,'<block_name>.<text item where you'll enter the no of rows to display>);
    go_block('block_name');
    Ensure that Query all records property of the block is set to Yes for the above to work.
    Hope this helps.
    Please mark answer as helpful / correct, if it helps you

  • OIM Reconcilation - restrict number of records

    hey guys,
    Currently when i run the trusted recon, i get records from HRMS. Now i want to check whether the number of records which query returns is more than 500.. if its more than 500 then i have to cancel the recon, means i should not bring the updates to OIM. Can i achieve this in OIM?
    And also can we make this happen only for the updates for the existing records in OIM and HRMS and not while the process creates new users in OIM for the new user records in HRMS.
    Thanks in advance.

    closing it

  • How to change number of records displayed in Web service: Query_view_data

    Hi experts
    I´m using webservice Query_view_data to fill a Xcelsius model with data.
    The Bex Query contains appr. 300 records but the webservice returns only 50 records. When I test it it says "displaying 50 of 312 records".
    When I tried ABAP FM RRW3_GET_QUERY_VIEW_DATA it gave all 312 records.
    Does anyone know how I can change this setting so that all 312 records are displayed in the webservice?
    Best Regards
    Kenneth

    Mani,
    I have changed the properties of the chart as you said and gave 4 decimal places. If my actual data value is 0.787989, i would expect it to result 0.7879 but the outcome is 0.7800. It is replacing the other two decimal places with 0's rather than the actual number. Is this a bug in OBIEE or am i doing anything wrong?? Is there any other way to do this. Please let e know...
    Thanks,
    vnk
    Edited by: user8708843 on Aug 18, 2010 8:03 AM

  • How to change the number of records displayed on personnel profile?

    Hi Experts!
    1.The thing which I would like to do is as a title.
    2.And There is a part it is considered that is a change part.
    However, the method of changing that is not known.
    I need your help also with the direction and right or wrong which the modification method of the number of display records understands.
    Best Regards!

    Hi jyothi.
    thank you for your reply!
    >Change the visible row count as 1 and check.
    I changed.
    but change was not shown in the display of the number of the line.
    when 「rendering style 」was changed, change was shown in the display of the number of th lines.
    but  we need 「row repeat」 style.
    regards.

  • Number of records displayed in the lookup field on webconsole dont change

    Hi All,
    Issue here is-
    When I select a report or process form to select a value for anything and click on the magnifying
    glass (lookup field) in web console, should get all the resources in the page that pops up.
    For now it only displays 10 records per page. I see all the lookups displaying 10 records when clicked on the magnifying glass icon.
    The property ‘global.displayRecordNum.value’ in the xlDefaultAdmin.properties file is set to
    20. So, all other pages display 20 records but all lookup pages on web console
    show only 10 records per page.
    Now the businees users want that the lookup page should display 20 records per page like other pages.
    For recreating the problem you can follow the steps:-
    Operational Reports -> Click on Attestation Process Name magnifying glass-> the page that pops up should display all the resources on one page instead of displaying 10 per page.
    Anyone has any idea on this if it is possible to change it thorugh an attribute in xlDefaultAdmin.properties or something else ?
    Thanks.

    You may add "and rownum < ..." to the default where clause.
    But that will not change the layout of the block. E.g. if you have a 10 record block where you want to display only 3 records, you will see 7 empty records.
    Also, this is not a good idea if you are using record ordering.

  • Restrict number of records in Standard Check Printing Report R12

    Hi,
    My client wants only 8 records to be displayed in each page.Only after all the records have been displayed the cheque should be displayed.Could someone help me with this.Iam using an RTF
    Please send me any related RTF or code.Its very Urgent
    Thanks

    My email id -- [email protected]

  • Shuttle not displaying exact number of Records

    Hi
    I have declaratively defined a shuttle wherein the records are being populated by a VO . On calling the Vo.getRowCount() i get 212. Also am calling vo.setMaxFetchSize(-1) .But the number of records displayed in the leading List are only 201. I have also set the size of the list as 500.
    Can any one please help me in displaying all the records fetched by the VO..
    Thanx in advance
    Regards
    Sunny

    Also check the profile option FND: View Object Max Fetch Size. It is by default set to 200.

Maybe you are looking for

  • I can't believe how hard it is to cancel your account.

    I’ve been a Verizon Wireless customer for as long as I can remember. It’s been close to 20 years. For several years now, I have added smart phones to my accounts as my children have gotten older. I currently have 4 smart phones and one basic phone on

  • How to search for coloured tags ?

    Hi all, I have often been amazed by the speed and accuracy of Searching for Files on my MacBookPro. As powerful as this SEARCH facility is, recently I wanted to search for a file that I knew had a RED tag assigned to it. I couldnt find how to do that

  • I removed veiwing profile pics from my Facebook and cannot turn it back on.

    I chose a blue printed phrase in Facebook "remove profile pictures from view, now anyone who logs into Facebook from my desktop cannot see profile pics, but we can from another desktop. I'd like to reverse this and see profile pictures again == URL o

  • PSE 9 Organize, edit/preferences locks up the program

    I just loaded PSE9 on a core i7 with 12GB RAM and 800 GB HD.  In Organize, the memu bar doesn't display, and I guess that has to do with the size of the font which can be sort of fixed by selecting "use system fonts" under "Edit/preferences, general"

  • Mutilple Filter Objects - Changing where clause and or

    Is it possible to have a query as below using filter commands. (obj1 = 'value11' and obj2 = 'value21') or (obj1 = 'value12' and obj2 = 'value22') or The objective is to manipulate the where clause and , or . Thanks in Advance Bhanu Mohanty