Prompts Issue

I have two prompts from same table say on column A and B and B is constrained on A both are drop down and multi select
when I select a value in A and B it shows no data for specified criteria but.
when I select a value in A and click apply it will show result, If i select both values in both prompts it shows no data.
what could be the reason?.. we are using obiee 11g

Thanks for reply..
I have checked the results, for value A there is data in column B but when I select any value in prompt is shows no result for specified criteria.. but it is working for only one value in column B when i select that it shows result..
One more issue facing in another dashboard prompt(page scope) I have three prompts and constrained when I select one value from 1st prompt it shows values in second prompt but when selecting the 2nd prompt the value it disappears the value and no more values in drop down
Sometimes If I select second prompt and 3 rd prompt the 2nd and 3rd prompt values become empty and no values in drop down.
what could be the reason....Please guide me

Similar Messages

  • Prompt issue in obiee 11g

    Hi Gurus,
    In dashboard while selecting prompt getting 'Unable to get value  of the property 'viewstate':object is null or undefined error.i am using IE 9 browser.
    could you please let me know how to resolve this issue ?   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.

  • SAP BusinessObject Mobile WebI Report Prompt Issue

    Hi,
    I have problem to view the Prompt value in Long Text for WebI report in my iPad. The SAP BusinessObject Mobile application is on version 5.1.12.
    We are using BI Platform 4.1, and the WebI report is connected to Bex Query using BICS connection.
    Below are the settings that I had done:
    Setting of Characteristic in BW:
    Setting of Characteristic – ZBPARTNER in BEx Query Designer:
    Below are the report Prompt result in BI LaunchPad and BI Mobile:
    Example data:
    Business Partner ID 123 has description in Long Text (DO NOT USE - KOC ALLIANZ SIGORTA A.S) and Short Text (DO NOT USE - KOC).
    Business Partner (on top of ZBPARTNER) in WebI is showing Long Text as expected.
    For example, you can see the long text "DO NOT USE - KOC ALLIANZ SIGORTA A.S".
    Business Partner (on top of ZBPARTNER) in Mobile Apps is showing Short Text:
    For example, you can see the long text "DO NOT USE - KOC".
    I need the Prompt value is the BusinessObject Mobile to be display with Long Text, but I cannot find any configuration to achieve this.
    Is anyone encounter similar issue and can provide me some suggestion?
    Thank you in advance.
    Regards,
    Edison Wang

    Hi,
    Just like to follow up whether is there anyone encounter similar issue like above which can give me some advise?
    Thank you.
    Regards,
    Edison Wang

  • Command prompt issue from VBscript

    So I have this script that works perfectly for parsing out a COM number and then sending data to said COM port via the command line (things like 'ipconfig > //./COM15'). The issue is that it only works when I use the /K modifier which tells the command
    windows to stay open.  I don't want them to stay open, but whenever I remove the /K, it doesn't work. Nothing gets copied to the COM port. I suspect the cause of this is the command prompt closing before things like systeminfo can finish running. So is
    there a way to have the command prompt window stay open for a short amount of time and then close?
    'Part 1: FindCOM port
    fileName = "C:\rtlstuff\COM.txt"
    Set regex = New RegExp
    regex.Pattern = "COM(\d+)"
    regex.IgnoreCase = True
    regex.Global = True
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set file = fso.OpenTextFile(fileName)
    text = file.ReadAll()
    file.Close
    Dim ComPort
    Set matches = regex.Execute(text)
    For Each m In matches
    ComPort = m.SubMatches(0)
    Next
    'Part 2: Set file dictionary
    set oDic = CreateObject("Scripting.Dictionary")
    oDic.Add 0, "ECHO %DATE% %TIME% > //./COM"
    oDic.Add 1, "ipconfig > //./COM"
    oDic.Add 2, "systeminfo > //./COM"
    v = 3
    'Part 3: Set COM Variables
    Set oShell = WScript.CreateObject ("WScript.Shell")
    MODE = "MODE COM" & ComPort & " 9600,N,8,1,P"
    oShell.run "cmd.exe /C" & MODE
    'Part 4: Data transmission
    Dim Command
    x=0
    do while x < v
    Command = oDic.Item(x) & Comport
    msgbox Command
    oShell.run "cmd.exe " & Command
    x=x+1
    wscript.sleep 10000
    loop

    Can you help me with syntax? I'm still not hugely familiar with VB and I'm not sure how to set this up. This current iteration does not work.
    'Part 1: FindCOM port
    fileName = "C:\rtlstuff\COM.txt"
    Set regex = New RegExp
    regex.Pattern = "COM(\d+)"
    regex.IgnoreCase = True
    regex.Global = True
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set file = fso.OpenTextFile(fileName)
    text = file.ReadAll()
    file.Close
    Dim ComPort
    Set matches = regex.Execute(text)
    For Each m In matches
    ComPort = m.SubMatches(0)
    Next
    'Part 2: Set file dictionary
    set oDic = CreateObject("Scripting.Dictionary")
    oDic.Add 0, "ECHO %DATE% %TIME% > //./COM"
    oDic.Add 1, "ipconfig > //./COM"
    oDic.Add 2, "systeminfo > //./COM"
    v = 3
    'Part 3: Set COM Variables\par
    Set oShell = WScript.CreateObject ("WScript.Shell")
    MODE = "MODE COM" & ComPort & " 9600,N,8,1,P"
    oShell.run "cmd.exe /C" & MODE
    'Part 4: Data transmission
    Dim Command
    i = True
    x=0
    do while x < v
    Command = oDic.Item(x) & Comport
    msgbox Command
    oShell.run "cmd.exe " & Command , ,True
    x=x+1
    wscript.sleep 10000
    loop

  • WEBI 3.1 Scheduling with Prompts issue

    A developer built a webi report using a prompt filter using a single-select "Year". Then they tested the Scheduling feature in infoview. Works fine. Later, the developer changed the report prompt to an InList "multi select" to filter to handle multiple years. The problem is, the Scheduler didnt update to a multi select as well. Is this a bug in BO 3.1 SP2?
    Thanks!

    Hi,
    It maybe - you should check the Fixed Issues list for higher releases, for an ADAPT bug reference which fits your symptom.
    to be elegible for Support OSS, you'll need to be on SP03 minimum, with most customers on SP03 FP3.7, SP04 FP4.1, or SP05
    Regards,
    H

  • Multiselect Prompt issue in OBIEE Apps 795

    Hi All,
    We are using OBIEE 10.1.3.4.1 along with OBIEE Apps 7.9.5.
    We are facing an issue regarding the sort order of the Multiselect prompt. When we select More values(More than 256) in the multiselect prompt by pressing on the more button in the application the order of the values in the prompts is lost and they get displayed randomly.
    I tried putting the sort order column in the rpd also the sql in the prompt the back end query is generated as required but the values doesnt display as Order By whereas they are displayed in random.
    Please help on this issue? Or is it a product Bug?
    Thanks:

    Hello,
    I have the same problem in 10.1.3.4.1.
    I create multi select on dayshort. In "Sow" I put SELECT Time.DAYSHORT FROM "XX-example" order by Time.DAYID asc. After this see records form 1 to 256 with correct order. I pick more and I see records from 1 to 512 in bad order.
    Any ideas?
    Regards,
    Luko

  • Calc script prompt issue in workspace

    Hello Gurus,
    This issue is related to running Calc scripts from EPM Workspace 11.1.2.2.300.
    Browser : IE8/IE9
    We are facing an issue where users are able to run CALC from workspace successfully.
    But they are not getting prompt as CALC XYZ ran successfully.
    The browser just keeps showing CALC XYZ is processing. If we check in logs, its shows Calc has already completed its execution.
    Can this happen if we have a slow network? Or is it a bug as the calc seems to be completing on the required time in the background (when checking logs) but the front process keeps going on.
    Any help will be highly appreciated.
    Thanks,
    hyperionEPM

    Hi Rahul,
    Thanks for your quick reply..
    Yes we are on planning 11.1.2.2.300
    Following is what happens --
    <li> We open workspace and login to a planning application.
    <li> We navigate to the Business Rules from Tools.
    <li> We then run the Calc script from within Workspace for that application
    What happens is the calc should be running for ~ 3 mins (it runs for approx same time when we check the logs) however the workspace keeps showing that it is still in progress even if it exceeds ~10 mins, giving us a feel that the calc is still running which is not the case as the log file has the appropriate time when it completed.
    We then have to manually close the UI which shows that the calc is still running as it had already completed.
    Any ideas on what could be causing this?
    Thanks,
    hyperionEPM

  • [Solved] Zsh prompt issues

    Hello,
    Ive recently restored my arch system from a backup due to some problems. However I am now having an issue with my zsh prompt.
    I have a .zshrc file in my home dir that was always obeyed by zsh before. Now when I log in the ~/.zshrc file is loaded because all my aliases still work but my prompt is not the one specified in ~/.zshrc file.
    If I copy ~/.zshrc to /etc/zsh/zshrc then the prompt is loaded along with all the other aliases etc.
    Can anyone suggest why this maybe as id like to keep the zsh settings on a per-user basis?
    Thanks
    EDIT: Sorry fixed by reinstalling zsh
    Last edited by ck3mp (2013-04-07 13:01:27)

    Not sure if this is directly relevant to your situation or not, but I encountered a very similar issue starting the other week; loading promptinit and selecting a theme would work, but setting a custom PS1= etc. through my ~/.zshrc no longer did, even though it was still being loaded. I similarly did not think to re-install the package, until I came across this thread. As part of doing so I had to remove several packages with a Zsh dependency. After re-installing Zsh, my normal PS1 etc. came back, but went away again after re-installing the other packages.
    In my case, it appears extra/grml-zsh-config was the culprit; this package adds a lengthy /etc/zsh/zshrc, and the behaviour occurs when that file is present. I couldn't say if this is a bug or just intended behaviour (indeed, I only had GRML-Zsh-Config installed as a dependency for another package); either way, once identified, workarounds became possible.
    Would be curious to know if this was also the case at your end (and if not, well... it seems there are a number of ways one can lose their Zsh prompt configuration!)

  • Crystal reports prompt issue

    Hi  All,
    I had created the simple crystal report by connecting to  bex query (with prompts).
    For example in my  crystal  report ,circle prompt  as below list of values
    Values                                  Description
    [YPES_AREA].[ANPR]     Andhra Pradesh Circle
    [YPES_AREA].[ASSM]     Assam
    [YPES_AREA].[BIAR]     Bihar
    [YPES_AREA].[CHAI]     Chennai
    [YPES_AREA].[CHRH]     Chattisgarh
    [YPES_AREA].[CORP]     Corporate
    [YPES_AREA].[DLHI]     Delhi & NCRs Circle
    [YPES_AREA].[EAST]     East Region
    At the time of preview,user can select the above list of  value ,so that the corresponding  prompt value need to display in the report.
    Here i want to known,when user select the "Assam" circle in the above list of values,prompt value is showing as "[YPES_AREA].[ASSM]" but i want to show it as a description instead of technical name.
    please suggest me is it possible or not?
    Regards,
    Vinay

    Unfortunately the "description" is only available in the LoV and cannot be accessed for use on the report (I believe there is an Idea Place suggestion concerning this very issue...) but there are work arounds.
    If the LoV is a static list it's fairly easy. Just use the following formula:
    IF {?ParameterName} = "YPES_AREA.ANPR" THEN "Andhra Pradesh Circle" ELSE
    IF {?ParameterName} = "YPES_AREA.ASSM"THEN "Assam" ELSE
    IF {?ParameterName} = "YPES_AREA.BIAR" THEN "Bihar" ELSE
    IF {?ParameterName} = "YPES_AREA.CHAI" THEN "Chennai" ELSE
    IF {?ParameterName} = "YPES_AREA.CHRH" THEN "Chattisgarh" ELSE
    IF {?ParameterName} = "YPES_AREA.CORP" THEN "Corporate" ELSE
    IF {?ParameterName} = "YPES_AREA.DLHI" THEN "Delhi & NCRs Circle" ELSE
    IF {?ParameterName} = "YPES_AREA.EAST" THEN "East Region"
    If your LoVs are dynamic it's a little trickier... and I've never tried it using a data warehouse...
    but I've always done it using a separate SQL Command. Something along these lines
    SELECT
    FieldUsedInTheDescription
    FROM TableName
    WHERE FieldUsedAsTheValue  = {?Parameter}
    Still pretty simple as long as the parameter only accepts a single value.
    If the parameter accepts multiple values you need to use a sub-report.
    HTH,
    Jason

  • Multi selecter prompt issue

    Hi All,
    **Below issue i faced in OBIEE 10.1.3.2** but
    In my Dashboard page i have created a Multiselecter Prompt and i have selected more than one values in prompt.
    While exporting the dashboard page into PDF format the PDF showing only one value from Prompt instead of all values.
    Example:
    i have COUNTRY Prompt(multi Selested Prompt).
    User selected two countries country1,country2 while exporting dashboard page into PDF format.
    PDf showing only one value.
    Thanks Advance

    Now, i got your question...
    I had the same issue, in my previous project... i found that issue is because of: some special character values it's containing.
    I written Logical SQL for prompt: (try these SQLs)
    SELECT DISTINCT Table.ColumnName FROM SubjectArea WHERE Table.ColumnName not null
    OR
    SELECT DISTINCT Table.ColumnName FROM SubjectArea WHERE Table.ColumnName not in (' ')

  • Date Prompts Issue using Calender and Presentation Variables

    Hi All,
    This is what the requirement is...
    I need to create a two prompts (from_date and to_date) on a date column so that I can filter the data using a between condition. This is how I am doing
    I have created two prompts (edited the formula) and passing the values to two presentation variables var_from and var_to. And in the report I am limiting the request on the using between operartor for both the presentation variable. Everything is working fine but the issue is that I need to display var_from and var_to in my report also.
    I am referencing both the variables as '@{var_from}' and '@{var_to}' but I am getting both the columns as blank. I am really not sure why I am getting blank values for both these columns only when I am able to filter my report successfully on the basis of date values in the prompts ...
    Just to metion ..in my database I have values in the format m/d/yyyy only. Hence I am able to use the calender successfully
    Any help on this would be much appreciated...
    Thanks
    -Ronny

    Ronny,
    Are you seeing blanks in answers ? Id expect this, but on the dashboard, when you set the filters , you should see the values coming through?
    You can extend the syntax of the pres variable and provide a default value, so when working in answers you can see what it looks like,
    something like @{var_from}{'01-Jan-2010'}
    Also you can reference the variables in the title, subtitle or narrative views if you wish.

  • Parameter Prompt Issues - Crystal 2011

    I have been using Crystal reports 2011 (14.0.0.760 RTM) for several months. About 3 weeks ago when I attempt to run any report that prompts for parameters (i.e. dates, dept, user names etc) the prompt shows up as a white blank page. Is this related to a java issues? Am I in need of a patch?

    Hi Tet,
    You need to set the paramters in your VB app.  Any parameters you do not set will get prompted for. 
    If you are setting them but still getting prompted, make sure you are not using the Refresh method because that will cause the report to prompt for the parameters again.  Same as in the Report Designer and you go to refresh the report you get prompted to use the current parameters or to discard them. 
    Hope this helps,
    Brian

  • Password Prompt issue in File share permission from domain joined PC

    Hi All,
    we are facing a wired issue that if a user tries to share a folder in a PC (already a local admin of the PC or domain admin) prompts for the domain password to search the users from domain.
    anybody gone through this?
    thanks.

    Hi,
    I would like to confirm what is the current situation? Have you resolved the problem?
    If there is anything that we can do for you, please do not hesitate to let us know, and we will be happy to help.
    Regards,
    Mandy
    If you have any feedback on our support, please click
    here .
    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.

  • Adobe Air and iOS 7 microphone prompt issue

    I have read numerous posts that the latest versions of Adobe Air 3.9 Beta is supposed to resolve the issue of iOS 7 apps prompting for microphone access. However, I am still encountering this error.
    Am using
    Adobe AIR: v3.9 Beta
    Adobe Flash CC: v13.0.0.759
    OS: Windows 7, 64bit
    The app has audio but does not require microphone access. Please advise how to fix this!!
    Thanks!!

    Did the official 3.9 release help at all?

  • Barge-In On Prompt Issue?

    Has anyone ever seen/fixed an issue where I set barge in to Yes on a prompt of a menu, the input is press 1 for "yes" press 2 for "no", but if I am talking during the prompt or there is any noise, its seems as though the barge in feature kicks in, and the script asks me if I am still there?  Why would talking/background noise cause the barge in feature to trip?  I thought it was only DTMF tones.  The barge in is required by the group requesting the script, so I need to see if anyone can assist.   Any thoughts/suggestions would be greatly appreciated.
     

    Yes, I am using Nuance.  There is a mixture of menus asking for DTMF key presses, as well as a part of the code that allows the caller to speak (ASR), it seems as though ASR being in the script causes any background noise during a menu/prompt playback to get interrupted, hence breaking the script.
    This will happen at any location in the script as long as ASR is involved.  Under the application trigger, the override media termination is set to "yes", and MRCP ASR GROUP #1 is above default (allows the ASR portion of this script to work).
    So for example:  The script starts with a welcome message (no barge-in), then the next menu states Press 1 for x Press 2 for y, with barge in set...if I am talking while the prompt is playing asking me the press a button, barge in kicks in even though I haven't pressed any keys. I don't want this portion of the menu to use ASR, so having them say the number will not work.  The ASR comes into play later in the script.
    Thanks all!

  • Start Date,End Date prompt issue

    Hi
    I have a problem for prompts related to start Date and End Date selection i.e
    Start Date                   End Date
    01-Jan-2007                 31-Jan-2007
    01-Jul-2008                  31-Jul-2008
    The issue is if the user select the Start Date from a list of values(prompt) the End Date LOV's should appear only from its related Start Date i.e
    If Start Date is selected as 01-Apr-2007 then End Date LOV's should start only from 30-Apr-2007
    and the End Date LOV's should be seen only for the next 12 months i.e only till 31-Mar-2008
    Please suggest me how I can resolve this prompt issue

    hi there,,
    you can not do that at the prompt form
    coz every prompt is independent from the other.
    good luck
    Amr

Maybe you are looking for