Force users to enter a value for a parameter.

Hello

I have a report with a bunch of settings and I want to force the user to enter values for both parameters between each of them. As for example when the user does not select values for these 2 settings it should get a dialog box saying "Please enter the value parameter xyz" or something like that, that will force the user to enter a value for the parameters until he could see the report.

Please let me know if BI Publisher can do this.

Thank you
DY

You can not do this currently. BI publisher does not apply to any control.

You can take a look and see if you can try something mentioned in the blog post: http://blogs.oracle.com/xmlpublisher/entry/good_ol_fashioned_debugging

Thank you
Bipuser

Tags: Business Intelligence

Similar Questions

  • UDI-00014: invalid value for the parameter, "remap_tablespace".

    Hi all

    Windows 2003 Server
    Oracle 10g

    I'm doing a reorg, so I droped and recreated the schema. No w I want to import my datapump schema export, but it gives me an error:
    UDI-00014: invalid value for the parameter, "remap_tablespace".

    Here is my script:
    Impdp patterns of name of user and password = siebel directory = dpdir dumpfile = logfile schema_exp.dmp = schema_imp.log remap_tablespace = SBL_DATA:SBL_DATA, SBL_INDEX:SBL_INDEX State 60

    What I'm doing wrong, it makes me crazy, please help

    Published by: user11211037 on December 6, 2009 00:54

    Syntax and Description

    SCHEMAS = schema_name [,...]

    If you have the IMP_FULL_DATABASE role, you can use this parameter to perform a schema mode import by specifying one single schema other than your own or a list of schemas to import. First, schemas were created (if they do not already exist), including the system and the role of subsidies, the history of password and so on. Then all the objects contained in the imported patterns. Unprivileged users can only specify their own schemas. In this case, no information about the schema definition is imported, only the objects it contains.

    Hope you are clear.

    Concerning
    Asif Kabir

    -Mark your answer as correct/useful.

  • In javascript, how can I open a dialog so that the user can enter the value of a variable?

    I'm working on a script that will be used for many images, all of them using the same format (size of the image, layout layer, etc.).

    All of these images will have a text layer, and what I want is to have the script modifies the horizontal length of the text layer (horizontal percentage scale), it decreases so that all the text appears on the screen, where there is too much of it.

    But the text may vary from image to image, and what I want is for the script to display a dialog box have been that the user can enter text that will be on the text layer and scaled down.

    Is this possible?

    If you want the user to enter then adjust the text while your script is running, here's a way to do it.

    var typeLayer = activeDocument.activeLayer;
    var type = typeLayer.textItem;
    var t = prompt ("Enter text" , "new text");
    type.contents= t;
    transformLayer();
    
    function transformLayer() {
         try{
         var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
        desc.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );
            var desc1 = new ActionDescriptor();
            desc1.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Rlt'), 0.000000 );
            desc1.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Rlt'), 0.000000 );
        desc.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc1 );
        desc.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Prc'), 100 );
        desc.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Prc'), 100 );
        desc.putBoolean( charIDToTypeID('Lnkd'), true );
        executeAction( charIDToTypeID('Trnf'), desc, DialogModes.ALL );
         }catch(e){}
    };
    
  • Enter the value for the data files:

    Hi all
    I use 10.2.0.1.0
    I have a tablespace "hg" with two data files.
    whenever I use after an order to drop this tablespace I hv asked values for data files
    Welcome is:

    SQL > drop tablespace hg, including content and data files;

    SQL > drop tablespace hg, including content and data files;

    I have two data files to the tablespace named as hg.dbf, hg1.dbf

    now what I hv value to enter? or how to calculate the value.


    Thank you

    Honey says:
    Yes I know its 'AND' but when I using the '&' then oracle asked me of ' enter the values of the data files: "k".
    Please try first, then the calculation of the value.
    It can be a variable binding value.
    If you find the answer please suggest steps

    Simple words, the "DROP TABLESPACE" command does not support '&' character. & is a substitution of placeholder for SQL variable * more.

    Even if you provide the value for the "data files" prompt, the command does not work as it would lead to "drop tablespace including contents tsname *"details of your file *.

  • Is there anyway for a customer/user to enter a price for a product?

    I want to know if it is possible for a customer to conclude their own price a product and buy it?

    For example, a user comes from a Web site to make a donation, they could choose a pull down a price range, a jQuery slider or just enter the price in a field and hit add to cart or buy now.

    Can this be achieved with BC?

    Not through e-commerce processes and products that you would have to have a product with 0.00 value and attributes including the value added to it.

    Payment gateway without welding and web custom form with javascript to change the quantity would be the way to go for donations.

  • How can I force users to enter the particular format?

    I am using Livecycle Designer ES2 ships with Acrobat X Pro.

    I have a form where the field is calculated from the date of birth field.  The date of birth field (DDN) is a date/time field.  Age (Age) is a numeric field.

    Problem is: when the user enters on 01/01/01 shows age as 101.  When the user between 01/01/2001 age shows 1.  All models are set to dd/mm/yyyy.  Is it possible to forbid the user to continue to the next field until the correct format is entered?  I am open to all ideas that will achieve the result desrired.  I am new to livecycle and javascript.  I suspect an easy solution, but I can't seem to find during research, forums, or the help of LD menu.

    I have attached the script to the field where it is useful.

    Age::calculate - (JavaScript, client)

    var ageInYears = 0;

    Date of birth of var = new Date();

    If (DOB.rawValue! = null)

    {

    Get the current date and convert date entered by the user to a Date object.

    var curDate = new Date();

    birthDate.setTime (Date.parse (DOB.editValue));

    Define the initial age, current year - year of birth

    ageInYears = curDate.getFullYear () - birthDate.getFullYear ();

    If we have not reached the month of birth and yet, not even 1 year more...

    If (curDate.getMonth (), birthDate.getMonth ())

    -ageInYears;

    If this month is the same as the month of birth, but we have not reached the

    date of birth and yet, not even 1 year more...

    If (curDate.getMonth () == birthDate.getMonth ())

    If (curDate.getDate (), birthDate.getDate ())

    -ageInYears;

    Age of the value in the result field.

    this.rawValue = ageInYears;

    }

    In the output event from the date of the birth box set (in formcalc):

    If (Date2Num ($.formattedValue, "MM/DD/YYYY") == 0) then

    $=""

    endif

    then under object > value just make sure you put a message in the 'Message Validation model"saying something like:"enter the date in the format MM/DD/YYYY ".

  • null value for the parameter in quesry

    Please help on this problem:

    I have a query like

    Select colA, colB
    from tableA
    where cola =: parameter;

    If: parameter has a value, then the request is ok for my pupposes,
    but when: parameter is null, then I have to choose only 3 values of colA. (ColA has more than 3 distinct values)

    I can't use nvl because there are 3 arguments and no 1.

    I tried:

    Select colA, colB
    from tableA
    where (: parameter is not null and colA =: parameter) or (: parameter is null and colA (1,2,3))

    but this isn't the solution.

    Can someone help me on this simple query?

    Your version must have worked as long as you have no other filter criteria in the where condition.
    Need you some parentheses around the OR condition. So I don't know what was the problem with your solution.
    BTW: There is a ') ' missing at the end, but I guess that it's just a typo while copying the code on the forum.

    The following alternative works:

    select colA, colB
    from tableA
    where colA in (nvl(:parameter,1) ,
                 nvl(:parameter,2) ,
                 nvl(:parameter,3)
                 ) ;
    

    Advantage: Can be faster in the case of null, because it can always use an index on the column of cola.

    Published by: Sven w. on April 13, 2010 15:26

  • view the default values for the parameter.

    I've been messing around with my diagrams display today putting up my system bi-ecrans on my T61 running XP and I said accidentally spend only between the two regimes, and now I can't cancel it. Can someone help me?

    It is only switching when you press fn + f7? You should still be able to run deirector presentation of the start menu

  • How to restrict user access to must enter a value in the mandatory fields

    Greetings!

    I had a personal information form. I want to restrict the user to enter values in all areas of mandatory for example fields (username, date of birth, etc.)
    How to limit the search user must enter a value in the mandatory fields

    Create dynamic actions for each of the fields, or you can create javascript.
    for example create dynamic action 1 with event as tune-up losing select the item and the condition as NULL and action as alert and type the message you want to display in the text section.

    Thank you
    Mehabub

  • the user is not able to use the keyboard to enter the value in 'overview perspective'

    All our EN indicates that the user cannot enter any value in 'overview perspective'. They must expand the dimension and choose what they want.

    Is there a way to allow them to enter the value they want to see?

    I followed the oracle solution is to disable the "'enable screen reader support" in preferences of FR. Log out and log back in, but it still doesn't ' work. "

    Someone at - it meet this problem before?

    Thank you

    Kim.

    I have the same problem and when I click with the right mouse button in the dialog box update, it works. I think it's a browser problem.

    Concerning

    Altair

  • The user to enter text if force controls checkbox YES

    I created a form with YES and NO box.  If the user selects YES, they must provide written reason.  Is there a way to "force" users to enter text in the text box if they check YES?

    Thank you

    Toyro

    Take a look at the attachment. It contains simple logic to encourage the filling of form based on a selection of 'yes '. There are different ways to approach this issue.

    Steve

  • To pay Paypal now option is possible to allow the user to enter the amount of the payment rather than having a predetermined amount?

    I ask that my client, which provides a service to a Paypal button where a customer can enter any amount of the payment. The button pay now seems to require a fixed amount. When the user clicks on the button pay now Paypal window will appear showing a payment instruction that is not editable. Appreciate any suggestions, thanks

    In the options of the Paypal button, you can select 'Gift' and add your own button image, if you wish.

    Visitors will be redirected to the paypal site where they can enter any value for the quantity they want and process the payment.

    Thank you

    Sanjit

  • Display of a user name, but the sending in the value of the parameter username

    Hello

    I have a parameter named User and I need the column of user names from the drop-down list, but I need to send the value of username corrsponding to my settings. Please let me know if there is a way for this publisher of BI in.

    Thank you
    DY

    When you create a list of values for the parameter, your sql should have two columns in the select statement:

    Select user_name as name, user_id ID
    from table_name

    Name appears but user_id is returned. -Change the sql as required.

    Create the User_ID parameter (let's say it's ID), then use the created list.

    In your datamodel, you can filter by User_ID as: select * from table where user_id =: User_ID

    Hope that helps.
    Bipuser

  • Enter the value of customid

    In my PlSql Developer command window, I try to run this script:
    UPDATE RbsListUrls SET
           URL = URL || '?key=[%key%]&customid=plt';
    but when I run it displays messagebox and request "enter the value for customid.

    1 will be Sql * Plus also raises this question in Messagebox?
    2. How can I avoid this box?

    Yes, you will be asked in SQL * more also.
    Try this one... you can avoid putting & quotes to escape its meaning

    UPDATE RbsListUrls SET
           URL = URL || '?key=[%key%]'||'&'||'customid=plt';
    
  • The Null value as the default value for an input to a stored procedure parameter

    Hello

    How can we set the default values with the NULL value for the parameter in a stored procedure.
    create or replace procedure emp_proc ( p_test_input in varchar2
                                                        p_emp_id in number,
                                                        p_emp_name in varchar2,
                                                       p_manager_id in number )
    as
      begin
       if ( upper ( p_test_input ) = 'I' )
       then
          insert into emp
          values      ( p_emp_id  ,p_emp_name ,p_Manager_id,sysdate );
       elsif ( upper ( p_test_input ) = 'D' )
       then
          delete from emp
          where       emp_id  = p_emp_id;
       else
          dbms_output.put_line
             ( 'Please input ''A'' for ADD or ''D'' Delete  EMPLOYEE'
             );
       end if;
    end;
    As described above if I want to delete only the functioning

    I want to call this procedure without pass additional parameters.
     EXECUTE  emp_proc('D',1010);
    Published by: Rede on May 28, 2010 12:21

    Published by: Rede on May 28, 2010 12:22
    create or replace procedure emp_proc ( p_test_input in varchar2,
                                                        p_emp_id in number,
                                                        p_emp_name in varchar2 default null,
                                                       p_manager_id in number default null )
    

Maybe you are looking for

  • I have no Place > cavalier option on Ultiboard full edition of 14.0. Is this correct?

    I worked with Ultiboard for many years and have always taken place > feature of rider. I used ultiboard for many years and have always used it. I have recently uploaded to the version 14.0 and was about to use this tool tonight but I am unable to fin

  • Zoo Tycoon 2 game does not load. used to load correctly

    Tycoon 2 Zoo with marine mania, African adventure and endangered species. the game does not load. reinstalled and still does not load. I get the splash screen saying play when I put the disc in but when I click on play nothing happens. Ive got 32 bit

  • Sending of Tablet is no longer available

    When I want a zip file, I click with the right button on the file and select "send to", but the option of Tablet is no longer an option.  How can I get this option?

  • Problem loading qml. Toast of system is not a type

    Button { id: login_button horizontalAlignment: HorizontalAlignment.Center text: "Login" objectName: "login_button" onClicked: { myQmlDialog.show(); } attachedObjects: [ SystemToast { id: myQmlToast body: "No network connectivity!" onFinished: { } },

  • Windows 8 Adera do not play videos

    I have Windows 8 and downloaded Adera very well. I was able to play the episodes ONLY after uninstalling ATI video driver and using the windows default 8 a (I have ATI Radeon HD 4850), but even so, the video NEVER play. There is just a black screen w