check box assigns the value of the export of a dropdown list

Hello

I have a form where there are three drop-down lists (DD), each with several selections containing specific export values (products, therefore, drop 1 to lets say cars models, combo 2 has level of finish and drop 3A guaranteed). The value of exports is summarized in a "Total" box that shows the total cost for your car. This field uses a simplified notation DD1 + DD2 and DD3 field.

I want to add in a reduction box, so when the user selects they are exempt, VAT (checkbox) it takes only 20% of the price of the model.

So if checkbox = Yes, it calculates, DD1(-20%), DD2 and DD3.

I am struggling to find how to apply the discount to the value of export a DD.


Any ideas?

You will need to use a custom calculation script, like this (you will probably need to adjust the names of fields used in the code):

var v1 = Number(this.getField("DD1").value);
var v2 = Number(this.getField("DD2").value);
var v3 = Number(this.getField("DD3").value);
var discount = this.getField("VAT exempt").value=="Off" ? 1 : 0.8;

event.value = (v1*discount) + v2 + v3;

Tags: Acrobat

Similar Questions

  • value of the check box in the insert statement

    I'm hand-coding an insert from the insert record sb construction will do for this application. The values of several form elements are inserted into the fields in the table. The problem that occur is a checkbox value in the form. If the box is checked, all is well and the value is 'True' inserted in the appropriate database field. However, if the checkbox is not checked I get syntax error message. The reason being that, while are passed on to the fields with null null, the checkbox is not transmitted at all. This is evident when changing the method of the form to 'Get' for testing purposes. There is no reference to this field check box in the query string.

    My assumption is that this would require an If statement changing the value of the 'False' check box when the box is blocked. How I would go to this topic. With my knowledge limited to the ASP, I wrote the following, but it doesn't seem to work:

    < input name = "emailprob_mor" type = "checkbox" id = "emailprob_mor" value = "< % If Not (IsNull (Request.Form ("emailprob_cus")) then Response.Write"True") Else Response.Write ("False") End If % >" >

    When you use the boxes, it is better to separate your Request.Form statement and your insert statement:

    cbVal = '0 '.
    If (Request.Form ("emailprob_mor") <> "") then cbVal = Request.Form ("emailprob_mor")

    Then in your SQL statement:

    "& cbVal &"..."

    For your real HTML:

    "" ) then response.write(" checked='checked' ") %>>

    It is true that if the user does not check the box, then it appears as if there is no when it is submitted, that is the reason why he must be given a default value when the record is inserted.

  • Clear the check box in the new if invalid table line

    Hi all.

    I use JDev version 11.1.2.4.0.

    I have a table with 2 columns, which one of them is a checkbox. I want to clear this check box if the user inserts a newline invalid. So far, I have an EL expression in my field to disable: disabled = "#{viewScope.viewBean.disable}", where a Boolean variable disable is. "

    I put the variable Boolean true when the user inserts a line not valid, but I am not able to update the fields. The only way I can do this is to update the entire table, but then I lose the filters.

    For example, I want to do something like this:

    I have a VO employed with the salary attribute where the user can search/insert/update / delete. The user searches for all employees with > 30 k salary. Then, the user inserts a new employee, but he or she inserts one that's already in the DB. So, the line is not valid. I want to disable the all check box in my table WITHOUT losing the > 30 k search salary. If I update the entire table, the search has disappeared and all employees are shown.

    Any ideas?

    Edit: I also tried this approach, but I had the same problem with a refreshing existing lines: https://udayarocks.wordpress.com/2011/07/30/how-to-conditionally-enable-disable-the-column-contents-in-the-adf-11g-table...

    The transitional value will remain if it is added to the OS, not the VO.

    Timo

  • If else check box in the table does not properly

    I'm new to this forum and hope someone can help me with that.

    I created a dynamic array and I have 2 types of boxes.

    One is a check box for the individual lines that fills a value in a cell. Otherwise, it will be zero.

    Another is a master checkbox that activates the check all lines and value box

    Problem statement:

    When I click on the master check box, every individual is selected. However, the value of the cell is incorrect. Value of all the rows is based on the value of the first row.

    Here is my code:

    Master Checkbox (using the formcal in click):

    If (CheckBoxAll == "1") then

    Table.Row1 [*]. CheckBox1 = "1";

    Table.Row1 [*]. Cell4 = table.row1 [*]. Cell2;

    on the other

    Table.Row1 [*]. CheckBox1 = '0 '.

    Table.Row1 [*]. Cell4 = 0;

    endif

    Check box for the individual line (using the formcal in click):

    If (CheckBox1 == "1") then

    Cell4 = Cell2

    on the other

    Cell4 = 0

    endif

    Otherwise, I tried to turn the master value of the box fill off & put a validation in each line instead. This time it works! but it kept prompting a message for each rows whenever I unchecked the box: "the value of Checkbox1 is not valid.

    Here is my code:

    Master Checkbox (using the formcal in click):

    If (CheckBoxAll == "1") then

    Table.Row1 [*]. CheckBox1 = "1";

    on the other

    Table.Row1 [*]. CheckBox1 = '0 '.

    endif

    Check box for the individual line (using the formcal to validate the event):

    If (CheckBox1 == "1") then

    Cell4 = Cell2

    on the other

    Cell4 = 0

    endif

    Appreciate all the help that I am at a loss as to why the tis error occurs and how to solve it.

    Thank you!

    Hello world

    I managed to find a solution to my problem. I write for the benefit of any1 facing the similar problem.

    I changed formcal to Javascript.

    Master box (Click event):

    vRows var = Table._Row1.count;

    for (var i = 0; i)

    {

    If (this.) RawValue is "1")

    {

    xfa.resolveNode ("Table.Row1 [" + i + "]"). CheckBox1.rawValue = "1";

    xfa.resolveNode ("Table.Row1 [" + i + "]"). Cell4.RawValue = xfa.resolveNode ("Table.Row1 [" + i + "]"). Cell2.RawValue;

    }

    on the other

    {

    xfa.resolveNode ("Table.Row1 [" + i + "]"). CheckBox1.rawValue = "0";

    xfa.resolveNode ("Table.Row1 [" + i + "]"). Cell4.RawValue = 0;

    }

    }

    Another point to note, it only works for the table of data binding. If the row in the table has been created original, somehow the Table._Row1.count does not work. It detects that the value = 1.

    Thanks to all who tried to help me!

  • Firefox crashes in typing or by clicking check box or the radio button, even with all the plugins / extensions removed. Check with many types of malware scanners.

    Firefox crashes in typing or by clicking check box or the radio button, even with all the plugins / extensions disabled, then deleted. Sometimes it hangs for five minutes. I checked the PC with several types of scanners of evil-ware, but none to be found. All hidden and deleted cookies, all DELETED & extension plugins. Remove all instances of Firefox PC and registry, then restored to bookmarks. The only thing that I did not is to remove and reinstall not my favorites.
    Windows Vista (yes I know) and FF 13.0.1

    Try disabling hardware acceleration in Firefox.

  • Conditionally Enable and Disable select any check box in the report position only?

    4.2.1

    THM: 2

    Hello

    I have a classic report with an apex_item.checkbox2 as the first column. I also had to add a "Select all" check box in the header. I did it by adding this to the column header

    < input type = "checkbox" onclick = "$f_CheckFirstColumn (this)" / > "

    However, there is a requirement where in I need to disable this "topic" check all (line remain) when a certain field is not filled.

    For example: P2_fLAG which is a page element is null, then select it title all the checkbox should be disabled.

    Is this possible?

    Thank you

    Ryan

    ryansun wrote:

    This bump. Wondering if anyone has done this before?

    A took a look yesterday. May have the time to finish today.

    In this page if F1 and F2 are null and the user has selected "Select all" and click on the button. A message to standard error or alert apex must be indicated, asking the user to fill something in the fields F1 or F2.

    I think that the idea first of activation and deactivation of select box everything is the best approach. Always better to prevent the user from doing something than to allow them to do it and then tell them they can't.

  • Select the check box for the table of the ADF

    Hi all

    I want to add the check box in front of each line. The user will select the row by clicking the box and going to treatment by clicking on a button.

    I just almost all possible discussions on OTN.

    What I've done so now
    1] added a transitional Boolean attribute in my VO. added as a selectBooleanCheckbox in .jspx page.
    [2] a button with backing bean that will do the processing. [He will pick up the attributes of all ranks and be written in a file]
    [* 3] it works fine if I use the default option of line by Ctel selection + A, or by pressing Ctrl + click or SHIFT + arrow key. Backing bean is not the issue.*
    [4] try to intercept the TableSelection Listner also.

    It comes

    When I select the check box, only the last selected line is processed and not all lines. How to make the selectable online by clicking on the checkbox.

    I use JDeveloper 11.1.1.5

    Refered links
    http://www.gebs.ro/blog/Oracle/Oracle-ADF-row-selection-using-checkboxes/
    http://technology.AMIS.nl/2010/07/29/ADF-11g-select-all-rows-in-an-ADF-table/
    http://Sameh-Nassar.blogspot.nl/2009/12/use-checkbox-for-selecting-multiple.html
    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/99-checkbox-for-delete-in-table-1539659.PDF

    Mukesh.
    https://www.dropbox.com/s/1gqsaobgyjycie6/AddDeleteEmployees.rar
    
  • check box use the temporary Interface as a derived Table

    Hello
    in some guides and oracle websits, they want to check the box use the temporary Interface as a derived Table (Sub-Select).
    but the topology and datastor KM or target, I can't click on it...
    is - anyone know why? what setting I need to change?

    reason
    I want to create a temporary interface to use as a source.
    MySQL-> temp. interface-> join oracle of temp table. interface.

    Thank you..
    Michael

    Hi michael,.

    When you create a temporary interface, an interface in which the target data store does not exist, you can then use this temporary interface as a source in a different interface. Once you add the temp as a source interface on the mapping tab, select the temporary interface. You should see the check box in the Properties window of the Source to 'Use the temporary Interface as a Derived Table (Sub-Select)'. To use the code integrated into the interface of temp, check this box. The code will then be added as a subselect for this interface.

    See this post for more details: http://www.rittmanmead.com/2011/06/odi-11g-new-mapping-and-interface-features-part-1/

    Enjoy!
    Michael R.

  • Check box in the report header

    Hi all.
    I have a simple question, but couldn't find the answer myself.
    I need to create the check box in the report header and clicking on it to check all lines.
    Something like in this example ] of Denes Kubicek.
    And another question: How can I do this in interactive report?

    Thanks for your replies.

    Hello

    Go to the attributes of the report of the report and in the header field, add...

    
    

    Also, make sure THAT SQL the source in your area has a column of the box...

    select
    APEX_ITEM.CHECKBOX(1,COLUMN_HERE) "Check",
    .....
    

    I hope this helps.

    -Chris

  • Check box if the numeric field is equal to the value

    Newbie needs help!

    I am writing a script to check a box, but only after a numeric field adds up to "4".

    If you look at my attachment, "Student 1" has four check boxes (skills before the course, courses, etc.).  Each time that these boxes are checked/unchecked, the numeric field + or - 1 for the rawValue.  The script that I have problems with is on the box next to student 1...

    Here's the script of 'calculate' attached to this box:

    If (stu1_results.rawValue == 4) {}

    CheckBox_stu1.rawValue = true; Select the check box

    else {}

    CheckBox_stu1.rawValue is false; Clear the check box

    }

    Any advice would be great!

    Mike Schaefer

    (blinkyguy)

    There were two things wrong with your code. Logically, it was fine, but you have been mixing an entitled, declaration of the NTS and a comparison. In an if statement if you wantt o compare two values that you need two equal signs. If you want to assign a value to another, you need a single equal sign. Who was number one. The second is when you assign the value of the checkbox. The power values are 1/0 not true/false. So, you can either modify your code to assign a value of 1/0 instead of true/false or modfiy the box to the true/false as values instead of 1/0.

    The code should look like this:

    If (stu1_results.rawValue == 4) {}

    CheckBox_stu1.rawValue = 1;

    } else {}

    CheckBox_stu1.rawValue = 0;

    }

    Paul

  • Formatting check box for the conditional statements in Adobe Acrobat format, form editor

    I'm looking for the format I should use boxes in Adobe Acrobat Pro XI, forms, Java Script Editor.  I am very familiar with this, as well as the use of the IF / AND statements.  I'm NOT using LiveCycle.

    Algorithm:

    -If either CB1 or CB2 are checked, then empty, equal

    -Si CB2 is checked then equal "N/a".

    D ' other...

    I don't know how I should be charged the formula.  I was also curious, I noticed in the properties of the box that the value of exports could be retained.  I've seen different variables, including here, Yes, 0, 1, True, etc.  Will there be an impact on the code?

    var v1 = + this.getField ("Check Box1") .value;
    var v2 = + this.getField ("Check Box2") .value;

    If ((v1 == "") & (v2 == "")) event.value = "";

    ElseIf (v2! == 'Off') event.value = "n/a";

    else event.value = ("... ») ;

    Any help is greatly appreciated.

    -Yes, of course. If you change the value of the export of the boxes - and then you have to adjust your code accordingly to take into account.

    -The value of a checkbox that is unchecked is always "Off".

    -When you add the symbol '+' before this.getField("XXX").value you want to convert it to a number. That doesn't look like a good idea in your case, then you should drop.

    -L' Boolean AND operator in JS is &, not &.

  • Can a checkbox State (true/false) another State (different) check box in the control?

    Hello

    I am trying to find the answer in the internet and here in the support forums, but so far without success.

    So, I was wondering is it possible to make a CheckBox control (checked/unchecked) other (different) box in the same table.

    Lets say I have a list of items to take on the assignment in the field (in separate lines) in my checklist. Some of these items will be check together so that both can work as one.

    For example - gas generator and fuel tank:

    You can check the box next to "gas tank" if you need to take only,

    But if you check 'gas generator' numbers should automatically check the "fuel tank" so I remember to take it as well to the generator.

    So, please help me with the formula if there is possibility to do so in the last app (OSX) number. Thank you.

    Hi Shkacas,

    Perhaps you might consider to penetrate your activities field trip.

    The elements required for each activity are in another table. You can 'hide' this table by moving (copy / paste) to another sheet. The formulas will adjust automatically.

    Formula in the Input Table C2 (and fill down)

    = IF (B2, CONCATENATE (Required::B2 elements ",", Required::C2, ",", elements Required::D2, ",", elements Required::E2),' ')

    Ignore the additional decimals in the result. These are refills for empty cells in the table of the required elements.

    Another example where insГЁrent the check boxes unchecked "" (NULL, empty)

    Kind regards

    Ian.

  • How can I activate a check box if the data have been entered in a different text field?

    Hello. I would use four check boxes on a form, each of which will enable (check) if the data have been entered in four text fields of form on a different page in the same form.

    Example:

    Page 1 will have a question like... How many apples did you eat last month? "Text1" = 3

    So, given that the user has responded to 3 in the field 'text1', "checkbox1" must now be verified on page 2.

    ... and so on for the other three.

    Note: The answers to the questions will be like a number. If the user enters 0 (zero), then I don't want the boxes to activate it. So, any greater than zero response will check the checkbox.

    Follow-up to question...

    Is it possible for a text field quite different form whether visible or not visible (default read-only text) based on the status of each check box mentioned above?

    Example:

    "checkbox1" will have a field of text next to it named "date1" with a date hidden. If "checkbox1" is checked (because of the above), then the date will be visible.

    ... and so on for the other three.

    Thank you very much!

    -You can use something like this as the custom of your text field validation script:

    if (event.value=="3") this.getField("checkbox1").checkThisBox(0, true);
    

    -Yes, but you shouldn't make it dependent on the box to check, but integrate it in the script above, like this:

    if (event.value=="3") {
        this.getField("checkbox1").checkThisBox(0, true);
        this.getField("date1").display = display.visible;
    } else {
        this.getField("date1").display = display.hidden;
    }
    

    If you also want to uncheck the checkbox where the value of the text field is not 3 then double online #2 but with the false instead of true value in the else block.

  • How to create check boxes in the BEEP patterns?

    I create BI Publisher model for use with Siebel. In the data flow, the values for Boolean fields are passed as Y or N.

    However if I put a checkbox in MS Word and give the field in the property, nothing happens at all.
    I tried to use conditional sections and the font Wingdings to display icons checked and unchecked depending on the value of the indicator. But, when the report is run to PDF, Wingdings cannot be used.

    At the exhibition of the field directly, it fills with "Y" or "N". However, we want to check boxes.

    Any ideas appreciated.

    Have you looked at this blog? If this is not the case, take a look.

    http://blogs.Oracle.com/XmlPublisher/2007/05/wherere_my_checkboxes.html

    Thank you!

  • To access the check boxes in the user interface programmatically

    Hi all
    I have the following usecase.
    1. I have a table that has 3 columns, first two columns are read only output of the label component and the third column is a checkbox.
    2. I have three lines in the table.

    Now:
    1. when a user selects the check box and click on a "submit" button I want to check that it should have selected at least one checkbox.
    2. for which I tried to access the table from the user interface programmatically, but it does not work.
    Is there a way I can access the values?

    Thanks in advance,

    Hello

    The box must be bound to an attribute line in the table is related to data collection. If yes then simply loop through the lines and check if the attribute has been set. For example, if each line has a "checked" property, so you can ensure at least a line "checked = true' in your action. To access the collection, you can use something like:

    Object initialRowKey = table.getRowKey();
    try
    {
        int count = table.getRowCount();
        for (int i = 0; i < count; i++)
        {
            table.setRowIndex(i);
            MyObject row = (MyObject)table.getRowData();
            if (row.isChecked())
            {
                // do something, set a flag to true, etc.
            }
        }
    }
    finally
    {
        table.setRowKey(initialRowKey);
    }
    

    The code above assume that you linked the table to your managed bean using the "required" attribute in the table.

    Kind regards

    ~ Simon

Maybe you are looking for