"no data found" message wrapping in interactive report

I've looked around and can't figure out what's going on. Any help would be greatly appreciated.
I have an interactive report which, when no data is found, displays the "no data found" message wrapping very tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.
The HTML generated around the "no data found" text is the following.
>
<DIV id="apexir_DATA_PANEL">
<TABLE summary="">
<TBODY>
<TR>
<TD>
<TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
<SPAN class="fielddata">
No submissions were found in the system.
</SPAN>
</TABLE>
</TD>
</TR>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
>
I've looked through the HTML code that is generated for that page, but can't figure out why the words are wrapping. Any thoughts?
Shane.

Well, my problem is back again. It is only doing this in IE 8, not FF. When I run IE 8 in "IE 7" mode, the error message shows up fine, all on one line. I actually have two span tags now so I can have some spacing around the "no data found" message. I cannot get the "span" tags to show up in the HTML code. The software for this discussion forum seems to be filtering it out or the web browser is interpreting it when it should not. I will replace the SPAN tags with square brackets so you can see them. I also had to change "style" to "st_yle" so the software did not filter it out. It sure looks like a jumbled mess now.
>
<DIV id="apexir_DATA_PANEL">
<TABLE summary="">
<TBODY>
<TR>
<TD>
<TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
[SPAN class="fielddata"][span st_yle="padding: 15px;"]No submissions were found in the system.[span][SPAN]
</TABLE>
</TD>
</TR>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
>
Since I am using an interactive report, I do not believe I have any report template I can alter to adjust how the report and/or "no data found" message are being drawn up. I do have the region of the interactive report set to "Reports Region 100% Width", but the HTML in question is not being generated by that template.
I wonder if the problem is specific to how IE 8 might be interpreting the inside TABLE tags when it does not have any TR or TD tags within it. Any further thoughts on the matter?
Shane.

Similar Messages

  • Report template enhancement? no data found message

    I have a layout in which I want to show the excel export link in the same html table as a logo, so that code needs to be placed in the report template, but when no data is found I still want to show the logo and so all my reports have the same html code in the "no data found" field. Whenever I want to change this I have to change my template as well as all of my reports.
    Wouldn't it be a nice idea to provide for a "no data found" message in the report template instead of the report itself? I can imagine you would want to show the same "no data found" message anyway for all reports so the template would be a logical place to put this.

    There are known issues with Interactive Reports referencing :REQUEST value, probably due to some inner logic that also handles it simultaneously - potentially causing malfunction or deadlocks.
    One workaround I've learned is to create a computation to assign :REQUEST to a temporary item (a PXX_REQUEST, for instance) and reference it in the query, instead of :REQUEST. This has worked fine for me in my experience.
    Let me know if that helps - pls sign the thread as 'Useful' or 'Correct' if so, hence more people can benefit.
    tks,
    Kleber

  • Listview Report: how to hide "no data found" message

    Good evening everybody,
    I use the "jquery mobile theme 50" and the "listview report" of it. The report always shows "no data found"-entry  if the source query doesn't return any row.
    Is there a way to suppress this entry in Apex? I can hide "no data found"-entry in html using CSS, but I don't want to have it in the html at all.
    Has someone an idea?
    Thanks a lot!
    Jewgenij

    Thank you very much for the answer!
    Unfortunately it works only for desktop themes but doesn't for jquery mobile Theme 50 :-)
    The help text for the listview's (jquery mobile Theme 50) property "No Data Found Message" is
    Defines the text message that displays when the query does not return any rows. If no value is specified the text of the system message APEX.REGION.NO_DATA_FOUND_MESSAGE is used.
    BR
    JeMo

  • Display 'No Data Found' message w/ htmldb PopUp

    Hi all,
    Is it possible to control message within htmldb PopUp Lov, sort of 'No Data Found' available in Report template under topic 'When No Data Found Message'?
    Thx
    lam

    hi
    you can create two region with conditions:
    1. Chart region (display if your qurey return values)
    2. Html region with static "Nothing to display" (display if your query no data found)

  • Help need in Stacked bar vertical - No data found message

    I am using Stacked bar vertical with the 3 series. The problem is if any one of the series returns zero rows for the query it displays the No data found message for all the series and blank graph is there on screen with just x and y axi with the name.
    The result i want is if any series in the graph returns zero row for the query it should executed the other series and show the graph accordingly for the series fetch the data.
    all these queries are returning the data when run on database instead of one.
    Can anyone help me for this?

    Hello Sunil,
    you may find some info here:
    Document on Multiple Series SVG Line Chart
    Generally speaking, if you want your queries to return "dense" data, you must ensure that a zero (Y value) is returned against each X value. If your queries return no rows, it means you must "artificially" create values, probably rewriting the queries with an outer join to a table returning the desired X values and using NVL function to replace null (Y) values with zeros.
    Also, be careful with the order of X values, it really matters, otherwise you'll get skewed charts!
    Bye,
    Flavio

  • SVG Pie chart : how to display no dat found message

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

  • Which is the message name of "No Data found" message in Pagination IR ?

    Hello,
    in IR, in Pagination there exist 2 messages:
    1. When more than maximum row data found message : APEXIR_MAX_ROW_COUNT and
    2. When No Data Found Message: ???
    Which is the name of the 2nd Symbolic Message ? I need it to set its translation globally. I checked User's guide but it was not included there.
    After replacing APEXIR_MAX_ROW_COUNT with custom text i see that even this is not working also! Are there Text Messages defined for these two messages in Pagination in IR or not ?
    TIA
    Edited by: Dionyssis on 23 Οκτ 2009 2:41 πμ

    Yes, i just tried it also. It does not work. The only action that works is by entering text in IR's Pagination text areas. This works, but i would like it to set global message for whole application, not to do it in every IR page of application.

  • Chart - Reposition No Data Found Message

    Hi All
    I would like to know how to reposition the No Data Found message displayed in SVG Charts. It currently clashes with the Title / Legend.
    I have tried adding <br> which just makes it the message dissappear completely. &nbsp doesnt work either.
    All help appreciated.
    thanx
    Asif

    The above post includes a br tag which has been interepreted as a newline Doh!!
    It should read
    Hi All
    I would like to know how to reposition the No Data Found message displayed in SVG Charts. It currently clashes with the Title / Legend. I have tried adding a br tag which just makes it the message dissappear completely. &nbsp doesnt work either. All help appreciated. thanx Asif

  • Sorting Interactive Report results in no data found message

    Hi,
    I've got an interactive report which returns results based on the :REQUEST bind variable - I've got a navigation list at the side where all the items link to the current page with different Request values. The IR works fine until I try to sort any of the columns by clicking the header and choosing ascending / descending, at which point it returns no data found.
    It starts working again if I change the last line to OR :REQUEST IS NOT NULL but this breaks the functionality of the report, I want to return only the selected statuses, or all if no request variable is present. I'm guessing that sorting sets :REQUEST to something temporarily and breaks it. My query is below, any ideas?
    SELECT   id,
             job_number,
             appt_start,
             domain,
             pwa,
             status,
             tstamp_created
      FROM   fail_jobs
      WHERE  (status = 'NEW' AND userid_created != 'SYSTEM' AND :REQUEST = 'ARD')
         OR  (status = 'ATR' AND :REQUEST = 'ATR')
         OR  (status IN ('ERR','REV') AND :REQUEST = 'REV')
         OR  (status = 'COM' AND :REQUEST = 'COM')
         OR  (status IN ('PCD','PCA') AND :REQUEST = 'PCD')
         OR  :REQUEST IS NULLThanks

    There are known issues with Interactive Reports referencing :REQUEST value, probably due to some inner logic that also handles it simultaneously - potentially causing malfunction or deadlocks.
    One workaround I've learned is to create a computation to assign :REQUEST to a temporary item (a PXX_REQUEST, for instance) and reference it in the query, instead of :REQUEST. This has worked fine for me in my experience.
    Let me know if that helps - pls sign the thread as 'Useful' or 'Correct' if so, hence more people can benefit.
    tks,
    Kleber

  • In how to customize std no data found message in Bex Report...

    Hi
    I am running my WAD report in Portal and report had no data so giving std message "Could not find any data to display. This might be due to the current selection of variable or filter values"
    I wanted to change this std message to "No Data Found".
    Could u pls. let me know where & how can i do that?
    Thanks...

    Hello,
    Well, you can create a javascript... When the string appears, delete and insert another one.
    Maybe there are other ways, like this one:
    > http://help.sap.com/saphelp_nw70/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    Thanks
    Edward John

  • ApEx 4: after upgrade, "when no data found" message on report not shown

    I have a page that displays a tabular form. Initially, the table is empty, and so I have text in the "when no data found" block of the report attributes.
    After upgrading to ApEx 4, this text is no longer shown when no results are returned. It displays the table header, but no rows. So for some reason, it thinks data is being returned -- even though the table is completely empty. I've tried several permutations, but have not been able to find a workaround.
    I'll try to set up a standalone page, but I can provide a pointer to the existing page on apex.oraclecorp.com on request.
    UPDATE: I think this may be related to the bug I reported on tabular forms.
    Is it possible that the empty, hidden row we are adding now counts as a returned row, even though the SELECT statement returned nothing? And thus the report never thinks that there is no data found? This would also explain why it's displaying the table headers, even though no rows are visible.
    Edited by: kswartz on Jul 8, 2010 12:18 AM

    Interesting. I didn't see anything about this change in behavior in the Release Notes. Did I miss something? It definitely didn't do this in 3.2.
    Overall, I think that's actually a very non-obvious change. Seeing a set of table headers with nothing below it looks to me like a mistake. Why would you ever show headers for something when you have no rows? In fact, I thought that was a bug the minute I saw it. With due respect, I don't think the new design is less desirable from a usability perspective than the old one.
    It also doesn't work as you described regarding the proportions: in my case, the columns in the header row did not match the sizes of the columns as I defined them. Although I didn't place anything beside the tabular form, if I had, it would still alter the layout when "Add Rows" is clicked. If you know what the size of those columns is supposed to be (because they are text fields of size xyz, for instance), why wouldn't you define the header cells to use that information? You won't get it exact most of the time, but you can get close, if they're all text fields of specific width.
    Plus, there's nothing on the Report Attributes tab that indicates the "When No Data Found" option won't apply if you are using a tabular form. The textareas should be disabled -- and at the very least, the on-line help should be mentioning this. It doesn't mention anything about this only applying to standard reports.
    Finally, I think you should also put this in the Release Notes, because this requires changes to any application where someone with a tabular form required this. In one case, that was where I provided instructions to users entering data for the first time. Now I have to move it. (Not a big deal, but it would have been nice to know that in advance.) On another page, I put a JavaScript block in there to submit and automatically add a row, because I wanted there to always be a blank row if nothing had been entered -- and that was the easiest way. Okay, granted, that's probably not something you intended to support, but there was nothing wrong with it, technically. And, again, it's fixed by moving that block to the header instead and testing for the number of rows in the table -- easy, now that you provide JQuery for us -- but still manual migration work.
    Thanks for the explanation.

  • Error Message BRAIN:541 - Interactive Reporting

    Hello,
    I'm activating Interactive Reporting and other reports in CRM Webclient 7.0. Followed instructions of BB C41 but now when trying to test some reports and create new ones, it's retrieving the following error:
    I:BRAIN:541 /CRMBW/CSAL_C01_Q0001
    Well, this error is retrieved with almost every query, when i try to execute it. The query above is related to campaigns.
    Some reports or interactive reports created with our own criteria only retrieves this error and say that no results were found.
    Also, in RSRT Tcode (in Supressed Messages) the msg text for this error is:
    &CAUSE&&V1&
    You need to replace variable &V1& from &V2& as a boolean value. It can
    therefore only have the values 0 and 1.
    Entering (MWKZ = &V3&, WAERS = &V4&, ...) under <LS>Currency/Unit</> is
    therefore not advisable. Only dimension = number is allowed.
    &SYSTEM_RESPONSE&
    The query cannot be generated and executed.
    &WHAT_TO_DO&
    Change the definition of the variables.&1&
    &SYS_ADMIN&
    Anyone knows how to solve this problem?
    Search all over for this kind of messages but not many ppl with this error.
    Thanks,
    Regards,
    João Ribeiro

    Hello Susana,
    We can associate manually transport requests to BI Content.
    In RSA1>Transport Connection.
    But we still have to define new RFC's in the new QAS/productive systems.
    We first activate the data sources in BW System in development system, but when we want to transport the BI content to the target systems, these data sources should be mapped with the corresponding source systems and that's accomplished in RSA1>Tools>Conversion of Logical System Names.
    In RSA1, when you activate the datasources the system asks how do you want to activate them.
    If you select background there will be no transport connection.
    If you select instead to activate as dialog there will be a transport connection and the transaction will start.
    Hope it helps you out on your problem.
    Best Regards,
    João Ribeiro

  • Text Wraps on Interactive Report

    I created an APEX 4.1.1.00.23 application with some interactive reports. On the interactive reports I had a problem with text wrapping around so a string like this:
    505 EAST 144TH STEEET
    Would display as:
    505 EAST
    144TH
    STREET
    I corrected the problem with the following java script in the Execute When Page Loads page attribute:
    $('td[headers="ADDRESS"]').attr("style","white-space:nowrap");
    The user requested that the report break on two columns. I opened Actions>Format>Control Break, selected the columns, and saved the report. Now the java to format the address column does not seem to take effect. Before I applied the breaks the text would sometimes wrap and I could correct it by pressing the F5 key but this does not work anymore. How do I get the java script to take effect or otherwise correct the text wrapping problem?

    Comet wrote:
    I created an APEX 4.1.1.00.23 application with some interactive reports. On the interactive reports I had a problem with text wrapping around so a string like this:
    505 EAST 144TH STEEET
    Would display as:
    505 EAST
    144TH
    STREET
    I corrected the problem with the following java script in the Execute When Page Loads page attribute:
    $('td[headers="ADDRESS"]').attr("style","white-space:nowrap");
    The user requested that the report break on two columns. I opened Actions>Format>Control Break, selected the columns, and saved the report. Now the java to format the address column does not seem to take effect. Before I applied the breaks the text would sometimes wrap and I could correct it by pressing the F5 key but this does not work anymore. How do I get the java script to take effect or otherwise correct the text wrapping problem?See +{message:id=9208685}+
    With the control break the IR generates different mark-up, so you need to add another selector to the rules so there's a match on the column cells in both the standard and break report views.

  • No Data Found Option in BI Publisher Report

    Hi All,
    Could you please help me.
    I am looking for NO DATA FOUND OPTION in BIP Report.
    Ex -
    In the body of the report, I will write simple select statement
    Select * from emp;
    If the table do not contain data the out put should display " NO DATA FOUND IN THE DATA BASE"
    Can some one help me on this....This is a sample query actually my sql query contains 100+ lines.
    Please help me,

    Take a look at these:
    http://winrichman.blogspot.com/2009/05/no-data-found.html
    http://blogs.oracle.com/xmlpublisher/2007/06/no_data_found.html
    Also, search the forum. This has been covered before.
    Thanks,
    BIPuser

  • No data found message w/multiple group by

    I am doing a report that has multiple group by and not sure where the code needs to go so it will bring back No data found for the report. Can anyone help me out?
    group ROW by GRANDTOTAL
    group by EMP_NAME
    Employee Name: EMP_NAME
    group by CASE_MGMT_TEAM_CD
    Team: CASE_MGMT_TEAM_CD
    group by ACTIVITY_ID
    Activity: ACTIVITY_ID (Following is a Table)
    Process Date     Amount     Count
    F PROCESS_DT 9,990.00 9,990 E
    Total by Activity:     9,990.00 9,990
    end by ACTIVITY_ID
    end by CASE_MGMT_TEAM_CD (Following is a Table)
    Total for Employee <?EMP_NAME?>:     999,990.00 999,990
    end by EMP_NAME (Following is a Table)
    Grand Total:     9,999,990.00 9,999,990
    end ROW by GRANDTOTAL

    Take a look at this: http://winrichman.blogspot.com/2009/05/no-data-found.html
    Thanks!

Maybe you are looking for

  • Output same Deski report as PDF and XLS

    Hello, will it be possible to generate (not schedule) a Deski - Report using Java SDK ? desired workflow: - generate/refresh the report to hold new data (User specific, Local specific) - output this report in Formats PDF and XLS - store the output -

  • ICloud on iMac - asked to enter password every time I login

    I share an iMac (intel) with my wife. We have separate accounts on the iMac each without a password. My account works just fine with iCloud and my AppleID is linked to my user account on the iMac. However, whenever my wife logs in, she is asked every

  • On Demand Pop-Ups

    With the new Interactive Media Guide on Nov 12, 2014,  now when I go to a channel that is showing a movie that is also an On Demand movie, a pop-up appears for a couple of seconds that tells me to press the > button on the remote if I want to watch t

  • An error has occurred while installing the updates.(103)

    I've been getting this error while trying to update the osx from 10.8.3 to 10.8.4 any help would be greatly appreciated.

  • Z1 White Balance Displa Setting

    May I ask how to see the white balance setting into the display setting for Xperia Z1? Bec. I have Xperia Z also and the white balance setting is already seen but into my Z1 I can't see the white balance setting to adjust the screen display hope to a