Interactive Report: collection not limited to screen?

Hi,
My problem: I want to use the selection made in an interactive report and put that into an APEX collection. BUT I do not want it to be limited to the rows shown on the screen.
For instance: if a user makes a selection with his interactive report of 2000 rows, the screen only shows for instance the first 50. I want the id's of the all the 2000 rows, so I can make a fixed report to be exported out of that.
Is it possible to obtain the collection that the interactive report uses?
Any help is appreciated...

Hi lilhelp,
If you dont want to show the report defaultly then, restrict your region source query of the report with some filter page items in your WHERE clause.
Brgds,
Mini
Mark Answers Promptly

Similar Messages

  • Interactive reports do not execute with Z business role

    Hi all,
    We have created interactive reports which are working fine and displaying results with a standard business role. However, the report does not even execute when we use a custom business role - no blank screen no error, but the report does not execute at all.
    What could be missing ? Need your inputs please.
    Regards.

    Compare the profile value for the function profile id REPORTING_PROF in Z business role with your std business role. To check this go to define business roles> select your ZBusiness role>double click on Assign function profiles.
    Hope this helps!
    Regards,
    Kumar

  • Interactive Report will not save BLOB Column Attributes

    I have created many interactive reports with 4.0 and 4.1 that had BLOB columns with no problems and the download link worked fine. After upgrading to 4.2, the interactive reports get the following error when clicking on the download link:
    Not found
    The requested URL /apex/apex_util.get_blob was not found on this server
    If I open the edit page from the report, the BLOB downloads fine. When I looked at the report attributes details for the BLOB column, I noticed the BLOB Column Attributes had not been populated. I have tried repeatedly to populate them (Table Name, Column Name, Primary Key, MIMETYPE, etc.) but after applying the changes and reopening the attributes page for the blob column, the values I entered are not saved.
    For completeness, here is the select statement for the report:
    select "DESC_ATT_ID",
    "BR_ID",
    "FILENAME",
    "MIMETYPE",
    dbms_lob.getlength("DESC_ATTACHMENT") "DESC_ATTACHMENT"
    from "#OWNER#"."ALTEC_BR_DESC_ATT"
    WHERE BR_ID = :P3_BR_ID
    Also, here is the value for the Number/Date format for the BLOB Column:
    DOWNLOAD:ALTEC_BR_DESC_ATT:DESC_ATTACHMENT:DESC_ATT_ID
    Can someone please point me in the right direction to get the link for the interactive report working properly?
    Many thanks,
    Jerry

    Hello,
    How about you do not use BLOB format Column, you do it manually as this example here:
    apex.oracle.com
    workspace: somefeto
    user: test
    pwd: test
    Application 63066
    in the same workspace, there is      Sample File Upload and Download (App ID 10540), and it is working fine ....
    Otherwise, Pls, reproduce the problem on apex.oracle.com
    Best Regards,
    Fateh
    If you believe that my answer is correct or helpful to you, then pls, mark the answer as helpful or correct

  • Interactive Reporting is not opening in Hyperion workspace

    Hi,
    I have installed Hyperion Foundation Services 11.1.1.1.0 and IR 11.1.1.1.0
    I am trying to access IR through Workspace
    I could see the procedure like File-> New-> Document_> interactive reporting document.
    Then i have selected a .oce file to make connection. but i am not able to progress to the next window.
    after selecting .oce file a new pop up is getting populated.Then it is closed automatically in a fraction of second...
    I dont know what is the problem.
    Kindly Help.
    Thank you.
    Regards
    GATHATHARAN K
    Hi all,
    I have tried the same with Mozilla Browser.
    Here I am ablwe to open a page saying
    Checking Hyperion Interactive Reporting Web Client status......
    then another one new win dow is getting opend.
    In that window It was asking for the
    "Press the 'Begin' button to start the installation."
    asking for a confirmation.
    I hav pressed Begin then an error comes
    "Firefox could not install the file at
    http://10.23.7.6:45000/InsightInstaller/Insight.xpi?-l0009
    because: Download error
    -228"
    Please help me
    Thank you.
    Reagrds
    GATHATHARAN K
    Edited by: gatha_vdm on Mar 23, 2009 8:25 AM
    Edited by: gatha_vdm on Mar 23, 2009 8:37 AM

    Hi bhanu,
    Thanks a lot for ur immediate reply
    I couldnt see any service in the name of IR.
    I could see only "Hyperion Annotation Server"
    I have started the service as follows... please check.
    Hyperion Apache 2.0-(Apache/2.0.61 (Win32) mod_jk/1.2.25)
    Hyperion Foundation OpenLDAP
    Hyperion Foundation Shared Services - Web Application
    (Hyperion Shared Services that support Hyperion applications, including authentication, user provisioning, task flow management, data and metadata synchronization.)
    Hyperion Workspace - Agent Service
    (HyS9Core1, Provides service infrastructure to run services locally).
    Hyperion Annotation Server
    (HyS9Annotation - Provides Annotation support for Hyperion products).
    Hyperion Workspace - Web Application
    (HyS9Workspace - Hyperion Workspace - Web Application web application for Tomcat 5.)
    For the second error
    I could not see any option named
    programs--Hyperion--Intercative Rporting--Utilities and Administratio--Service Configurator--Local Service Configurator
    i could see only a service configurator under workspace-> utilities and administration.
    Thanks a lot
    Regards
    Gathatharan K

  • Interactive report jquery not executed on pagination

    recently i fell into another problem when using jquery in an interactive report.
    in the page header i do this
    <script type="text/javascript">
    $(document).ready( function() {
       var pageID = $('#pFlowId').val();
       $('.Artikelinfo').each( function(i) {
                var $item = $(this);
                var get = new htmldb_Get(null,pageID ,'APPLICATION_PROCESS=GET_ARTIKEL_INFO',0);
                get.addParam('x01', $item.attr('artnr'));
                $item.attr('rel', get.url());
                $item.attr('relTitle', $item.html());
                return true;
       $('.Artikelinfo').cluetip({
             arrows: true,
             tracking: true,
             titleAttribute: 'relTitle'
    });in the link attributes of a column i put this:
    target="_blank" class="Artikelinfo" artnr="#NUMMER#" rel="" reltitle=""it works like charm... but only on the first page.
    as soon as a change page the jquery is not executed, the attributes are not set.
    i think this is because while pagination of the IR the actual page is not reloaded.
    how can i achieve that that the jqury part is executed after pagination?
    u can find an example here [http://apex.oracle.com/pls/otn/f?p=19645:1] username "user1" password "abc123"
    hover over the first column u will see a cluetip.
    afer the first pagination, the hoverhelp is lost
    thanks
    peter

    below is from http://api.jquery.com/ajaxComplete/
    "Register a handler to be called when Ajax requests complete. This is an Ajax Event."
    "Whenever an Ajax request completes, jQuery triggers the ajaxComplete event. Any and all handlers that have been registered with the .ajaxComplete() method are executed at this time."
    I'm looking into this now...
    Also need to know how to AJAX refresh the IR report to get the changes I did through an AJAX call... ??????
    Anyone???

  • Interactive Report "Group By" Limitation

    Hi,
    Anybody installed the latest APEX? i believe it's 4.2.3.
    Could you please tell me
    is the limitation for interactive report "group by" action increased?  (3 columns max for my 4.2 version)
    I consider this is a major drawback...
    Thanks,
    John

    john2013 wrote:
    Anybody installed the latest APEX? i believe it's 4.2.3.
    You can find out for yourself by requesting a workspace on apex.oracle.com, which always runs the latest production release.
    Could you please tell me
    is the limitation for interactive report "group by" action increased?  (3 columns max for my 4.2 version)
    No. Patch releases like 4.2.3 are never likely to include significant changes in functionality. They only provide bug fixes.
    I consider this is a major drawback...
    Interactive reports follow the 80/20 rule. They satisfy 80% of the requirements of 80% of users 80% of the time. If your requirements fall into any of the remaining 20% categories then you have to build something yourself. APEX is a development tool after all...

  • Interactive Report download not matching displayed data

    Hi
    I have an interactive report with a simple where clause in:
    select * from table etc
    where a.entry_date > :P2_DATE
    P2_DATE is a select list with redirect, with 2 options. Selecting the first option (the default) should return ~200 rows, the second should return ~800 rows. This functionality works correctly in the interactive report display, however the download to csv option only ever exports the ~200 rows - as if the IR download is fixed to the original query results. I'm using version 3.1.2.00.02.
    Is this a known bug?
    Thanks
    -Marc

    Hi
    Have you tried changing it to a Select List with Submit?
    Typically, this sort of behaviour means that the value selected from the list is not being stored in the session, so the report does not know that value - only the preivious value.
    Also, how are you setting the default? I tend to do this using a page computation (conditional on the item being null)
    Andy

  • APEX Interactive Report - CSV Export Limitations?

    Hello,
    I have an interactive report generated for some users.
    The issue I'm having right now is that the results that the users need is over 100k and the export to csv option caps out at 65,535 rows. Is this a limitation on APEX Interactive Report's side and is there anyway to get around it so we can send 100k records (or more) to the users without them splitting the report many ways?
    Thanks in advance.
    Ivan

    Ivan,
    I'm afraid that I can't answer your question. The APEX insiders will have to field that one.
    As one that dislikes voluminous reports, have tried swaying your users that you now have this great interface to drill to the data you need versus downloading gobs of data and filling up their hard drives. Ask if there is something else your application can do that they would do with all that data in Excel.
    Jeff

  • Interactive reporting service1 not running

    Hi All,
    Whenever i try to logon to Workspace i am getting this message "Could not find a Hyperion Reporting and Analysis - System 9 server running on <servername> at port 6800. Please verify your server connect string and confirm that the server is up."
    Earlier i was able to log on to workspace without any error. I tried to track down the error and found that "Hyperion S9 BI+ Interactive reporting Service" is not running. I tried to run it both from front and back end but it is not getting started.
    I then tried to re-configue it with shared service but it is getting failed now. The configerr log says
    (Jun 02, 2010, 10:37:51 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.NoClassDefFoundError: com/brio/one/config/ConfigurationManager
         at com.hyperion.avalanche.config.AvalancheHubUtils.store(AvalancheHubUtils.java:65)
         at com.hyperion.avalanche.config.AvalancheHubRegistration.storeInfo(AvalancheHubRegistration.java:179)
         at com.hyperion.avalanche.config.AvalancheHubRegistration.setHubUrl(AvalancheHubRegistration.java:82)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeHubRegistrationTask(RunAllTasksWizardAction.java:339)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:165)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Please help...i am badly stuck.
    Thanks in advance
    Suman

    Hi, Check the Core Services exists. If not you might have to reconfigure the Reporting and Anlaysis services again.
    Thanks
    Radhika

  • Bug? Interactive Report - Help not Translated

    Hi,
    I translated all Text Messages regarding Interactive Report, but Help (popup window) is still in English. Everything else is translated.
    Is this a Bug, or am I missing something?
    Best Regards,
    Hrvoje.

    Hi Joel,
    I played a bit more with the IR, as this is one of the most important additions to 3.1.
    I have to say that even with the bug in the help windows, which will be fixed, as you said, in 3.1.1, the APEX team did a tremendous job with the translation options of this new feature, and you can see that a lot of work has been done to allow us to translate every aspect of the IR region, thus utilizing this great feature in all the other languages APEX is supporting. I was especially pleased to find out that even the CSS relevant selectors of the help window, are part of an external file, which allow me, very easily, to add RTL support, for example.
    I strongly believe that this approach – putting as much as possible in an external resources, and not as an internal (inline) APEX engine generated code – is the best approach, and it will help us to better use this great product.
    Thanks,
    Arie.

  • Interactive Report does not maintain / remain on current page

    Fellow APEX gurus,
    In my APEX application (APEX 4.0), I have an Interactive Report that displays rows of data and each row has an EDIT link which on clicking pops up a Form (Dynamic HTML Page) on top of the Interactive Report Report.
    The problem is -- when on the Interactive Report page, when I navigate to next page of records (Page 2 or above), and EDIT a row on that page, the resulting Form pops up correctly on top of the Interactive Report, however, in the background, the Interactive Report navigates back to Page 1.
    There is only one default branch on the Interactive Report page and I have "Save State before branching" checked.
    How do I maintain the current Page and not allow APEX to navigate back to the First Page of the Interactive Report?
    Thanks,
    Ed

    Mini,
    I already had the Reset Pagination Unchecked. I did uncheck the "save state before branching" but the behavior was the same.
    Once again, I have only one "Unconditional" Branch on this page with the following settings:
    reset pagination for this page - unchecked
    include process success message - checked
    save state before branching - checked
    Anything else to look for?
    Thanks,
    Ed.

  • Checkbox (check all) in interactive report behaves not as expected.

    I have created an interactive report with one column being apex_item.checkbox (1,key,checking_expression).
    To be able to check all rows, I have put the following code in the column's heading field:
    <input type="checkbox" onclick="checkAll(this)" value="1" name="x01"/> (code got with Firebug from automatically generated tabform).
    Well, the checkbox in heading checks/unchecks itself OK, but then, instead of checking all rows, a standard interactive column menu drops with sort/select value options.
    I presume, I am missing something. But what?
    Igor

    Looking with Firebug at at the generated code, I see the following:
    div id="apexir_SEL_YON" style="text-align: center;" onclick="gReport.controls.widget(this.id)"
    <input type="checkbox" name="x01" value="1" onclick="checkAll(this)"/>
    /div
    How could I patch away this onclick trigger?
    Igor
    Edited by: kortchnoi on Sep 2, 2008 12:11 PM

  • Enter in search field in Interactive report does not work

    APEX 3.2.1
    When I type a string in apexir_SEARCH field and clichk on OK button, the report behaves in a correct way - it adds a filter line and does filtering.
    When I type a string in apexir_SEARCH field and then <Enter>, nothing happens.
    The same behavior in IE9 and Chrome.
    Apparently, it's gReport.search('SEARCH') function actioned on apexir_SEARCH's keyup event that is fired, but I don't manage to get further.
    I have deleted all non-odp processes and created a test IR page, but there the behavior is still the same.
    Any idea what could cause this?
    Igor

    inspect the input element and see if it has something like this
    if($f_Enter(event)){gReport.search('SEARCH'); return false;}if not add this using javascript

  • Service request interactive report is not working with IC Roles

    Dear Experts,
    We are using CRM 7.0 EHP1, we have created some custom reports based on std service request query, we can able to see these reports in IC_AGENT role as well as ZIC_AGENT role but when we click on these reports nothing is happening. But this is giving desired result in salespro role and other Zroles.
    Request your inputs/suggestions.
    Thanks in Advance.
    Regards,
    Kumar.

    Dear Experts,
    Any update on this will be greatly appreciated.
    Thanks,
    Kumar

  • Newly added column not displayed in Interactive report

    Hello,
    I have a tableA with 3 columns.In the application i am displaying as Form with Report region as Interactive report(Oracle 10g Application Express 3.2).
    I added one column to tableA.Now when i am refreshing the report by adding that column in the select query,the new added column is not displayed in the application.
    How can i do this so that the added column can be displayed.I dont want to delete the whole thing and redo it again.
    Thanks
    Siya

    Hi Siya,
    The Interactive Report will not show you the newly added columns by default. You have to select those columns from the actions menu and when all the required fields are displayed then save it as the default report.
    Then you will be able to see all the columns.
    Hope this solves your problem.
    Thanks,
    Satish.

Maybe you are looking for

  • RMAN script errors out for some DB's

    I have a single RMAN script that uses env variables to execute RMAN for two databases. It runs fine. I cloned the two DB's (changed DBID's), all four are on the same host. Now I try to use same script for all four. I receive an error when trying to r

  • Search URL

    Greetings all! I'm working with KM 5.0 on EP 5, SP5. I've got a developer who wants to put a search box on one of her web pages and have it search a specific KM repository. She does not want to use one of the out of the box search iviews that comes w

  • My iphone wont turn on after ios 6 update

    hi i tried to update the ios 6 on my iphone 3 hours ago now and it turned off and the loading bar got half way then my screen went black. Now it keeps going from a black screen to the apple logo every 10 seconds and wont turn on at all, iv taken out

  • Oracle 10g OCA exam & Oracle 11g OCA exam

    Hi, Do I need appear any training prior to write exam "Oracle Database 10g: Administration I" to get OCA(1Z0-042)? Do i need appear any training prior to write exam "Oracle Database 11g: Administration I (1Z0-052 )? Please advice any books. Please ad

  • Opening a link in a specific iview using target=""

    Hello everyone, I have a navigation on the left hand side and a wide i view on the right. I would like to click a link on the left and make the file it references (be it excel, pdf, etc) open in the right iview. I can't use raiseEvent and subscribeEv