cover of "no data found" message in the interactive report

I have looked around and cannot know what is happening. Any help would be greatly appreciated.

I have an interactive report that, when no data is found, displays the message "no data found" wrapping tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.

The HTML code generated around the text "no data found" is the following.

>
< DIV id = "apexir_DATA_PANEL" >
< TABLE summary = "" >
< TBODY >
< b >
< TD >
< TABLE id = "12352007490697832" class = "apexir_WORKSHEET_DATA" border = "0" cellSpacing = "0" summary = "" cellPadding = "0" > "
< SPAN class = "fielddata" >
No communications have been found in the system.
</span >
< /table >
< Table >
< /TR >
< Table >
< /TR >
< / TBODY >
< /table >
< / DIV >
>

I looked in the HTML code that is generated for the page, but cannot understand why words are packaging. Any thoughts?

Shane.

Hello

I see exactly what is happening. It could be your theme that does this - or maybe you are using the version of Apex.

I just did a test (with Apex 4, issue 18), and as though all the tags TABLE, TR and TD, I get a SPAN tag around the text:

<span class="fielddata">No submissions were found in the system.</span>

Try adding COVER tags around your text and see if that helps.

Andy

Tags: Database

Similar Questions

  • No data found message in the BI Publisher data model?

    Hello

    I built a BEEP report, based on the data model.
    Please advice if there is no data returned by the query, how to display an error message something like 'no data found with above settings.

    Thank you
    Murali.

    Murali

    If there is no data then the generated XML will be empty of data but won't be valid. If all you need to do in the layout template is something like

    No data found

    where INVOICES is a repeated group waited in the data

    Tim

  • date picker, hidden behind the interactive report header

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Thank you!

    Dan

    Hi DanGillis,

    DanGillis wrote:

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Yes. There is a bug in 5 APEX.

    Modify your interactive report-> report attributes-> position-> value 'None '.

    Reference: Datepicker dates behind the report header when you try to pick a date

    Kind regards

    Kiran

  • Automatically delete the data in row on the interactive report

    Hi all

    I would like to know is it possible to automatically remove row on interactive report data when the check box is selected.
    I'm enjoying if you can share your opinion or solution.

    Thank you very much in advance!

    Best regards
    Liz

    Hello

    Why you love square?
    Is it more clear for the user have button/image as in my example?

    This is an example only, you must change according to your needs. Example have no confirmation dialog.
    HTML page header

    
    

    The DELETE_ROW application process

    BEGIN
     delete from your_table where pk_col = APEX_APPLICATION.G_x01;
     htp.p('1');
    EXCEPTION WHEN OTHERS THEN
     htp.p('0');
    END;
    

    Change your_table and pk_col according to your table name and the pk column name.

    Call button/image javascript (infrared column binding) or the check box, and then send the value of the primary key as parametter

    BR, Jari

    Published by: jarola on July 5, 2010 11:58

  • Apex reported no data found message

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Concerning

    Spam says:

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Assuming a recent version of APEX (always specify what version you use when you ask a question): Home > Application Builder > Application > utilities > utility area > grid edit all Messages to find data no..

    Change them all to refer to a static text substitution string (e.g. & NO_DATA_FOUND_MSG) defined in the application definition, if the message must only be maintained in one place.

  • Change/Remove "No data found" Message

    Hi all

    How can I change or delete no data found message?

    I can change it by using report attributes > messages > when no data found > (Personal Message), but how can I change/remove it globally (for all the application)?

    Thank you

    Chandra

    Chandra,

    There is a possible way to remove without data Message found at one time to go to

    Modify Application > utilities > specific utilities (appear in the right sidebar) page > region utility > utility region report > grid edit all data found Message numbers

    Here you can write your personal message for each report at a time.

    Leave.

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

  • between operator to group by date in the Apex of the interactive reports

    Hello

    In the filter of interactive reports, I could not find the "between" for the date field (got a "group by date" in my (source) sql query.) I wonder, is - this in view of the group by clause date?. Is there a way to show the operator "between" in the interactive reports filter.

    Thank you

    I just opened an existing style IR report, went to the actions, filter, selected a date column and found at the bottom of the list of values... Are you sure of the date that you want to filter on is a real date column?

    Thank you

    Tony Miller
    Webster, TX

    What happens if you were really stalking a paranoid schizophrenic... They would know?

    If you answer this question, please mark the thread as closed and give points where won...

  • "of data type not supported" in the interactive report

    Hello

    I'm trying to download a file from a link to an itneractive report.

    In the section "attributes of report" interactive column, I defined in the section "links" in a column of the 'target', 'URL', and the URL like this:
    DOWNLOAD:CONVENTIONS:#FILE_BLOB#:#ID#::#MIME_TYPE#:#FICHIERS#:#LAST_UPDATE#::attachment:Conv
    When I run the interactive report, the link view this:
    Download: CONVENTIONS: [type]:188:C22.pdf:attachment:Conv of data not supported

    The table "CONVENTIONS" is defined as follows:
    ......
    ACTIVATE THE 'ID' NUMBER NOT NULL,
    VARCHAR2 (2048 BYTE) "FILES."
    'FILE_BLOB' BLOB,
    "LAST_UPDATE" DATE,
    'MIME_TYPE' VARCHAR2 (255 BYTE)

    Where is my mistake?

    Thanks for your help!

    Christian

    Hello Christina,

    Sorry Wizard, you need to use is the "form > form on Table with Report", because the normal create assistant interactive report allows you to enter a query.
    Once you have completed the wizard, take a look at the generated SQL statement (must use the dbms_lob.getlength) and the value in "number Format / Date" for this column.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • How to display data in the interactive report without colon (:)) column

    Dear gurus of the Apex,

    I am a beginner and you just create an application for the Apex of a worksheet. I created a list of named values and used in a box against a field in the page creation form default 3.

    When I selected several values in my box on the form, the data in the interactive report appear as a single line with a colon separating the values selected as follows: dog: Cat: bird

    What I would like is to have the data appear in the interactive report in a list like this multiline column:

    Dog
    CAT
    Bird

    I can work around this problem by modifying the SQL code in the Source region of the definition of the area of the report (interactive 1 Page by default) to replace the semicolon by < br >

    SELECT replace ("PETS_CHOSEN", ":","< br / > ')"PETS_CHOSEN", OF"MYAPP"Note: this is not format correctly in the display. I have replace the colon with a html br

    This works, but there seems to be a hack to me. I guess I missed an option simple setting somewhere, but I can't.

    The other problem with this solution is that when I export the report to Excel, that ship's dog < br > cat < br > Bird, which is seems worse than the colon.

    Thank you

    -Morgan

    Published by: mnrussel on February 16, 2009 04:13

    Hi Morgan,.

    I think you have at least two possibilities:

    1. replace the colon with "," (comma and space) - kind of reasonable on the screen and export

    2 create a second page that has the same report but use it "export: csv" model. Create a manual link to this page to replace the standard export binding. When these pages of the report are requested, they download immediately instead of display. So you can use commas in this one and < br > tags in the report to the screen version

    Andy

    ch - to display the tags in a post, use and lt; for < and & gt; for >

  • 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 #.

  • With regard to the interactive report

    I've created the interactive report, then I remove the function of adding/deleting/changing inside, because I put my function all in plsql package. I could handle the add and delete function changed, however, is totally giving me a headache. I create an anonymous PL/SQL (process) block when the click on the button Delete, then delete the button will trigger the javascript confirmation. and then in my anonymous PL/SQL block, I key in

    myPLSQLpakacage.myDeleteProcedure(:p1_tableid);

    When I run the system, the process got through, and the "success" message. However, registration is still there stay. I check my point, process and compare to that of the sample «Document Library 0.92» I just found out they got from the additional hidden (P75_RETURN), after the process, it will go to the Page (and P75_RETURN) which I don't understand.

    Please help on this point, why my plsql did not, I try just to run the query in the anonymous pl/sql block as

    declare
    Identification number;
    Start
    ID: = v('p1_tableid');
    delete from the table where tableId = id;
    commit;
    end;

    but it's still not. So what's the problem with that?

    Hello

    BEGIN/END; It must be for all PL/SQL code.

    However, your problem is actually on this piece:

    0.01:... Process "reset page": CLEAR_CACHE_FOR_PAGES (AFTER_SUBMIT) 52
    0.01: removal of application cache "103" page: 52

    You have a "reset page" process that runs immediately before your process - this clears the value of P52_TABLEID. This process is usually provided automatically when you create a form by using a wizard. Delete it or the Never value condition.

    Andy

  • Customize the Action menu in the interactive report

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Anderson.Ferreira wrote:

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Why do you need to change?

    Follow the instructions in 'Translating Messages used internally by Oracle Application Express' to create a custom text for the message of the APEXIR_ACTIONS system. Available for translation/customization internal messages are listed in these tables.

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

  • Contains no column 5 added to the interactive report apex

    Hi, I added a column in the query to the interactive report region and it does not appear in the designer of the Page, as it is not available when running in the list of columns through the action of the report menu.

    In the 4 apex when the query was changed directly a message was generated with the details of the new or modified columns, but the Apex 5 when I change the query and save, nothing happens.

    How to view the new column?

    Thank you.

    carlosjch wrote:

    Thanks fac586, I already tried to use view of the component, when I modify the query the new column is added, a message appears: area update.   No details of the new column appears in the message.  The result is the same, the column is not available after that.

    What happens if you create another IR with the new query?

Maybe you are looking for

  • Adobe Flash does not not Firefox 21

    I just installed the latest version of Firefox 21. I went to a site that requires flash, and he says that I don't have flash installed. Then I installed flash from the adobe Web site and it says that it installed successfully, I went back to the site

  • Need help with the reading of an INI file.

    Hi all I have some difficulty to read an INI file that I created. I managed to create an INI using Key.vi file to write so that I can possibly send the baud settings to my RS-232 port. What I have trouble is reading this INI file even I created. What

  • Can not change the background appearance in Windows XP computer.

    Original title: background appearance I can't change my background appearance because when I click on the icon and click on the appearance tab, it seems that the control of my background appearance was disabeled and I don't know how to reactivate it.

  • Re-activation of Windows 7 product home key

    Hello I have a HP Pavilion g6-2120ezm (Windows 7 Home Premium SP1) that I bought in may 2012. After a HARD drive failure, I had to reinstall Windows 7 family SP1 on my computer. I installed via a USB bootable. Now, when I try to activate the key (the

  • HP Officejet 7612: Printer reached its connection limit to the computer.

    Install us the printer HP Officejet 7612 for 20 computers. And we get the problem with the error: Please, help us, is there a limitation of this printer on the network?