Graph Prompt Error?

Hello All,
I am trying to use a year in the graph prompt and when i am trying to change the year it is giving me the error as below> i tried to use another columns as graph prompts it is working fine. please advice
View Display Error
Error generating view. Error getting cursor in GenerateHead
Error Details
Error Codes: OAMP2OPY:GK3XOEE6
DXE expression interpreter error. Cannot find match to expression pattern. Source name: BuildExprVisitor::visit, 'in' node. XML: <sawxd:expr xmlns:sawxd="com.siebel.analytics.web/expressiondxe/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawxd:list" op="in"><sawxd:expr xmlns:sawq="com.siebel.analytics.web/querydxe/v1.1" xsi:type="sawq:groupbyField" refCoorID="2"/><sawxd:expr xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="xsd:decimal">2007</sawxd:expr></sawxd:expr>
Thanks,
Ravi

I tried with out the is prompt but still it's not working. I have that for future use because we will be using the report for dash boarding where we might use the dashboard Prompt. but i get your point only one is needed either the dashboard prompt or graph prompt. My best bet at this point is may be just remove the graph prompt and try to drag it on the dashboard and use a dash prompt instead.

Similar Messages

  • "Graph Prompt" align center in OBIEE 11g

    Hi All,
    I have got a requirement to align the "Graph Prompt" center in OBIEE 11g (11.1.16.2 BP1). I could remove the boarder around the prompt using the following CSS.
    <style>
    .PTPageControl { border:0px; padding:0px; }
    .PTPageEmbedded { border:0px;}
    </style>
    Can someone please let me know how to algin "graph prompt" center? Thanks in advance.

    See http://msdn.microsoft.com/en-us/library/gg622942%28v=VS.85%29.aspx
    Basically, IE9 breaks flash ExternalInterface calls if your flash component is embedded with an object tag with an embed tag fallback, and the object id and embed name is the same.
    The easiest workaround is to tell ie9 to render your page in IE8 Standards mode. To do this, insert this in the element:
    <!-- Enable IE8 Standards mode --> <meta http-equiv="X-UA-Compatible" content="IE=8" >
    Otherwise, you might just want to use the object tag only or embed tag only.

  • Prompt error message difference is too large

    Need help, how to clear vendor open item in foreign currency.
    When we try to clear vendor open item using T-code F-44 the error message display prompt error message difference is too large.

    Dear Karen,
    Please go to SPRO>
    Financial Accounting (New)>
    Global Parameters for Company Code>
    Enter Global Parameters>
    Select your company code and double click>
    Please what is the Maximum exchange rate deviation????
    Is it sufficient to meet the diff posting the entry you want to post.
    Regards,
    Alok

  • Prompt error/invalid in Derived table

    Hello everyone...
    I have a filter in my Universe.
    filter1
    dbo.RPT_YEAR_MONTH= dateadd(month, -3, @Prompt('Enter values for Rpt Year Month:','N','Folder\MeasurePractice\Rpt Year Month',Mono,Constrained))
    Now i want to write a derived table...I expect that the derived table should select data for primed status when input for reporting period is given and miuns 3 months to that input perios and give data for Primed Status.
    But i am getting an invalid prompt error for below...
    Select
    dbo.vMH_MEASURE_PROVIDER.PRIMED_STATUS
    from
    dbo.vMH_MEASURE_PROVIDER
    Where
    dbo.vMH_MEASURE_PRACTICE.RPT_YEAR_MONTH= dateadd(month, -3, @Prompt('Enter values for Rpt Year Month:','N','Folder\MeasurePractice\Rpt Year Month',Mono,Constrained))

    Please check the Prompt definition and whether you are entering all the parameters in the prompt syntax.  As I could see there are only 5 parameters there in your prompt definitions

  • Aspnet_compiler: Command Prompt error

    Hello
    I am getting the following error when trying to compile my ASP.NET project from the Command Prompt:
    error 1001: Unexpected parameter: 'Studio'.
    The compiler on my hard drive is here:
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319, although I do have another folder here:
    C:\Windows\Microsoft.NET\Framework\v4.0.30319
    There is an aspnet_compiler.exe in both of those 'framework' folders.
    Having located the compiler in command prompt on that path above, I now need to compile my files (aspx.aspx.vb, and Web.config) in accordance with the guidelines here:
    http://msdn.microsoft.com/en-us/library/ms229863.aspx
    I create a targetDir on my PC as follows: C:\myForm, and type in the location of my project in Command Prompt. This is a
    physical path so I use '-p' and I wish the file to be updateable so I use '-u'.
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_compiler C:\Users\Steve\Documents\Visual Studio 2013\WebSites\WebSite10 -p -u C:\myForm
    This 'Visual Studio 2013' looks suspicious because of the spaces but if I right-click on the folder containing the project itself and select properties, this is what the path looks like:
    C:\Users\Steve\Documents\Visual Studio 2013\WebSites
    What am I doing wrong, please?
    Thank you.

    Hi,
    I'm not familiar with Aspnet_compiler.exe tool. However, I think the path must be in double quotes if you use "-p".
    Like:
    Aspnet_compiler -v /WebApplication1 -p "c:\Documents and Settings\Default\My Documents\MyWebApplications\WebApplication1" -keyfile "c:\Documents and Settings\Default\My Documents\Key.sn" -aptca c:\applicationTarget
    What's more, it looks like you didn't post in a correct forum. You need to reopen a new thread in
    asp.net forum because we can't help move this issue there.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to remove graph prompt borders in OBIEE 11.1.1.6 (BP1)

    Hello,
    I have a requirement to remove the borders of a graph prompt that we have in place. The version for OBIEE is 11.1.1.6 (BP1).
    Just, to make my question clear, I understand it is not similar to_ OBIEE 11g – Remove Border Around Section Prompt. Also, as it depends on the CSS-Javascript formatting, I was hoping to find some info on this.
    The only source I found that had a small note (on page 19) was: http://www.rittmanmead.com/files/biforum2012/masterclass/RM_BIForum12_Cust2.pdf
    I appreciate any information/ideas/scripts that can be shared here.
    Thanks.

    Use the below code in Text object in your page and tick the box for ‘contains HTML markup’.
    For permanent, site-wide solution would be to modify views.css
    <style>
    .PTPageControl { border:0px; padding:0px; }
    .PTPageEmbedded { border:0px; }
    </style>
    in .css file
    looks for the text as below
    border:solid 1px
    put 0px instead of 1px
    Pls mark if helps

  • I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error

    I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error as follow
    8.1.7
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_CHARACTERSET               US7ASCII
    NLS_NCHAR_CHARACTERSET         US7ASCII
    10.2.0
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_CHARACTERSET               WE8MSWIN1252
    C:\Documents and Settings\Administrator>imp system/manager file=H:\CGlByte\cglby
    te_03-07-2013Wed.dmp fromuser=system touser=cglbyte ignore=y
    Import: Release 10.2.0.4.0 - Production on Thu Jul 4 16:11:49 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    Import terminated successfully without warnings.
    Pl suggest remedy
    Regards,

    8.1.7
    AMERICAN_AMERICA.WE8ISO8859P1
    10.2.0
    AMERICAN_AMERICA.WE8MSWIN1252
    exp system/manager file=d:\cgl.dmp owner=cgl, even i set character set before export but no impact

  • How to hide graph prompt?

    OBIEE 11.1.1.6.11
    I know I can and have hidden pivot table prompts.
    How do I hide the graph prompts?  I can not find this anywhere.
    S

    Try this code in the text object
    <style>
    .PTPageControl { border:0px; padding:0px; }
    .PTPageEmbedded { border:0px; }
    </style>
    Check the box contains for HTML markup.
    Mark if helps,
    Thanks,

  • Getting a prompt: Error compiling movie Unknown error when trying to export

    Running Premiere Pro CC 2014 and when I try to export I get that prompt.

    Error compiling movie can be anything from gap to bad clip, transition, effect, nest, you name it.
    Export from AME with preview open and watch were in the timeline it goes wrong.
    That is the place to fix it.

  • I have an ipad 2, 16GB 3G WiFi, black screen, will not reset, restore or turn-on, keeps prompting error 1600 when trying to restore, but when other ipad 2 plugged in itunes works fine. Any idea's on how to resolve?

    I have an ipad 2, 16GB 3G WiFi, worked perfectly, but now black screen, will not reset, restore or turn-on, keeps prompting error 1600 when trying to restore from recovery mode, but when other ipad 2 plugged in itunes works fine. Any idea's on how to resolve?
    I have tried multiple laptops with both units, re-installed Itunes, same error message on one of the units but ok on the other. Thinking I have a defective Ipad 2, any ideas on what to do is greatly appreciated.

    Tried Google?  iPad error 1600

  • Invalid prompt Error in derived table

    hello All,
    I have the below query which works in SQL server...but the same query in derived table is giving invalid prompt error when instead of hardcoding the value...I gave  @prompt for user input value.
    SELECT
      convert(varchar(6), dateadd(MM,-3, convert(datetime, substring(cast(EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE.RPT_YEAR_MONTH as varchar), 5,2) + '/' + '30' + '/'+ substring(cast(EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE.RPT_YEAR_MONTH as varchar), 1,4))), 112) as prequarter,
      Primed_Status,
      EHR
    FROM
      EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE
      where RPT_YEAR_MONTH = '201406'
    SELECT
      convert(varchar(6), dateadd(MM,-3, convert(datetime, substring(cast(EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE.RPT_YEAR_MONTH as varchar), 5,2) + '/' + '30' + '/'+ substring(cast(EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE.RPT_YEAR_MONTH as varchar), 1,4))), 112) as prequarter,
      Primed_Status,
      EHR
    FROM
      EMR_REPORTING.dbo.vMH_MEASURE_PRACTICE
      where RPT_YEAR_MONTH = @Prompt('Enter values for Rpt Year Month:','N','Folder\MeasurePractice\Rpt Year Month',Mono,Constrained)
    Thanks in advance for any inputs.
    Regards.

    Please check the Prompt definition and whether you are entering all the parameters in the prompt syntax.  As I could see there are only 5 parameters there in your prompt definitions

  • Graph prompts?

    Hello All,
    I am using graph prompt for one of my graphs and when i am running the Analyses with the graph prompt in the drop down it is repeating the elements in it. I am not sure why this is happening. For ex: i have a,b,c,d elements but the graph prompt drop down is showing me a,b,a,c,d,a,b,c,d,a,a some like this all i wanted is a,b,c,d. Please advice. I am using OBIEE 11g
    Thanks,
    Ravi

    Thanks for the response deepak. i tried that and still it shows the repeated elements for that specific column. I tried to create a new analysis with couple of other columns as graph prompts and interestingly it is showing distinct elements just one time. I am not sure why that is happening

  • XY Graph cursor Error

    Hello
    This error was found, when I started using LabView 8, with my old LabView 6.1 VI's.
    I have encountered a minor error on my Graph display. I noticed my Y-Scale numbers go negative, if I Press and Hold my Graph cursor, while I am moving it.
    I run this same test using New LV 8 XY Graph and numbers do not go negative, but they surely flicker a lot + numbers still change some.
    Have you noticed this before? Is there some new property I need to set up, to make my LabView 6.1 Graph stable? Is this known bug or am I just doing something wrong?
    Here is VI for your testing. My LabView 8 version is 8.0.0.4005.
    Just run it and while moving yellow cursor (press+hold+move), after 1-2 seconds of holding something happens.
    Yours
                                         Kari
    Attachments:
    Cursor Test.vi ‏84 KB

    Hello Karik.
    I experience the exact same problem in the application I'm programming.
    The only solution I have come up with is having the cursors Y-axis
    centered in the visible area of the graph.
    However this is really bad because there is will create a smal "hole"
    in the cursor bar, it looks awfull. I think this is a bug in lv8 since
    in lv7.1 I could tie down the y-axis to like -10000 or something and
    the problem would not appear.
    Hope NI fixes this problem really really soon.
    //Andreas

  • XY Graph, 2D Error Bar, Legend, Multi Plot Help? Please modify the VI

    PLEASE READ THE ENTIRE POST and HELP!
    Please help with this VI and make it an instructive example for me and other novices like me who come across this typical example.
    A typical problem in plotting data is as follows: On the SAME plot (Y-axis = Amplitude vs. X-axis = Time), plot the curves Amp1, Amp2, Amp3, ... coming from sample1, sample2, sample3, ...
    Furthermore, there is Error1, Error2, Error3, ... associated with Amp1, Amp2, Amp3,...., which also needs to be plotted. In order to distinguish between these curves, one may use different
    colors and show a legend that reads Amp1 (say black), Amp2 (say red), and Amp3 (say green). The plot then becomes complete and conveys data very conveniently.
    The attached VI makes an attempt to plot Amp1 and Amp2 using XY Graph and also 2D Error Bar plot (to show error bars). There is one slight problem. The legend does not show what it is supposed
    to show. Can someone fix this? If I plot two curves, the legend should show Amp1 and Amp2, if I plot three curves, the legend should show Amp1, Amp2, Amp3, and so on.
    I don't want to see the default Plot 0, Plot 1, or whatever. Also, it would be nice to dynamically control the symbol, color, curve style etc, as we keep adding more and more curves to the plot.
    Once this problem is fixed, I know I can easily extend it to make it plot more than just two curves in a dynamic way. I could use for loops with shift registers, etc to plot any number of curves on a single plot.
    Believe me, I have searched for other posts and cannot find a simple example like the one I have posted here. Many examples I found have confused me more than helped me. 
    I believe that if this problem is solved in a simple way, many others will find this example very instructive. So by helping me, you help many other people as well!
    Thank you in advance. Please see the attached files (the VI, and an example data file that I just created)
    Solved!
    Go to Solution.
    Attachments:
    Multi_Plot_Legend_Error_Bar.vi ‏24 KB
    data.txt ‏2 KB

    Some members have pointed out that this problem has already been resolved (see the link below).
    http://forums.ni.com/t5/LabVIEW/Dinamically-handle-legend-names-using-property-nodes/td-p/1479572
    I did verify that this works for XY Graph, but not for 2D Error Plot.
    I need both legend and error bars. Shame on LabVIEW for not making such a basic plotting requirement easy and trasparent. 
    There are many clever people who can find work arounds, but that is a not a correct approach. 

  • Computer died, Disk Utility causes restart prompt, Error 2NVD/1/4:2086

    So, I think my poor PB is on it's last legs. I was using my computer in bed, when all of a sudden it shut down. I waited a minute, restarted, and after the gray loading screen with the Apple logo, a blue, mottled screen came up. Nothing happened past that. I shut the PB down, tried again, same result. I shut down, waited a couple minutes, restart, and I can get to the login screen this time, but the screen has a mottled look to it; basically faint, verticle columns of 1 millimeter wide pink bars. Very faint. Then I tried to go to Disk Utility, but when I tried to launch the app, the restart screen appeared, and I had to restart the computer. I'm running a Apple Hardware Test right now...
    And it says "Video RAM error detected", error code is:
    2NVD/1/4:2086
    So... does this mean the video card is pooched? And why am I getting the restart prompt when I try to launch disk utility?
    Thanks in advance.

    Anyone know if Photoshop 7 will run on an Intel Mac?
    If it runs under OS X, it will run under emulation mode on the Intel mac (which runs slower, due to running under emulation, than a native, universal application). If it runs under OS 9 or under the classic environment under OS X, it will not run on an Intel mac. Photoshop is coming out with a universal version, which means it will run natively on the Intel mac, I believe this Spring.

Maybe you are looking for

  • Help with redirecting URL from Web Dynpro

    Hi, I have a question regarding how i can construct a URL where i would like to forward the user from a WD app based on some user interaction. The problem is that i need to know the protocol, server & host to resend the control to ( basically append

  • My nokia n 70

    it seems that my nokia n 70 is not working with an data cable.what should i'll do now to prevent this.

  • Java script and scriplets

    Hi, I have got a .jsp page wherein there is a 2 dimentional string array defined within a scriplet. I have defined an other function in java script within the same page. Now I need to access the string array within the java script. Can someone please

  • BUG: Arithmatic shift right in expression and formula node

    Don't believe this isn't a known bug, but I couldn't find it... Tested in LV7.1 and LV8.5. In an expression node, if you use the << operator, the function produces wrong results if the input isn't an I32. For instance, x<<1 in an expression node, wit

  • Error message: The request for account "iCloud" failed.  The server responded with "400" to operation CalDAVUpdateShareesQueuableOperation.

    I created a new public iCAL. Trying to send invitations to join and am receiving this error message: The request for account "iCloud" failed. The server responded with "400" to operation CalDAVUpdateShareesQueuableOperation. Tried copying the URL lin