Mandatory Prompt error in Polestar

Hi
while  creating Information space adding objects ,if we are adding mandatory prompts then it is displaying error as:
Failed to retrieve list of values
One or several mandatory prompt inputs are  missing.
For promts other than promting for list of values it is not displaying error
we are currently checking with efashion database and later on we will check with BW datasorce also
Kindly let me know
Regards
Gaurav

you get this at the Webi?
check the code very good,
its working fine with me here, the same steps i told you.
column1 In @prompt('Enter value(s) for col1:','N','Folder 1\col1',Multi,Free,Persistent,{},User:0)
are you sure you saved and re exported the universe??
good luck
Amr
Edited by: Amr Salem on Sep 25, 2008 10:56 PM

Similar Messages

  • Mandatory Prompt not working in crystal report

    Hi,
    I do know that there is a option to make the prompt mandatory in the prompt selection window by making "Optional Prompt:False" in crystal 2011.If this is the case then report should not run when values are not entered and OK button is clicked in the prompt screen.But sill the reports runs but gives no data.
    The report should not run when prompt is not entered.Is there a way to achieve this?

    Hi Sahana,
    If the mandatory prompt is a string paramater it will run without entering a value.
    You have to use the Edit Mask option.
    In your case you can use A as an Edit Mask character.
    1. On the View menu, click Field Explorer.
    2. Select Parameter Fields
    An edit mask can be any of a set of masking characters used to restrict the values you can enter
    as parameter values (the edit mask also limits the values you can enter as default prompting values).
    You can enter any of the following masking characters, or any combination of them:
    • "A" (allows an alphanumeric character and requires the entry of a character in the parameter
    value).
    • "a" (allows an alphanumeric character and does not require the entry of a character in the
    parameter value).
    • "0" (allows a digit [0 to 9] and requires the entry of a character in the parameter value).
    • "9" (allows a digit or a space, and does not require the entry of a character in the parameter
    value).
    • "#" (allows a digit, space, or plus/minus sign, and does not require the entry of a character in the
    parameter value).
    • "L" (allows a letter [A to Z], and requires the entry of a character in the parameter value).
    • "?" (allows a letter, and does not require the entry of a character in the parameter value).
    484 2012-03-14
    Parameter Fields and Prompts
    • "&" (allows any character or space, and requires the entry of a character in the parameter value).
    • "C" (allows any character or space, and does not require the entry of a character in the parameter
    value).
    - Nrupal

  • 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.

  • 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

  • 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

  • Enforcing a mandatory prompt in BI answers

    We have reports that have several prompted fields in answers. Some of these fields required fields. Is there a way (other than setting default values) to enforce a mandatory prompt?

    In the report, click on the Prompts tab and create a column filter prompt
    Uncheck the 'Allow User To Skip Prompt' checkbox. This will make it mandatory for the user to select some value

  • Dynamic mandatory field error message is not getting displayed in webui

    Hi,
    In Appointment if the importance is HIGH i made Location as mandatory.For this i enhanced BT126H_APPT/ApptDetails. In the get_p_location() method of BTACTIVITYYH i have written the code.
    Now the problem is Error message for this dynamic mandatory field is not getting displayed in webui.
    I debugged in DO_FINISH_INPUT error message is getting generated but it is not getting displayed in ui.
    Can anybody tell where the problem is?
    Thanks,
    Hari.

    Hi Hari,
    Really sorry do not know how to convert this nug file to text
    How ever quick solution for your problem would be just keep your validation in 'DO_VALIDATE_INPUT' method of the view controller.
    Means even if the User clicks on SAVE , Since it fails here , it would not allow you to go further.
    Thanks,
    Rajesh P

  • Mandatory fields error messages in HCM forms and processes

    Hi,
    This may sound to be a very simple problem but I am unable to get to the root of the issue and thus need an expert advise here.
    I have created several forms in the system out of which one is an OM form using SAP_PD service for create position. There are few mandatory fields in the form scenario such as
    TITLE
    ABBREVIATION
    EMPLOYEE GROUP
    EMPLOYEE SUBGROUP
    As expected, system issues an error message if these field are left out blank but the error message is generic for all the fields and is missing the field name.
    Actual Error Message
    Complete the required entry field ""
    Expected Error Message
    Complete the required entry field "Employee Group"
    Complete the required entry field "Employee Subgroup"
    However, there are couple of fields in the form scenario which issues a correct error message
    Complete the required entry field "Object abbreviator" (P1000-SHORT)
    I am unable to identify the difference between the couple of fields that issues a correct message and rest 20 other fields which doesn't.
    Regards,
    Murtuza Kharodawala

    No, if I enter all the mandatory fields on the form then there is no problem. It allows me to move ahead and submit the form successfully.
    As recommended by Siddharth, I tried debugging the message class and what I observed was it passes the complete_fieldname value as Personnel Subarea (I1008_BTRTL) and system expects it to be I1008-BTRTL.
    SAP as a fallback tries to read description from the table T5ASRFSCNFLDT but it has a_form_scenario as blank and complete_fieldname has a concatenated value "Personnel Subarea (I1008_BTRTL)" instead of "I1008-BTRTL".
    Not sure what am I missing which causes it to have this wrong error message.
    Regards,
    MK

  • 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.

  • Two Dates Prompt error

    Hi
    Obiee experts
    i have faceing problem in obiee. i have two colums
    1. Etl_start_date 2. Etl_end date
    when i try to create two date prompts one is etl_start date and etl_end_date. Here those columns data type is (DateTime).
    what is the my problem is i have selected to two dates ex:- Etl_start_date= 01-25-2011 and Etl_end_date= 01-26-2011 then i click go button it's showing below error
    date value was expected (received "2011-01-19 00:00:00").
    Error Details
    Error Codes: QABPH2PO
    2. i am try to using this function in the dashboard Prompt but control (calendar option its not showing dashboard prompt) - substring(EVALUATE('TO_DATE(%1,%2)' AS CHARACTER ( 30 ), C_SESS_STATUS.ETL_START_DATE_TIME, 'DD/MM/YYYY HH24:MM:SS') from 1 for 9)
    How to reslove this problem velp me please it's very urgent
    If you have any solution in this issues please send me my mail id
    [email protected]
    Adnvace thanks
    satya

    Follow this link
    Date Prompt using Calendar view

  • 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.

Maybe you are looking for

  • IS-IS not working on ASR903.

    Hey you all I have a very strange problem regarding IS-IS routing process on an ASR903 router, that I hope someone can help me with. I am trying to get IS-IS up and running between an ASR903 router and a ME3600X switch. Between the two boxes is a ser

  • Function Module to Fetch data of Vendor for Inbound Delivery at runtime

    Hi All, I am new to EWM. I am using BADI /SCWM/EX_DLV_DET_PROCTYPE method CHANGE_PROCTYPE to change process type of the inbound delivery as per some logic from a custom table. However the parameter Vendor is not available in IS_ITEM during inbound de

  • Can photoshop CC open raw files from Lightroom 5?

    Trying to open raw files from Lightroom 5 in Photoshop CC 2014, with no luck. Anyone?

  • How to create sales order Automatically with reference to contract?

    how to create sales order automatically through batch or online? can anyone please suggest what needs to be change in SAPMV45A program?

  • Captivate 4 Captions

    Hi all, I have just purchased Captivate 4 for the use of building scorm courses for my company's LMS. Could anybody help with the following 2 issues. 1. I have seen in some scorm courses (not created with captivate) that you can provide learning to t