Drop-interactive report column

I'm testing APEX 4.0 to 4.2 upgrade of my application.  On one of the interactive reports, when I click on one of the column headers, the drop-down menu appears in the wrong place and the browser keeps loading the page constantly.  I have to stop the page and then refresh the page to continue working on the page.  This only happens on one of the columns; all the others work properly - they make the drop-down list correctly.  Any suggestions on how I can produce the dropdown in the right place and do not have the loading page to keep forever. Thank you.

Howard, thanks for your response.  Your response had me thinking about the underlying SQL report.  The column in question had been selected from the DB and renamed as 'Employee?', so that it appears in the column header.  The "?" looked suspicious to me and I removed it - and the problem was solved.  Obviously, what makes no sense is that it worked in 4.0 and not 4.2.  There must be some internal APEX change that prevents him from working in 4.2.  Thank you.

Tags: Database

Similar Questions

  • When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    You use listener EA3 ADR?

  • How to remove the link to the interactive report columns!

    Hi all

    I'm building an interactive report based on pl/sql block.

    In the report, I get the columnnames with link (underlined). I'm confuse when I have the chance to see the names of columns like AGE_SEX, AGE_SEX_

    When I see these columns of interactive report, it seems to be as same as the underline covers underscore.

    Is their anyway I can remove the link to the interactive report columns.


    I selected the link column exclude from the column heading in the report but still attack link gets the link in the column.

    Appreciate your help.

    Thank you/kumar

    Published by: kumar73 on May 5, 2010 14:32

    Hello

    Try the place for HTML page header

    
    

    Hope that I did not understand what you are trying

    BR, Jari

  • How it is possible to create the chekbox in interactive report column header and select all the features.

    Hello

    My requirement is

    Interactive report the first element of box check columns and the topic also point check box.

    If I click on the element of box section columns and then automatically select all the lines in the box.

    Select all / deselect all interactive report header check box.

    Kind regards

    Arianne.

    Check this box

    https://Apex.Oracle.com/pls/Apex/f?p=76604:2:111027941779152:

    username:-test

    password:-test

    SELECT

    APEX_ITEM. HIDDEN (2, null, null, 'f02_': rownum) |

    APEX_ITEM. CHECKBOX2 (P_IDX-ONLINE 01,

    P_VALUE-online null,

    P_ATTRIBUTES-online null,

    P_CHECKED_VALUES => NULL,

    P_CHECKED_VALUES_DELIMITER => ':',

    P_ITEM_ID-online 'f01_ ' | ROWNUM,

    P_ITEM_LABEL => ' label for f01_ #ROWNUM # ')

    as Delete1,.

    of the double

    Choose the column type: report

    in the heading of column delete1

    Simply put

  • ToolTip for the interactive report column data item

    I have a report that includes the column (CURRENT_UNIT). I would like to be able to add a "ToolTip". I did it before using a classic report by the following (borrowed from another one of the APEX):

    Add this CSS

    {a.rapxxx}

    position: relative;

    z index: 24;

    {text-decoration: none}

    a.rapxxx:hover {z-index: 25; background-color: #ff0}

    a.rapxxx span {display: none}

    duration of a.rapxxx:hover {/ * poster only over time: hover state * /}

    Display: block;

    position: absolute;

    top:-20px;

    Left: 20px;

    Width: 20em;

    border: 1px blue solid dark;

    text-align: center;

    background-color: lightyellow;

    color: Blue;

    }

    And on the SHAPE of COLUMN layout, add this:

    < a href = "#" class = "rapxxx" > #CURRENT_UNIT # < span > #UNIT_NM # </span > < /a >

    But when I try it on the interactive report, I don't get the hover tooltip.  The href attribute is displayed correctly, just, I don't get the value of the span.

    Can someone help me please?

    Using APEX 4.2.3

    Internet Explorer version 9

    Thank you

    -Seattle

    Oh, if the column is not a link, just the URL target value #.

  • the interactive report column order does not properly

    Hi all

    Can someone help me with this situation:

    Example:

    1)

    First of all, I created an interactive report with this simple query

    Select col_A 1, 2 Col_D of the double

    (2) later, I changed the query like this

    Select col_A 1, 1 col_C, 2 double Col_D

    But when I run the report of the new added column appears in the end?

    I already tried to rearrange the order of the columns in the browser menu, but the question remains.

    Any ideas?

    Thank you

    Hello

    Connection to generator of APEX. Run your page.

    Select the columns in the report menu action and save the default layout.

    Kind regards

    Jari

  • New interactive report column

    Hello

    1. I added new column query that generates the interactive report, but the column does not appear on the report.
    2. no matter how to change the order of columns in the query and the report attribute still does not change the way/order that they appear in the report of the IR.

    Could someone please help.

    Thank you
    Fadi.

    If you save the report in the report by DEFAULT all USERS will see it as the DEFAULT report. In addition, APEX does NOT update the list of columns in an international registration when you add new columns, can't. You must do this...

    So to solve your problem, select the new column and add it to the list of columns used as I said earlier, and save the report in the report by default for all users will see...

    Thank you

    Tony Miller
    Webster, TX

  • Interactive report - column header in multiple lines

    I use interactive report. My question to the expert/guru & rsquo; s is:-how to change the title of column in several rows with wrapping.

    For example:-the title of my column is

    Trained employee is? -& gt; (a row display)

    I want to display as

    Is used
    Trained? -& gt; (Multi line display)

    Sagar

    I got it to work by putting a few markup in report attributes > column attributes > section.

    FIRST
    LINE

    The problem is that the markup of exports with the title through the upload function.

    I also tried to do with java by setting the width small enough that encapsulates the header. However, java is ignored because soon the user interacts with the report (for example to add a filter).

  • Conditional display for interactive report columns

    The APEX 4, one of the options in the conditional displays for the columns was 'PL/SQL function body returning Boolean ". I had a function that returns a Boolean value, and I stuck my function call in the text like this:


    return DISPLAY_FIELD (: APP_USER( )

    "I don't see" ""PL/SQL function body returning Boolean " option 5 APEX. What should I use to call the same function to hide and show the column in the report?

    bobmagan wrote:

    Thank you. Using PL/SQL Expression will give best performance? Some of my reports have 80 + items, which must undergo this check.

    Probably not what you have seen. Have less well.

    And if I use PL/SQl Expression, what is the syntax I need?

    this:

    DISPLAY_FIELD(:APP_USER) = TRUE

    For functions that return a Boolean value, just use the function call:

    display_field(:app_user)

  • The envelope and the interactive report column width

    Apex 3.2

    I have a column in an IR data type is varchar2 (4000).

    I want to restrict this report to a width of 200 column and if the text is longer, it should go on the next line.

    I've tried several things (in the HTML page header

    For example

    < style type = "text/css" >

    #apexir_LONGDESCR {width: 200px ;}}

    < / style >

    < style type = "text/css" >

    Th #LONGDESCR {}

    Width: 200px;

    }

    TD [headers = "LONGDESCR"] {}

    Width: 200px;

    dressing: break-Word;

    }

    < / style >

    < style type = "text/css" >

    TD [headers = "LONGDESCR"] {}

    Width: 200px;

    dressing: break-Word;

    }

    < / style >

    Nothing seems to work.

    Any advice appreciated

    Gus

    Theme 15 trigger rendering quirks mode in IE8 which does not support the td[headers="LONGDESCR"] attribute selectors, where your problems above.

    Quick and dirty approach: wrap the column LONGDESCR in a div in the query and the whole of the column display as column report Standard attribute:

    '

    ' || longdescr || '
    ' longdescr

    It will be however cause problems elsewhere with HTML code that appears in IR filter, export etc.

    More refined approach: apply the style using JavaScript instead of CSS. Using jQuery in this app?

    Best approach: pass the time, all this takes in the upgrade to the latest version of the APEX and a decent browser.

  • Hyperlink in the interactive report column

    Hello
    I use APEX 3.2 with a report of webs.

    One of the columns is web_address and has given as http://www.oracle.com.

    How can I make that clickable so that when I run the report I can click on the URL and opened
    a new window.

    If the element name is P1_WEB_ADDRESS I thought it would allow me to specify in the column link / URL section
    However, when I do this it up
    ..... The/pls/otn/P1_WEB_ADDRESS requested URL was not found on this server.

    Ok. In this case, specify the URL as

    #WEB_ADDRESS #.

    CITY

  • 17-Interactive report column alignment problem

    Hello

    Theme 17 (Sapphire-17), when the column properties are alignment to the left position and alignment of the column on the left but title column is not aligned with data.

    Please let me know is there any solution?

    Thank you.

    Sanjay

    Hello

    Edit your page

    In CSS-> Inline put the code below

    .apexir_WORKSHEET_DATA th div {
        margin: 1px !important;
    }
    

    Kind regards

    Jitendra

  • problem with href in the text of the interactive report column

    One of my IR column contains the href tag, and when I try to do any operation (filter, sort, etc.) by clicking on the column header in IR it throws javascript error (unknown runtime error). I think that since the value of the column has a link text in it, something goes wrong with the built-in IR feature.

    It works with firefox but not in IE 6 or IE 7.
    http://Apex.Oracle.com/pls/OTN/f?p=50942:30

    Any help would be appreciated. Thank you.

    Kind regards
    Manish

    Manish,

    I don't know if your needs would allow for it, but I've made the following changes:
    1 added two columns to store the data of the manufacturer more standardized: title and url
    2 displays the title column in the IR, but the column is a link using the URL.
    3. enter in the URL as URL column and added a target = "_blank" attribute as well.

    You can always hide the URL column.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

    You can reward this answer by marking as being useful or correct ;-)

  • Filter column position of the interactive report

    Hi all!

    First of all, sorry my English.

    I have a problem with filters standart on the interactive report column heading. Version 4.0.2 APEX. It is interactive report based on the view. Nothing unusual - behavior and the default templates. I have also the region of filter on the page, and after user-press "apply" button my package variables to session state of filter. View used these values. It is worked and filtered interactive report. But when I try also to use the filters on the heading of the column that is nothing past. I have try the column type: report Standart column and display text. I have try the Filter Type column: by default based on the Type of column and the list defined by the use of... Contain. Nothing, as no filter exists at all. Filtering with worked as usual action buttons. I think that this problem in a SEPARATE implicit in this filter. I know that there are quantitative limitation of DISTINCT values with column header filter, but I have nothing in the filter. And even I have type the value and press ENTER, nothing happened. Columns with Date type is fine, but String and number does not.

    There is no work around? Thank you.

    Solved within "parameterized" view, remove and replace with SELECT with params.

  • Fix a column in the interactive report

    Hello

    I have an interactive report column.

    I need to fix it is to say users are unable to hide this column action

    Action > > column select

    Change the report attribute column and go in "allow users to" under the section "Definition of the column. Uncheck the first box to "hide".

    It will work.

    Thank you

    Lacombe

Maybe you are looking for

  • sound

    Hiis - this OK for my PC, it says on the area of Panel of key DOLBY advanced audio ALTEC lansing but when I go to my audion on the desktop it says DEFINITION CODEC IDT? I don't know that it used to be dolby? I have upgraded to windows 8.1 and it wasn

  • I need to use my keyboard to type not the screen about how keyboard can return to manual keyboard

    I have this type of manual not by touch screen how can I remove this

  • BlackBerry Smartphones Appworld went!

    Hey my blackberry torch was the "error 507", I fixed this couple there, but now my blackberry on my apple desktop tells me I have no memory left (only when it comes to applications), so im unable to reinstall my market, who had disappeared when the e

  • Files of Windows Live Movie Maker-look at a .wlmp

    Video formats - wlmp; MPG; AVI; etc. I did a project film clip by using the Windows Live Movie program and sent to the family who have no Windows 7 and therefore could not view the clip.  Is there a way to use Windows Live Movie program to make the c

  • Watermark remains despite the license

    I bought a picture HAVE - I need to save it in Jpeg format.  I did, but he still has the watermark on it.  How to save it as a j - peg without the watermark?