Interactive Report BUG (hangs when sorting columns)

Hi All,
i have an interactive report, and when i click on a column to sort the data the report hangs.
To circle in the screen keeps circeling and on the botom and i get an javascipt error in the apex_3_1.js file.
i am working with apex 3.2.1.00.02 with an oracle 10G DB.
I also can reporduce this error. When i have an interactive report in which the sorting works properly and i copy this page to a new page i get a report in which the interactive report sorting is not working.
Can you please help me in resolving the issue, or is this a known bug ?
Regards,
Marco Schlicher

Hello,
I came across the same issue. I made a test IR report with the following query
SELECT '<span class="blue">'||id||'</span>'||name as n_name, id
FROM
+(SELECT ''||fullname||'' name, id from users)+
It all works fine on FF but IE returns this
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; InfoPath.2; AskTB5.5)
Timestamp: Wed, 5 May 2010 07:53:11 UTC
Message: Unknown runtime error
Line: 1
Char: 9270
Code: 0
URI: http://localserver/i/javascript/apex_3_1.js
Using the IE debugging tool, error occurs upon this
function $dom_AddTag(E,A,C)
+{+
var D=document.createElement(A);
var B=$x(E);
+if(B){B.appendChild(D)}+
+if(C!=null){D.innerHTML=C}+
return D}
It all works fine if I remove the <a href... tag...But I need it and I can't use the column properties since it's quite a huge list of if's for the link creation.
Thanks,
Andrea

Similar Messages

  • 00904 error when sorting columns that require double quotes

    We have used an ETL tool to import an XML file into Oracle 10g. The column names are mixed case and unfortunately have to remain mixed case because we have a "column" and a "Column" name with different info in them. So when we migrate it in, the field names have be enclosed in double quotes in all SQL operations. The problem in SQL Developer 1.5.1 (Win XP SP2, Oracle 10G) though is that if I try to sort on a column by double clicking the column header, we get an ORA-00904 error COLUMN does not exist. So it looks like it is trying to do an ORDER BY without putting the column name in double quotes. Has anybody else had issues with this and is there a fix for it?
    Message was edited by:
    coachy

    It's a bug.
    Logged Bug 7344539 - 00904 error when sorting columns that require double quotes
    Workaround: Use the sort button on DataTab's toolbar.
    -Raghu

  • Interactive Report filtering with hidden item column names

    I have created an Interactive Report and changed some of the default column headings by using hidden Items with appropriate title. However, when I look at the filter option in the "Gear" drop-down, the only column names which appear are the default ones. There are blank lines for the columns using hidden Items. Any suggestions for having the hidden item content appear in the filter column name list?
    Thanks,
    George

    George,
    What is it you're actually trying to do here? Maybe there's an easier way?
    Hidden items aren't going to show up in the Column List.
    I'm guessing you're trying to separate a long list of column names using '----------' or something like that? We're looking to do just that in our application, but obviously we don't want to users selecting these dummy entries. We tried using the IR column groups, but those make the list look even more cluttered IMHO. (Plus setting the sort order w/in the groups doesn't seem to affect the drop-down column lists, which seems counter-intuitive to me).
    If anyone has other suggestions for breaking up the column list display, I could use something immediately (going into beta-test in 2 weeks!).
    Thanks,
    Stew

  • 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 report conditional display of link column - apex 4

    I create an interactive report
    select object_id,
           object_name,
           case
            when mod(rownum, 2) = 0
            then 'block'
            else 'none'
           end  display_link
    from user_objects
    where rownum <= 10in the Link Column for the report I selected one of the edit icons and put the following in the link attributes
    style="display:#DISPLAY_LINK#"I also edited the object_id and set the Column Link and selected an edit icon and put the same style in the link attributes.
    The link under the column displays correctly but the link for the report does not seem to substitute the #DISPLAY_LINK# from the report. Any Ideas?

    Here's how I've done this:
    SELECT ORG_ID,
           CLEARER_NAME,
           LEGAL_NAME,
           MARGINING_ACCOUNT,
           RULE_GROUP_DESCR,
           VIOLATION_COLOR,
           VIOLATION_LEVEL,
           CASE MARGIN_IND
            WHEN 'Y' THEN '&nbsp'
            ELSE '<a href="#" title="Ignore This Alert"><img src="/i/ice/images/hide.png" alt="Ignore"></a>'
           END AS IGNORE_LINK,
           ....This takes care of either showing (or not showing) the link.
    IN order to process when it is present, not that the address is "#" This will cause your cursor to change to a hand (or whatever your pointer is) when the mouse floats over the link. The actual transfer to the next page, I handle with jQuery/JavaScript.
    Create a Dynamic Action.
    Event: Click
    Selector Type: jQuery Selector
    jQuery Selector: 'aalt'
    Event Scope: Live
    (note that the jQuery Selector is finding the alt attribute that I set on my link in the SELECT above . Tweak as needed.
    This "Action" for this DA will be to "execute JavaScript code"
    Normally, I would set some values into Page Items and then create a branch to pass this values to the next page. I am doing the same thing in the following code. I am getting the values off of the row wherein the user clicked on the link. I am setting these values from the row into the page item values. Then, I am submitting the page. All the "htmldb_Get" business is just stuff that I have to do to get the page item values into the session (so that I can pass them to the next page).
    var clickedRow = this.triggeringElement.parentNode.parentNode.parentNode;
    var ruleGroupDescr = $(clickedRow).children('td[headers="RULE_GROUP_DESCR"]').html();
    var ajaxRequest = new htmldb_Get(null, $x('pFlowId').value, null, 0); 
    gReturn = ajaxRequest.get();
    $s('P31_RULE_GROUP_DESCR', ruleGroupDescr );
    ajaxRequest = null; 
    var clearerName = $(clickedRow).children('td[headers="CLEARER_NAME"]').html();
    var ajaxRequest = new htmldb_Get(null, $x('pFlowId').value, null, 0); 
    gReturn = ajaxRequest.get();
    $s('P31_CLEARER_NAME', clearerName );
    ajaxRequest = null; 
    apex.submit("IGNORE");Finally, just create a branch to the next page and set the items on the next page to the ones on this page that are being set in the above script. Note that in my example, I have set the request to "Ignore" when I submitted; so, I set the condition of my branch to be Request = IGNORE.
    Hope this helps,
    -Joe

  • Interactive report: How to display "count" column on total data set?

    Hi,
    I'm a relative newbie to APEX and would appreciate some help with the following:
    I have an interactive report that will usually contain around 8000 rows.
    I need to report the total number of distinct values in one of the columns - but I need to get around the limitation of APEX where it only counts the number of rows displayed on the screen.
    I thought to create a separate region and use a separate SQL query to show the full total regardless of the number of rows displayed - however, I've now got the problem of not being able to access the interactive report "query", so, for example, if someone running the report adds a filter, I need the total to report with this new filter applied.
    Does anyone know if I can:
    a) get around the the limitation of only counting the number of rows displayed?
    or, if not,
    b) how to access the interactive report "query" that is being run?
    or
    c) any other way of doing this!?
    I do hope this makes sense. Thanks in advance for any help....
    Helen

    Hi all,
    Thanks for your responses. They really are much appreciated.
    I had hoped to spend some time on this over the weekend - but haven't got round to it. I'll work on it again tomorrow and will certainly look at the thread you mentioned Tony.
    Sorry I'm not being very clear about what I want. Why are these things always so hard to explain in words :o)
    I'll have another go....
    I have an interactive report that would report around, say, 8000 rows. Obviously I don't want to display all 8000 on the screen so I'll probably display them in chunks of 15 rows. If I use the aggregation function on the report, I can add a count of the distinct account numbers to the bottom of the display, but it will only count the ones displayed on the screen. I need the count to be of all the rows - so 8000 instead of 15 - but still displaying only 15 rows. When a user then applies a filter to the report, I need the count to change in accordance with the filter - so if the number of rows returned as a result of the filter is now 4000 instead of 8000, I need the count to now say 4000 instead of 8000 even though still only 15 rows are actually displayed on the screen.
    I'll try and pre-empt the questions...
    1) There will always be duplicate account numbers in there so the count will never be the actual number of rows - but I'm simplifying above to help explain the problem better
    2) Why would they want 8000 rows? Don't ask. I'm sure it's something to do with exporting the lot into an excel spreadsheet but they'll never admit it :o)
    I hope this makes more sense......
    Thanks again!!
    Helen
    P.S. Almost forgot again... I'm using Apex 4.1 on the Oracle hosted environment which I assume is 11g.

  • APEX 3.1.2 Interactive Report bug

    When you click on a column header of an Interactive Report, a dropdown menu appears which contains a text field that filters the list that is shown beneath it. When you TYPE some text into the field in Internet Explorer 7 and then select a value from the list beneath it with your mouse, the typed value is somehow remembered and reappears in the text field of other column header menus.
    I don't know whether this has been solved in 3.2.
    André

    Is it normal for two pages in the same application to use the same static ID for their regions or is that the exceptional case?
    Scott

  • Contains clause in Interactive report search of a clob column

    Hi,
    I am using APEX Version 4.2.4.00.08
    How can an interactive Report use the contains clause when searching a clob column so that it uses the CONTEXT index?
    Thanks
    Chandra.

    I wrote it into the SQL used for the IR
    I created an APEX application that stores all of our IT's HOWTO documents. (word,excel,pdf)
    ctx_doc.snippet creates HTML code.
    select D.doc_id
      ,D.doc_filename
      ,dbms_lob.getLength( D.doc_blob ) as download
      ,decode( :P12_SEARCH, null, '-- nothing --',
             ctx_doc.snippet( 'IT_DATA.DOC_CTX_IX' -- my Oracle Text index name
                                 , D.doc_id, :P12_SEARCH )
       as snippet
    from it_data.documents D
    where :P12_SEARCH is null
    or contains( D.doc_blob, :P12_SEARCH ) > 0
    MK

  • Interactive Report uncheck Filter when adding new filter

    Is there any possibliity to uncheck all Filters which are already defined in a interactive report when a new filter will be created?
    My first approach started by adding a dynamic action which is related to the search field:
    event = key_down
    jQuery Selector = #apexir_SEARCH
    event Scope = live
    The Action contains:
    $('input:checkbox').attr('checked', false);
    There are 2 problems at the moment:
    1. When the user hits "go" or "enter" the checkbox are checked again when the result is shown
    2. If a filter is defined where the search field is not used, it doesn't work

    Hi Oliver,
    too much hassle I think. You can try to hijack any POST message, analyze it, and if it's about p_widget_action=FILTER you'd stop the action and interfere with an AJAX call to APEX_UTIL.IR_FILTER or IR_RESET. After the AJAX request has returnd (synchronously), you can fire the original POST again which sets the new filter.
    Hmm. Sounds to me like you'd better ask the client if he is willing to pay for that sort of convenience.
    Greetings from Northern Germany,
    Andreas

  • Interactive Report - download to PDF, fixed column widths-- why

    We are using 4.1.1.00.23, we have just installed the Apache/FOP solution to download our Interactive Reports to PDF.
    The issue is that it seems that no matter what we do the column widths become evenly distributed in the downloaded report. When the report only has 5-8 columns this is ok, doesn't look as good as we would like but it is ok. The problem comes when we have many columns, then all of the columns get shrunk down to these little columns that become totally useless.
    Also, it appears that no matter what page size I define in the Page Attributes it sizes the columns to fit on an standard page (8.5x11).
    The question I guess is: Is there a way to download an Interactive Report to PDF, that looks exactly like the report that is displayed for the Interactive Report?
    We have been looking at lots of the documentation and fear we are missing something because it appears that most solutions talk about creating a "Shared Component" Report Query and Report Layout, which when you have a hundred interactive reports seems crazy....why can't we just download what we see on the screen.
    If there was a way to put Headers/Footers on HTML download, then we would not need to do this, but I have not found a way to do that either.

    From our understanding, it looks like we would have to create another report for each of our existing Interactive Reports, which would be a JasperReport or something.
    We know there is something with the XSL-FO templates, is that what iReports can do for us? Really this is a new world for me, so I do fear that I might be asking my question wrong.
    Like I said maybe we are missing something. We were able to get the FOP to work, but the problem with that is all of the columns are evenly distributed widths. On some reports, which have many columns, there could be a name column that needs to display 50 characters, but then the next field only has 5 characters. It appears that without creating an additional report or report layout for each report we cannot print the results of the interactive report.
    Maybe I am completely missing something in all of this, but I find it hard to believe that we have to create multiple versions of a report just to be able to print it. If we had just wanted to create a static report, then I would have continued using Oracle Reports, like we have for the last 20yrs.

  • Saving user Interactive Reports in Production, when migrating a new version

    Hi All,
    Interactive Reports allow individual users from creating their own custom reports.
    If I were to migrate a modification to the Application, will these overwrite the user's Reports?
    If it does, is there any way to save the user reports in Production, while we migrate an updated version of the application?
    Thanks.
    Kevin

    Hi,
    This is a very commonly brought up issue. If you keep the same application ID from development to production and don't export the interactive reports from development then they will not be overwritten.
    The original metadata will be used. There is an excellent blog post from Joel Kallman of Oracle on this topic which gives much more detail: http://joelkallman.blogspot.co.uk/2010/07/where-did-my-saved-interactive-reports.html
    I used the methods discussed in the post when I needed to solve this problem.
    Thanks
    Paul

  • Interactive Reports: Servlet error when saving as Excel

    Hi All
    Environment: Apex 3.1, Database 10g 10.1.0.5, Oracle HTTP Server: OAS 10g Release 2 (10.1.2)
    I'm getting the following error when trying to download an interactive report in Excel format.
    Servlet error: An exception occurred.
    The current application deployment descriptors do not allow for including it in this response.
    Please consult the application log for details.
    Can anyone shed light on this, I can't find any reference in the documentation?
    Is there additional configuration needed on the HTTP Server?
    Thanks
    Mark

    Check KM article id 1504257.1.
    It says following solution :
    1. On the FR server, navigate to Oracle \ Middleware \ EPMSystem11R1 \ products \ financialreporting \ bin.
    2. Double-click FRConfig.cmd.
    3. When the Java window (Java Monitoring & Management Console) pops up, click on the MBeans tab.
    4. Expand com.hyperion > Financial Reporting > Attributes.
    5. Locate the PrintServers entry.  Remove any invalid server names from the Value field.
    6. Stop and start the Hyperion Financial Reporting Web Application.

  • Finder hangs when sorting in list view on external USB3 portable Seagate

    This seems to be a specific Mavericks Finder issue as I have a Mountain Lion backup that does not have this problem. Finder hangs on the Seagate when selecting the Music folder that holds all of my music files (over 300 GB) organized by iTunes in artist and album folders.
    I keep two backups, one on an external 1 TB portable USB 3 Seagate drive (5400rpm) and one on an external 2 TB portable USB 3 Toshiba (5400rpm) drive. Sorting thru the iTunes Media/Music folder in any way on my internal HD and on the Toshiba is almost instant and navigation/scrolling is fast. On the Seagate, using Column and grid view works well, even setting the column view to sort (I use Modification Date) causes no hangs and I can easily scroll and select any artist, album or song. But as soon as I select List View for the Music Folder, it starts counting the files and hangs with a spinning beach ball FOREVER. I have to relaunch the Finder and instantly click off the window as it will otherwise hang immediately.
    This only happens on the external Seagate, I can easily navigate and scroll the Music folders - which are identical - on my main and external Toshiba drive.
    Here's what I did to troubleshoot this issue:
    Deleted Finder pref. files (com.apple.finder.plist including lock file inside my Library folder, there were 4 who had some random numbers at the end.
    Set all and specific folder views and list views to not sort
    Ran Disk Utility from both internal and Rescue partition (no errors found)
    Ran Onyx scripts to clean up and do maintenance (no issues popped up)
    Booted up in Safe Mode and deleted pref files (as suggested on another forum)
    Reset PRAM
    Confirmed this issue with other Mavericks boot drives and one Mountain Lion full backup.
    I use Soundflower (mentioned in another post), Caffeine, and MenuMeters
    Any ideas? Any other preference files to delete?

    Thanks so much for getting back to me so quickly!
    FYI, it seems specifically to happen when I expand a lot of folders in List View, and especially when I have multiple finder tabs/windows open—but that could just be subjective impression. There are no crash reports or anything in Console—I don't know of any other way to monitor the process.
    I deleted the finder plist. I also uninstalled and reinstalled XtraFinder—which I’m quite sure wasn’t the problem, since it happened regardless of whether it was installed. In fact, if anything, it seems to crash less when Xtrafinder is active. I did have an additional (second) finder plist file which I deleted—I believe it was left over from TotalFinder—but that didn’t seem to fix it, although it also seems to be happening less frequently.
    It’s definitely some sort of bug, and really only bothers me when trying to sort by Date—which can be done other ways, of course.
    Will definitely keep you up to date if it changes, and thanks kindly again for your response.

  • Repository report just hangs when run!

    I am running Developer 9.0.2.80.6 on Windows XP. I've installed 9i database and development tools.
    I was able to build a ER diagram in Designer, and now I want to report on it. I go into Repository Reports, select a report (something simple like "attribute definitions", I give it a container name, an entity name, the name of my er diagram, and then when I click on the 'run report' button, nothing happens. I've given it plenty of time to do something, but nothing ever happens. Eventually I use task manager to shut it down (it says its not responding).
    Any help is much appreciated!!
    J

    Thanks Shirish, but there's no file output at all.
    I've also noticed that it leaves the process 'RWRUN.exe' around until I kill it or shut down.
    I also tried running a report via Reports Developer and that one worked fine.
    Does anyone know just which servers/processes need to be running in order to run these reports? I wonder what I'm missing. It is rather critical, as I'm developing a system for a client and this client requires a number of reports from Designer!
    J

  • Oracle reports builder hangs when trying to open an rdf

    Hi,
    I am trying to open a report and once I browse and select the component, nothing happens.
    Has anyone faced this issue in Reports 11g in Windows 7 Professional.
    Thanks

    Hello, can you please provide the link of the offending page which is working fine on Internet Explorer, but showing an 'Application Error' so that we can take a look. Typically this happens if the website owner has some code specific to IE that is not cross-platform.
    Thank you

Maybe you are looking for

  • Mail And Outlook 2003 issues

    Very odd one I can't pin down. There are a few people when receiving mail from my 10.5 machine in apple mail receive the email as an attachment / html link. I sent it to my machine no problems but to others it shows as this weird attachment / link. A

  • TC starts to restore then stops - Pls Help!

    The hard drive in my early '08 MBP died the other day, so I switched it out for a new one.  After hooking up the new HD I put in the install disc, ran disc utility, erased the drive, which set up a partition, and restarted.  I then picked a language

  • Problem in query after the upgrade to BI7.0

    The values which were zeros in the workbook in 3.x version is now showing as blank in the BI7.0. The query uses calculated key figures and structures to report the required figures. I tried looking at the properties of this key figure and everything

  • S10 x86, 3com pcmcia 3c589 can not plumb.

    I use 3com pcmcia 3c589c, it's can not plumb by s10_x86 also: #prtconf -D pci8086,2448, instance #0 (driver name: pci_pci) pci8086,2527 pci1509,2420, instance #0 (driver name: rtls) pci1509,2950, instance #0 (driver name: pcic) pci1509,2980, instance

  • Problem With Virtual Measures

    Dear Experts, We are using SSM 7.5 SP4. When trying to calculate a virtual measure thorugh BICA we get false results. The logic is as follows: Divide Cost for each profit center and account by quantity for each profit center in account 100. We create