How to display certain messages when the report refers to "no data".

Hello guys

I have a report that related data when the user select filter conditions specifically, when they are not while the report returns no data. There are columns of the city, and B that users will still have to filter so that the report at least some data.

I would like to change the "no data" message "Please select A and B" report when the results in "no data". Is it possible to do?

Your thoughts?

Thank you

Go to another and pass the lay composed of the report on the view (s) and then go to "view results" and there, you can view what you ever need it in the text

It may be useful
Thank you
Prash

Tags: Business Intelligence

Similar Questions

  • How to display a message when the validation of several required fileds fails

    Hello.

    I use ColdFusion 9 and I have a question.

    When we have a form with required fields coded like this:

    < cfinput... required = "Yes" message = "Enter a value of 1" / >

    < cfinput... required = "Yes" message = "Enter a value 2" / >

    < cfinput... required = "Yes" message = "Enter a value of 3" / >

    When the user sumbits the form Needless to say a warning window:

    Enter a value of 1

    Enter a value 2

    Enter a value of 3

    How do I do it so then only one message is issued as:

    "Enter values for all required fields.

    Not a single message for each required field.

    Sorry for my imperfect English. Thank you.

    I don't think that automatic, integrated to cfinput validation will allow you to do. You must create your own validation. Here's an example to help you get started:

    a:

    b:

    c:

    It's just a basic validation script to illustrate the principle. You can of course do as sophisticated as you want, or even import specialized libraries of Javascript to do the posting for you.

  • Possible to display custom message when the report of responses not return any records?

    As the title suggests, is it possible not to hide this ugly no message result that lists your report filters and what not and instead display a custom message?

    go to the view of the results not appears down to the bottom of frame composed...
    then customize it...

    See this link:
    http://bischool.WordPress.com/2009/08/26/avoid-running-report-for-all-values-on-dashboard-when-using-multi-select-prompt/no-results-view/

  • How to display a message on the second tab when an option is selected in a drop-down

    Hello

    I use a combo of my title bar, to within my application to display a list of options that will trigger different URL webViews.

    On my first tab I have a Web of a page view and when the option is selected the webView will change and the second tab will load the same webView but with /deals at the end of the url.

    The problem I have is that one of the options does not have a page of /deals on their site so I was wondering if it would be possible to hide the second tab or display a message on the second tab, when this specific option is selected?

    Thanks in advance

    If your problem is what method to use to hide the tabs or what...

    You can use these functions... It will remove the tab but will not destroy the content, it's like hiding and showing a tab

    REMOVE / HIDE

    tabbedPane.remove (theTab);

    ADD / VIEW

    var index = 2; the tab index

    tabbedPane.insert (index, theTab);

  • How to display a message when users open the form

    Hello

    l want to display a message when a user opens a form.

    The message will explain the shape and if the clik user NOT close the form

    Thank you

    Stone

    You can use this script in the docReady event.

    if (xfa.host.messageBox("A message goes here to explain the form","Title for the Message Box", 1, 2) != 4) event.target.closeDoc();
    

    Just be careful, that I was unable to "test" it in LC, I had to save the file and open it in the drive to verify that it worked.

  • Display a message to the user w / result of data

    Howdy,

    First off it is a mission of the College work and it's especially complete; seeking advice and the experience here.  The mission is to create a calculator with many functions for each method of arithmetic.  It was easy enough, but the next step is to display a message to the user after each calculation.  For example, if the problem was 4 + 2, the message must be "the result of the addition is: 6. the creation of the part of the message by using the Msg to display the user-defined function is simple, but it is not exactly struck home.  I want to create a message that contains the result of the problem (for example 6).  As it is now I can't do that with the function of Msg, or if it is possible I can not quite understand.  I want to have a separate message for each function, but I don't know if I can incorporate the response into the message.  It's the underlying objective; How to integrate the response in a message dialog box to the user? If it is possible what should I watch?

    The VI himself is quite simple; case of structure for each arithmetic function and a certain time for execution loop.  X and there are entries and a drop-down list to select a structure if necessary. I've attached a screen below.

    Thank you

    THA

    You can use the Message to display to the user to view any string to the user. If the key is to use the palette of the chain to manipulate strings to get the error message.

    A subpalette of the palette of the chain is the range of number/String Conversion. This can help you get your (6) value into a string format and then you can concatenate that string however wished with the message.

    With the pop-up windows, you must make sure that you're not trigger this popup with every single loop, so make sure you put a case around the pop-up structure and place the logic in there to make it work only the case of popup when the value changes.

  • How to display warning messages in the OPS

    Hi all
    I have a page where in I have a poplist. When the user changes the value of that poplist I want to display a message window that the "the user must either save the modifications or changes will be ignored. And I want to have two buttons to save or cancel the changes.
    How to achieve this in the OPS as I read that popups are not supported in the OPS.
    And the Confirmation message boxes at the top of a page does not stop the users to perform further processing.

    Can someone please shed some light on it.
    Thanks in advance.

    Ginette

    You can join firePartialAction with poplist and make use of the dialog page. For an example of a page of dialog with two buttons you can see the example of Toolbox page remove tutorial.

    Thank you
    AJ

  • How to display a message to the customer that connects?

    Hello

    I am fairly new FMS and really trying to learn about it. My question is simple, as I hope;

    I want a message to appear to a client when they connect that the maximum number of users has been reached. I have it set for 5 users and so I would like that when the 6th user tries to sign in to see the video, a small box will be pop up and say "sorry, Max users has been reached. Please try again in a few minutes. »

    I could develop something and get it through orders of the trace output by following a tutorial online, I saw, but I never got any sort of message box, that I built to jump to the top.

    Please help someone?

    Your code was not OK try this one.

    var ns:NetStream;

    var nc:NetConnection = new NetConnection();

    nc.addEventListener (NetStatusEvent.NET_STATUS, onNetStatus);

    NC. Connect ("rtmp://fms");

    function onNetStatus(event:NetStatusEvent):void {}

    trace (Event.info.code);

    Switch (event.info.code)

    {

    case "NetConnection.Connect.Success":

    NS = new NetStream (nc);
    ns.setBufferTime (2);

    myVideo.attachVideo (ns);

    NS. Play("MP4:BYN_e06_1.F4V");

    status_txt. Text = "you're: connected."

    where_txt. Text = "from:"+ Num; '.

    break;

    by default:

    status_txt. Text = "sorry, maximum users has been reached. Please try again. « ;

    break;

    }

    I suggest you to go through the documentation that comes with the FMS, there are many examples on how to create netconnection and netstream and then stream video. It will really help you.

    Kind regards

    Amit

  • How to display time information in the report and the results?

    Is it necessary to manually calculate the following?

    • Start time of execution

    • Elapsed time since the beginning of the execution

    • Start of stage time

    • Step end time

    If not, where are these results available within TestStand?

    I would like to keep the timestamp sequence absolute (of Windows), execution time and time step at the end of a stage.  What is appropriate to use for this recall?

    I found the engine. Property of SecondsSinceStart, but this is not correlated with the beginning of the run.  This corresponds only to launching the TestStand engine, not when the sequence was started.

    Any advice would be appreciated.

    I did some digging and there's a performance. SecondsAtStart Property that you can link to the StartTime. Maybe what you need to calculate the hours you want.

    -Jack

  • How to prevent registration message when the program ended vi is used

    I use the LabVIEW vi to quit smoking and make me Save / don't save/cancel dialogue whenever the user leaves the program.  The reason is that the objects on the screen have been resized.  The properties of vi for the appearance of the window are scrollbars off the coast.  This is a package of development base for the program works in the environment.  I would like to allow the operator out without seeing this message.  LV 8.5, Win XP

    Thank you.


  • [ADF, JDev12.1.3] af:table: how to perform certain actions when the user clicks on a line?

    Hallo,

    When a line of my af:table is selected, I'd like to perform actions; in particular, I have to toggle a button based on the values of a group of fields to the selected line.

    What are the possible approaches to achieve this?

    Thank you

    Federico

    Use a generic selection listener (http://www.oracle.com/technetwork/developer-tools/adf/learnmore/23-generic-table-selection-listener-169162.pdf) and call your actions here before or after the selection of the new current line.

    Timo

  • When the progressions referred to my Office I get two icons, one is a file folder, when I try to delete this two icons are removed

    When the progressions referred to my Office I get two icons, one is a file folder, when I try to delete this two icons are removed from the trash how to solve?

    When the progressions referred to my Office I get two icons, one is a file folder, when I try to delete this two icons are removed from the trash how to solve?

    So if you right-click on the desktop and choose New--> shortcut and then create a shortcut to something, what is happening?

  • How to solve a problem when the windows setup program does not open a program, says I need to install it. and an error message 1706

    How to solve a problem when the windows setup program does not open a program, says I need installation cd and a 1706 error message happens.

    Hi PAtwoodwu,

    1. what program are you trying to install?

    2. did you of recent changes on the computer?

    3 does happen with all programs?

    Check and make sure that the Windows service install is running on the computer.

    (a) click on start to reduce this includes this image, click run , type services.msc , and then press enter to open Services.

    (b) right click on the Windows Installer service and then click Properties.

    (c) if the box Startup type is set to Disabled, change it to Manual.

    (d) click on OK to close the Properties window.

    (e) right click on the Windows Installer service and then click Start. The service should start without errors.

    (f) click on the file menu, and then click exit.

  • How to have the filter query/dialogue opened when the report is launched in the workspace?

    Is it possible to have a default value for the report to prompt the user for a value of filter/query when the report is opened in the workspace? Currently, when a report is released, it will display data from the previous report instance.

    Not really.

    You could put a limit/filter on the query Section and then change to limit/filter Variable.

    You want to add the following code in the Scripts of the bqy

    "" "ActiveDocument.Sections ["Query"]." Process()

    where the query is the name of the Section application to deal with.

    When the file is opened, you should get the limit/filter dialog box and when the value is supplied the query will run and update the data for you

    hope this is what you need to do

    Wayne

  • How to insert debugging messages in a report

    All,

    I am facing a problem with a single report in apps environment.
    When I run the SQL in Toad or when I run the report of reports
    Builder I get the data. But, when I run the same report to help
    concomitant program I get all the data for the same inputs.

    I don't know what the problem is. I want to put some debug messages.
    Can you please tell me how to debug messages in the reports?

    Thank you.

    973508 wrote:
    Thank you for you answer.
    I'll look into it.
    There is a pub in xml report.

    Are you using the correct XML Editor Office? -Overview of available patches for the Oracle XML Publisher incorporated in Oracle E-Business Suite [1138602.1 ID]

    You will find all the mistakes in the OPP log file? Please send the contents of the concurrent request log file here.

    Have you followed all the steps of http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/xmlp_ebiz/index.html?

    Thank you
    Hussein

Maybe you are looking for