Mandatory Prompt in Webi

I am working on a standard BEx query where there is a mandatorty prompt(Cal Year/Month) set up at the BEx Designer.Now if run the same query I can see the mandatorty prompt(Cal Year/Month) in the BEx Analyzer but the same prompt(Cal Year/Month) is shown as optional at the Webi level.How can I overcome this issue.My user wants to see the prompt as Mandatory at the Webi level.Please let me know how to overcome this issue.

As suggested,
Go to Universe >> Filters >> See Prompt definition.
If you see <Optional> then remove it.
Or
Can you see, Apply on Universe radio button then check that.
I'm Back

Similar Messages

  • Can we have a Hierarchy in the Prompt of webi? promot as key-text?

    Hello all,
    Can we have a Hierarchy in the Prompt of webi? We are using Fund Center hierarchy and the user wants to select the top node to get all the nodes under it in hierarchies?
    Also along same lines can we display the Long text and Key ofthe FUnd center in prompt (hierarchy or not)
    Thanks in advance for all the replies.

    Hi david, Gowtham
    Thanks for the replies. I was able to get a hierarchy in the prompt. I created mandatory hierarchy variable in the bex query which is feeding the universe and it automatically came over as hierarchy. I am still not able to get how would you create cascade on same object, I understand the market and region (2 different object) example. So if you can please explain.
    With that said I still am not sure how you would display your prompt with description of objects rather than technical names. Any insight on that please?
    Thanks a lot

  • 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

  • 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

  • Dynamic Cascading prompt in Webi

    Is there a way either at Webi/Universe level to create dynamic cascading prompt in webi based on selection from first filter object.
    e.g. two objects, Region and Office.
    In webi, Region is the first filter, Office is the second.
    After user selects a Region, I want the second Office prompt values to display only the offices for the region that user's selected.
    Is there is a way to do? or a work round?
    If I just create cascading LOV, it will just display all regions and it's offices together.
    Thanks

    You try the below
    Go to the Office Property.
    Edit the List of Values for the Office object.
    Check the Automatic Refresh Before Use option.
    Click Edit.
    Bring Region into the Conditions and set it to: in list Prompt('What Region?')
    Click Save and Close
    Click Apply and edit the next LOV object.
    Save this Universe and let's generate a report.
    Now in the report you create the Prompt on Region. Prompt('What Region?')
    Have a look in to
    http://homepage.mac.com/rmetzk/PDF_Files/Cascading_Prompts.pdf
    Hope this may help you out.
    Edited by: srrachna on Apr 19, 2011 7:26 AM

  • Dynamice Prompt in Webi Report

    Hi,
    Is it possible to create dynamic prompt in Webi Report at Report Level.
    Regards,

    Ok if i get your question right: you want to create a date dimension in webi as a variable and use it as a prompt is it ? then NO. ur date dimension from example has to come as a universe object. bcos prompt is always at the query panel level and variables created at he report level are not visdible here.
    Thanks,
    Karthik

  • How do shutdown the weblogic server from the command line prompt using web logic 8.1

    I%u2019m currently using weblogic 6.1, but I will upgrade to weblogic 8.1. In weblogic 6.1, the following statements will shutdown the weblogic instance from the command line:
    java weblogic.Admin -url t3://hostname:port -username system -password abc SHUTDOWN
    How do I shutdown the weblogic server from the command line prompt using web logic 8.1.
    Any help will be greatly appreciated.
    Maria

    Maria <[email protected]> wrote:
    How do I shutdown the weblogic server from the
    command line prompt using weblogic 8.1?Greetings Maria! Use this document, located here:
    http://edocs.bea.com/wls/docs81/admin_ref/cli.html#1131733
    Hope this helps...
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Implementing caascading prompts using web elements

    I am implementing caascading prompts using web elements for two dropdowns PL and MPLl. If a value is selected
    from PL corresponding values are selected from MPL.
    I am using following code in sub report
    1) shared stringvar PL;
    if instr(PL, field1 + "|") = 0 then PL := PL + field1 + "|";
    2) shared stringvar MPL;
    if instr(MPL,"||" + field1) = 0 then MPL:= MPL + "||" + field1 + "|";
    if instr(MPL, field2 + "|") = 0 then MPL:= MPL + field2 + "|";
    3)
    shared stringvar PL:= PL[1 to length(PL)-1];
    shared stringvar MPL:= MPL[1 to length(MPL)-1]; MPL:= replace(MPL, "|||", "||");
    I am using following code in Main report
    1) whileprintingrecords;
    shared stringvar MultiSelectfont;
    shared stringvar PL;
    WESelectCascade ("Product_Line", PL, "Product_Line|MPL", {?Product_Line}, "ALL", true, "4.25cm", MultiSelectfont, "", "");
    2)whileprintingrecords;
    shared stringvar MultiSelectfont;
    shared stringvar MPL;
    WESelectCascade ("MPL", MPL, "Product_Line|MPL", {?MPL}, "ALL", true, "4.25cm",MultiSelectfont, "", "");
    PL has 3 values {ED,Motors, services} ED has 8 values for MPL, Motors has 2 values for  corresponding MPL and services has 2 values for corresponding MPL.  when ED is selected in PL dropdown it is giving 6 values in MPL drop down instead of 8 values.   when Motors is selected in PL dropdown it is giving 2 values in MPL drop down which is correct.   when Services is selected in PL dropdown it is giving 4 values in MPL drop down instead of 2 values.   2 values from services and 2 values from ED. i.e. First selection remaining 2 values are added to last selection i.e. services.
    Any Ideas appreciated

    what are the values of the 2 shared variables?
    i.e. if you un-suppress the formulae in the subreport that generate the 2 shared variables, then copy and paste using the Further Markup Possibilities > Markup/Result > code tags (to the right of the Message)  so that we can see the entire code.
    what could be happening is that there are duplicate values in the 2nd level...each value has to be unique. if they are not unique look into using the Ext (extended) cascading sets where a Display and a Value are used.

  • 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

  • Unable to see the Default & Mandatory prompts/variable  in Web i report

    Hi,
    We are building web i reports on top of Bex queries, we have some mandatory and optional variables declared in  our bex query in filters under default restriction
    These default mandatory variables/ prompts  are not seen in web i report
    Please help us in this concern.
    Thanks in Advance,
    Swaraj.

    Hi swaraj,
    Did you create an OSS message for this too? It is good to have these things under close observation.
    And which version are you on XI3.1 or BI4.0?
    For 3.1, only variables in the filter section (left pane) and are input ready will get generated as prompts in the universe.
    You can check this very directly by looking at the generated filters (hidden, mandatory on universe).
    For 4.0, When you create a WebI report on the BEx query, the prompts do pop up?
    So all ready for input, whether mandatory or optional are visible?
    Then you run the query, create your webI report and try to use it and the prompts for the BEx variables are not shown.
    If this is the case then you have the problem that the default values are 'saved' on the first execution and cannot be changed later on (because they cannot be purged, WebI just treats the prompt as 'answered' and it will not ask for it again.
    Planned to be delivered with patch 2.5 (not available yet) the behavior will be slightly changed, when you purge the data from a WebI document, it will also clear the defaults, thus triggering the prompting again...
    Hope this helps,
    Marianne

  • How to fill a prompt in webi with current date?

    A webi report is being generated on BEx Query.
    IN BEx query variables are defined for some date fields to prefill them with current date.
    Foe ex. there is license start date. For this field variable is defined so that in variable screen License start date is automatically filled with greater than or equal to current date(which is system date). WHich is a mandatory variable.
    On BO side, a webi report is being developed on a Universe (based on this BEx query).
    When the webi report is run, the license start date(mandatory variable in BEx) is automatically prompted, but date is not getting prefiiled with current date.
    How to prefill this prompt with current date?
    the prompt should be like
    LIcense start date >= <current date>

    Hi,
    Yes, it isn't possible to reference anything like 'Current Date' in the universe (like you would with a SQL data source).
    The solution I have seen recently goes like this, I don't know the exact details (so I might have some terminology wrong), but someone with ABAP skills should get what I mean.
    Assuming you want to filter on 0CALDAY.
    In ABAP, create a customer EXIT that calculates the current date as a number (so today might be 40651). Do the same for 0CALDAY.
    In the BEx create a formula variable that references each of those, then a Formula Key Figure (I forget the exact name of them) that's just the current day number minus the 0CALDAY number. This gives you the 'age' of that row of data.
    Your Webi report can then have a built in filter (or prompt with a default value) of, say Age <= 30. The report can be scheduled and will always run with the last 30 day's data.
    We actually did the customer exists to show the 'age' in months.
    Sorry I can't explain it any better, but it's working great for us.
    Hope that helps.

  • Date prompt in webi bex as data source....

    Hi,
    BEx query has a date variable. When this BEx query is executed in BW, the date variable shows correct results...
    Webi is built based on this BEx query which is using the BEx date variable. When Webi is executed,
    using this date parameter as afilter in the  webi report.
    when i am selecting the date filter it is giving all the data. i dont all the data the date filter is not working fine here in webi report .
    here is the date filter syntax can any correct this filteer..
    <FILTER KEY="[XCAL_RAN]"><CONDITION OPERATORCONDITION="Between"><CONSTANT TECH_NAME="@Prompt('Cal Month Mandatory From','A','Calendar Year/Month\LovCal Month MandatoryBase',mono,primary_key)"/><CONSTANT TECH_NAME="@Prompt('Cal Month Mandatory To','A','Calendar Year/Month\LovCal Month MandatoryBase',mono,primary_key)"/></CONDITION></FILTER>
    this is syntax im using plz correct me if i am misssing any thing...
    Regards,
    ravi...

    Hi Satish,
    we did generated keystore and certificate , as said predefined connection works, but SSO option running into error.
    we successfully configured AD SSO Kerberos , once we configure SNC, will do testing again and let you know. STS configuration steps also done.
    Thanks,
    Kris

  • Prompt in WEBI over BICS doesn't display values without searchin

    Hello,
    I'm using BI 4.1 SP04 over BW 7.3.
    Using BICS connection over a query, I'm trying to filter 0PRODH1 (material hierarchy).
    Tried to put variable inside the BW query for getting a prompt inside the WEBI, but I keep getting multi values (becasue same description shows up in 2 different keys), So I changed my prompt to the webi query-filter level.
    My problem is that while using prompt, The prompt screen that pops with the LOV, doesn't auto-refresh, furthermore it doesn't let you press the "refresh" button unless you type anything (asterisk covers it for getting all the values).
    Picture is attached for demonstration.
    It's kind of uncomfortable behavior, letting the user type asterisk(*) for displaying all values - It forces use of the keyboard.
    Any suggestions how to get a prompt with LOV to the webi, with auto-refresh(or at least abilty to press "refresh")?
    Thank you,
    Or.

    KBase 1748343 details the current expected prompt / list of values behavior.
    Mike

  • How to Create a Prompt in Web Intelligence

    Hi Experts!!!
    I am trying to create a prompt to get the value of one variable that i need in my webi report.
    This variable needs to receive its value when users are refreshing the report (like a prompt).
    Its important to say that this is a external variable, in other words i cant make reference to any dimmension or measure of my universe.
    I am trying to do this in my universe using the following sintaxis:
    - The name of my variable (the variable that has to be populated is Estacionalidad).
    - In the select of the editor properties of my variable i put this: @Select(Ratios\Estacionalidad)
    - In the where of the editor properties of my variable i put this: @Select(Ratios\Estacionalidad)=
    @Prompt('Estacionalidad GT','A',,,)
    But when i am analysing if my sintaxis is right, the universe designer show me the following message: "The analysis failed. incorrect deficinicon (unv 0023)".
    Do you have any idea how can i reach this item?
    My universe is based in a BEX query. I have BO XI 3.1 SP3.
    Ruddy Alvarado

    ralvarado ,
    In the universe create a condition object(By selecting the funnel radio button on the bottom left corner). and put your syntax like this
    @Prompt('Estacionalidad GT','A',,,)
    and now parse the object. this should work. if it is not referencing any table, it will throw an error but will surely work at the report level.
    Thanks,
    Karthik

  • Using @variable('BOLanguage') prompts in webi documents

    Hello,
    I am using @variable('BOLanguage') in the universe to handle multilinguism.
    Unfortunately, when running my webi document, the variable prompts whereas it is a BO variable.
    On top of that, let us suppose, I enter "test" as a value for this variable, when it is evaluated, the variable is evaluated as 'fr' or 'en' but not as 'test' which proves that this variable should not prompt.
    Does anyone have any idea about how to prevent 'BOLanguage' from prompting.
    Thanks in Advanced
    Sylvie

    Oh, ok that's interesting. I went back to find the documentation but couldn't find anything specific to BOLANGUAGE, just to @Variable in the Universe designers guide.
    http://help.sap.com/businessobject/product_guides/boexir31SP2/en/xi31_sp2_designer_en.pdf
    It mentions entering -var parameter at the command line when starting BO to get access to other variables, and the syntax to use for @variable. It also mentions language variables like 'Preferred Viewing Locale', but nothing about 'BOLanguage'. Anyway, looks like you have answered your own question.
    Thanks

Maybe you are looking for

  • Parsing XML from a socket that does not close

    Hi - I've seen similar questions to this already posted, but either they did not really apply to my situation or they were not answered. I have to read messages from a server and process them individually, but the protocol does not indicate the messa

  • 21-inch / 21" iMac Random Shut down

    Ok, I have a refub imac, mid 2011 model. I have random shutdowns, not often but they do happen. I have swapped out and replaced ram by three different OEM's chips. I am trying to get 12gb installed. I have been dealing with applecare support from the

  • Coding in actionscript 3.0

    hello, I have some questions about actionscript 3.0 : I have Flash 8.0 and downloaded Flash pro 9.0 preview supposed to compile as 3.0. I bought the excellent O'Reilly book actionscript 3.0 cookbook. For following the book's example, you have to down

  • How to hide fields in XD99 transaction

    Hi Experts , I got a requirement to hide some fields in XD99 transaction for specific user group, I tried creating transaction variant but it is not allowing me to create for XD99 and displaying error ''Variants are  possible  only for dialog  transa

  • Functional Analysis Required.

    I have a requirement  in which I need to write a functional specification for a program. I need to fetch the payer data which is having KNA1-ZZDTCESS value populated(Payer which are having this field value blank no need to fetch those payer).ZZDTCESS