Undo drills and view prompt values warning message

H,
I have a dashboard with a few simple pie charts. I also have a dashboard prompt which helps me select a month and also an other criteria common to all charts in the dashboard. But after i added the dahboard prompt whenever I log into this dashboard i get the warning message saying "The layout of this view combined with data, selction or prompts chosen has resulted in no data" "undo drills and view prompt values", Only once I click on "undo drills and view prompt values" my charts are displayed. Is this like a know bug or does something need to be changed for this.
Thanks

Hi, this is because there's no data for the values pre-selected. You should add a Deafult value for each of the column of your prompt. Make sure that default value has data to show.
J.-

Similar Messages

  • Undo drills and view prompt values warning message on a dashboard page

    Hi ,
    I have created a dashboard with a single page containing two sections. In first section i am having a prompted report for region and a Region Dashboard prompt ,
    in second section i am having two prompted reports for region , i mean region dashboard prompt drives all other reports in that page. When ever I select a region from the dashboard prompt i am seeing message on Dashboard page as **"_Undo drills and view prompt values_"**
    If any one having the solution let me know in detail,How to overcome this.......

    Hello,
    This issue is caused by having saved prompt value in the analysis.
    Check if there is a staticMemberGroup tag present in your analysis XML (edit the analysis and go to Advanced tab to see the XML). Within the staticMemberGroup element will be your saved value.
    How to fix this:
    Remove the column from the prompt section of the analysis. You can move it to excluded columns or remove it from the report completely. Purpose of this is to get the analysis refreshed so we get new XML without the saved value.
    After the analysis is refreshed you can put the column back to the prompts section and save.
    Check the XML again and make sure that staticMemberGroup element is not present.
    The important thing here is not to choose any value in your prompt while you are in edit mode before you save the analysis. This is how a static value gets saved in the XML.
    Regards,
    N

  • Date Parameters and List of Values (error message date format cannot be nul

    I'm new to BI Publisher. I began with a simple report that has 4 parameters. The parameters are center code, sales date, customer number, and job number. I am trying to create a list of values on my customer number based on the center code and sales date entered by the user. My query for my LOV is:
    select customer_nbr
    from ticket
    where center_cd = :center
    and trunc(trans_date) = :salesDate
    salesDate is defined as a date parameter with a format of MM-dd-yy. It's default value is 04-10-07.
    When I attempt to view my report after adding the LOV, I receive the error:
    Date format can not be null.
    What am I doing wrong? Also, I would like the salesDate to default to the current date. I have tried using sysdate as the default value. This isn't working. The salesDate defualts to null when it is set to sysdate.

    "Date - allows the user to enter a date as a parameter. Note that the data type must also be "Date" and the format must be Java date format."
    Page 4-9, Adding Parameters and Lists of Values
    Oracle® Business Intelligence Publisher
    Report Designer's Guide
    Release 10.1.3.4
    Part No. E12187-01

  • I'm having the same registry issues with my CDROM, getting the warning when iTunes starts up.  I've followed the article on how to add the upperFIlter to the registry and it solves the warning message but the DVD/CD writer disappears completely.

    I'm having thet same registry issues with my CD-/DVD as is talked about in one of the fix articles I've found here. I added the UpperFilter entry to the registry since it was not there and restarted.  This fixes the warning message but then there's no CD/DVD device shown at all in windows.  I can put it back to normal and vice versa and get the same results, but I can't get this issue fixed. When I get the registry warning on starting iTunes, I can still rip from CDs and my DVD burner works just fine using other programs.
    Any more ideas?

    This fixes the warning message but then there's no CD/DVD device shown at all in windows.
    That symptom suggests the afs.sys issue ... but there's some other things that might cause it too.
    We'd better check to see if we can find what's going on.
    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • Warning message in 'Writeback Report'

    Hi,
    I have to enable writeback on a report and to prompt a warning message to user before submitting the changes.
    I am fine with enabling the writeback on the report and update the changes through writeback XML.
    But, I am not sure of this 'Warning Message' in a separate window as prompt to confirm the changes made by user before submitting.
    Can somebody please help me if you have implemented this?
    Thanks,
    Viswanath

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Warning messages are not displayed in confirmation

    Hi,
    We are working with SRM 5.0 classic scenario. Our issue is warning messages are not displayed whenever we press the CONFIRM or DELETE button in the confirmation, however warning messages are displayed if we press CHECK button in the confirmation.
    Please suggest the solution to display the warning messages while clicking CONFIRM or DELETE button in the confirmation.
    Thank you
    Natarajan

    Hi Muthu,
    Thanks for your reply. We raised the OSS message for this issue. As per  the standard system behaviour, warning messages will not be diplayed when " DLETETE" button pressed.
    In the DELETE mode, the system will display only the first EXPRESS
    ERROR message and not WARNING messages.
    Inorder to maintain an error message as EXPRESS, the FIELD_NAME
    (i.e ls_message-field_name) has to be assigned with the value
    EXPRESS.
    For example,
    ls_message-msgty = 'E'.
    ls_message-msgid = 'ZF'.
    ls_message-msgno = '000'.
    ls_message-field_name = 'EXPRESS'
    Kindly note that in the DELETE mode, the system does not display
    EXPRESS message with msgty = 'W'.
    Only EXPRESS message with msgty = 'E' is recognised and displayed.
    The Warning messages will be displayed only during the CHECK mode.
    Thank You
    Natarajan

  • Not Getting Warning Messages in Telesales,but getting the  Same in  Sales

    Hi,
    I have set the profile oprion "OS: Opportunity Probability Link" to Warning. This should prompt a warning message when the Sales Stage and Win Probalility shold not match,this is happening in Oracle Sales,but the Same Warning Message is not coming in Telesales, Could all please tell me how can we achive it.
    When I Set the Profile Option "OS: Opportunity Probability Link" to Error ,the Error message is coming in Both Telesales and Oracle Sales.
    Please help me on this
    Thanks and Regards
    Raju

    what version are you in? I see it a pass on 11.5.10.2

  • Warning message in 10g related to timestamp

    select * from v$version;
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    create table jtime(jtime timestamp with time zone);
    create or replace procedure jtimePro as
    begin
    insert into jtime values(systimestamp);
    end jtimePro;
    Assuming I compile it via SQL Developer I get a message of
    Warning(3,28): PLW-07202: bind type would result in conversion away from column type
    I did check the return type on systimestamp it is a timestamp with time zone.
    I also different column type of just timestamp with the same warning message. Any ideas how to use a timestamp or timestamp with time zone datatype and not get a warning message?
    Also how do I see the warning messages in sql+ there is no 'show warnings'
    Thanks

    SQL> alter session set PLSQL_WARNINGS = 'enable:ALL' ;
    Session altered.
    SQL> create table jtime(jtime timestamp with time zone);
    Table created.
    SQL> create or replace procedure jtimePro as
      2  begin
      3  insert into jtime values(systimestamp);
      4  end jtimePro;
      5  /
    SP2-0804: Procedure created with compilation warnings
    SQL> show errors
    Errors for PROCEDURE JTIMEPRO:
    LINE/COL ERROR
    3/26     PLW-07202: bind type would result in conversion away from column
             type
    SQL> create or replace procedure jtimePro as
      2      dt_tz timestamp with time zone ;
      3  begin
      4      dt_tz := systimestamp ;
      5  insert into jtime values(dt_tz);
      6  end jtimePro;
      7  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>

  • R/3 Warning Messages are not displayed

    Hi experts!!!
    I have the following issue:
    Credit Limit Check works in ERP and displayes warning message during order creation. I need the same message to be displayed in B2B application.
    How can i achieve this???

    Hi Muthu,
    Thanks for your reply. We raised the OSS message for this issue. As per  the standard system behaviour, warning messages will not be diplayed when " DLETETE" button pressed.
    In the DELETE mode, the system will display only the first EXPRESS
    ERROR message and not WARNING messages.
    Inorder to maintain an error message as EXPRESS, the FIELD_NAME
    (i.e ls_message-field_name) has to be assigned with the value
    EXPRESS.
    For example,
    ls_message-msgty = 'E'.
    ls_message-msgid = 'ZF'.
    ls_message-msgno = '000'.
    ls_message-field_name = 'EXPRESS'
    Kindly note that in the DELETE mode, the system does not display
    EXPRESS message with msgty = 'W'.
    Only EXPRESS message with msgty = 'E' is recognised and displayed.
    The Warning messages will be displayed only during the CHECK mode.
    Thank You
    Natarajan

  • How to Suppress a warning message in Reports

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    Just was curious and was in Metalink anyways and looked up your Error:
    >
    Another workaround: open the report under the desired NLS_LANG, and OK all the warning messages. Once the report is opened, save it (under a different name). This will fill out missing text segments with blanks,which is OK because these strings never appear in the report anyway (theyshould have been deleted...)

  • HT4061 dtr plugged in phone to itunes and it prompted an error and now phone says it has to be restored.  She doesn't want to to do this as she will loose all pics...the screen is stuck on prompt to plug in to itunes

    My dtr plugged her phone in to link to itunes and it prompted an error message.  Now itunes saying she has to restore the phone which she doesn't want to do as will lose all pics...the phone has a screen that will only prompt to reconnect to itunes even after turning off.  What can I do to save what is in the phone? Please and thanks!

    Reset, hold both home and power buttons until the iPhone begins to start, try this a few times if necessary. If still problem, you may have to just Restore your iPhone to get it working. In the future sync your iPhone with iTunes routinely and when it contains important data, iCloud when set correctly will do this for you continuously.

  • Vendor Payment TC F-58/F-53, warning message for selecting NON DUE invoices

    Hi,
    I have scenario with my client, they want that during manual vendor payment against  TC F-58&F-53, if the invoices are not due for payment but if selected by the user during manual payment, is there any configuration by which system will give a warning message to the user saying invoices are not due for payment before saving the document.
    Thanks
    MRS

    You have to find the appropriate "Message Area" and "Message Number" in "Maintain Message Control".
    Add the message into the Message Control and make it as WARNING message.
    << Moderator message - Point begging removed >>
    << Begging for points is against the furum rules. Repeated violation of forum rules can result in your userid being deelted. This is the third time you have been warned.>>
    Thanks.
    Edited by: Rob Burbank on Jan 18, 2011 3:57 PM

  • Launch File Warning Message

    I created a simple hyerlink document in word - converted it to pdf - so far so good.  I click on the links and a "Launch File" warning message appears similar to the one below.  I click on the "do not show this message again" hoping that when I open the file again and click the link it won't appear again.  Wrong! it keeps coming back.  Anyway to suppress this message for good?
    HC

    Well, "don't exit Acrobat" works, but these documents are going to be run on computers accessed by many people and folks will sometimes exit Acrobat or shut down the computers. Execs don't take kindly to alerts popping up in the middle of their presentation. I have control of both the Acrobat documents and the playback computers. One thing I can do is set the preferences in Reader or even install Acrobat instead and set those preferences - but I haven't found anything to make the alert go away for good.

  • Should display warning message.

    Hi gurus,
    i have a quiery....
    Customer palced sales order (OR), order done. Now customer has taken loan againest of that sales order.when end user trying to change the price of the particular sales order, system should not allow him and must display the warning message.Can any body help me which logic i need to follow on this...
    Thnks,
    Rahkes.

    Now customer has taken loan againest of that sales order
    I am not clear on this concept.  In normal circumstances, only manufacturer will receive advance payment from customer.  Here, why the buyer has taken money from the supplier ??
    Nevertheless, all FI related transactions will be stored in tables like BSEG, BSID, BSIS etc., where you can see a field "Reference" or "Header Text".  Here the FI people has to key in the related order reference and based on this field, you have to apply a logic  in sale order user exit such that if there is a change in price, system should trigger a warning message after checking the above tables.
    thanks
    G. Lakshmipathi

  • I am using a PC and when I try to download an ebook, I get a pop up prompt with the message `Error! Check Activation` - how to resolve this so I can download and view the ebook, thank you

    I am using a PC and when I try to download an ebook, I get a pop up prompt with the message `Error! Check Activation` - how to resolve this so I can download and view the ebook, thank you

    Hi Ablondel24,
    I understand that you are getting a 404 message when you access a website from a Mac, not a PC.
    First check the cache for the site:
    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Second try to [[Delete cookies to remove the information websites have stored on your computer]]
    Let us know if this solves the issues you are having.

Maybe you are looking for

  • How to change work schema ?

    Hi, Source : MS SQL database Target : Oracle I am loading the data from source table 'src_table' to target table 'trg_table'. I have created an interface for that. Currently ODI creating temporary tables like $E_xyz(error) $J_abc(Journalisam) $C_abcd

  • IE7 seems to "hide" text in DIV tags

    Hi Guys How can I solve this? I would like to have the text horizontally and vertically centered in the DIV-tags. It goes quite well but in Internet Explorer 7 it only shows half of the text. How to solve this? And an additionnal question: I would li

  • Enable Safe Search in Group Policy

    We ran across an issue where if a Student typed xxx in the Google Search and then click images, they are submitted to more than an eye full of inappropriate images.  We have the "Safe Search" enabled on our Sonic Wall, but that still does not stop th

  • How do i make sequence folders in Premier Pro CC?

    I have only begun using Premiere Pro CC, and I want to know how to make different sequences in the same timeline with the same audio & video clips, so I don't have to save a new file and start all my editing all over again everytime I want to try out

  • Uninstalled CS4 and can't figure out how to get it back

    My daughter has been using my copy of CS4 for over a year without issues.  Recently however she began to have some kind of issue with the brushes pixelating.  We deactivated (just to be safe) and uninstalled then reinstalled.  That fixed the problem.