How to calculate values that have a checked box beside them?

Hi people,

I'm new to Acrobat forms and have recently completed a complicated shape of the 7 page for a client and I'm very happy with it.

But the customer comes back with the following query:

They want checkboxes next to a series of values and, when a checkbox is checked, he added only makes TICK value. To show what I mean, please see the image below.

sample.jpg

So basically, there is a field at the side left (current monthly repayments) that cuts through all the values - in my example, this amounts to $50,00. Then, there is a field on the right side (repayments monthly future) to tally only values that have a checked 'yes' box to check next to them. In my example, this would produce a score of $20.00.

Does anyone know how this could be done?

Thank you

Sorry, that line must be:

CB = getField("CashFlowCheck"_+_i).valueAsString;

Tags: Acrobat

Similar Questions

  • How to calculate the sum (discount) when check box status = 'Y '.

    Hai.
    It's Vinet I want sum (disc) of particular elements check box STATUS = 'Y'
    I selected the quota_det TABLE data

    I have 5 codes elements
    SNO Agenda ITEMCODE QTY. BASIC PRICE DIS_PER DISK STATUS

    1 DELL 2 30000 60000 5 57000 D26OO Y

    2 HP HP2300 1 20000 20000 2 19600 N

    3 SAMSUNG SM560 2 5300 10600 3 10282 N

    4 NOKIA 5 25600 128000 3 125440 NK63 Y

    5 HTC 1 2300 2300 2 2254 HT25 Y


    ALL ARE ELEMENTS of DATABASE BUT STATUS IS NOT a basic ELEMENT of DATA THAT IS the POINT of the BOX

    VALUE CHECK = Y
    A VALUE WHEN UNCHECK = N

    IN above DATA I WANT ONLY ELEMENTS SUM (DISC) WHEN the POINT of the BOX CHECK THAT the SUM SHOULD BE APPEAR IN TOT_VALUE * POINT *.

    SEND ABOVE CODE REQUIREMENT WITH THE NAMES OF TRIGGER ITS URGENT...

    Published by: 988532 on March 22, 2013 22:27

    Hi Vincent!

    You can try this!

    Make another text point something as a disc_copy between the disc and on the same block
    below this text element properties
    1 piece of data: No.
    2. data type: number
    3 canvas: Null

    Create another element of text like total_discount below the properties

    1 piece of data: No.
    2. data type: number
    3 method of calculation: summary
    4. function: sum
    5. block of summaries: YourBlock
    6 point summaries: disc_copy

    If you are multi block record is then
    7. number of items: 1

    Set property YourBlock
    All records in the query: Yes

    Now, about the situation to apply trigger WHEN-CHECK-BOX-CHANGED and write below the code in this trigger

    if :YourBlock.status='Y' then
    
         :YourBlock.disc_copy:=:YourBlock.disc;
    else
         :YourBlock.disc_copy:=0;
    end if;
    

    Published by: XeM on 23 March 2013 12:06 AM

    Published by: XeM on 23 March 2013 12:07 AM

  • Hi, I have a PDF form that has multiple check boxes. Some boxes have values (off, yes) that others have just (Yes). How can I get the value of "Off" to all of the other boxes as well. Any help is greatly appreciated.

    Hi, I have a PDF form that has multiple check boxes. Some boxes have values (off, yes) that others have just (Yes). How can I get the 'Off' the value assigned to all the other boxes as well. Any help is greatly appreciated.

    'Off' is the default value of any box when it is not checked. It can not

    be changed.

  • How to restore applications that have been removed during refresh?

    How to restore applications that have been removed during refresh?

    There should be a crease on your desktop that lists what has been deleted. You will need to reinstall them using the original source. Hope this helps and if you need another post to help and we will be happy to help you.

    The above opinion is mine and mine nothing and does not necessarily reflect that of Microsoft, it is

    employees, or any other Member of this forum.

    If this answers your question please note, he said.

    "When we try to take anything by itself, we find it hitched to everything else in the universe." -John Muir

  • How to identify columns that have the same data in a SQL query or function?

    Deal all,

    How to identify columns that have the same data in a SQL query or function? I have the sample data as below

    DEPT_IDEMP_IDCome on
    !CITYSTATECOUNTRY111 June 1983DELHIHUMAN RESOURCESIndia1218 January 1987DELHIHUMAN RESOURCESIndia1328 November 1985DELHIHUMAN RESOURCESIndia144 June 1985DELHIHUMAN RESOURCESIndia255 June 1983MUMBAIHDIndia266 June 1983MUMBAIHDIndia277 June 1983MUMBAIHDIndia288 Jun. 1983MUMBAIHDIndia399. June 1983GURGAONDLIndia31010 June 1983GURGAONDLIndia

    Now, I want to Indify columns that have the same data for the same Department ID.

    Is it possible in sql unique or do I have to write the function for this? Pls Help how to write?

    Thanks in advance.

    You can try this?

    WITH T1)

    DEPT_ID, EMP_ID, DATE OF BIRTH, CITY, STATE, COUNTRY

    ), ()

    SELECT 1, 1, TO_DATE('1.) June 1983', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 2, TO_DATE('18.) January 1987', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 3, TO_DATE('28.) November 1985', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 4, TO_DATE('4.) June 1985', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.5, TO_DATE('5.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.6, TO_DATE('6.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.7, TO_DATE('7.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.8, TO_DATE('8.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 3, 9, TO_DATE('9.) June 1983', 'JJ. LUN. (YYYY'), 'GURGAON', 'DL', 'INDIA' OF THE DUAL UNION ALL

    SELECT 3.10, TO_DATE('10.) June 1983', 'JJ. LUN. (YYYY'), 'GURGAON', 'DL', 'INDIA' OF THE DOUBLE)

    SELECT DEPT_ID,

    RTRIM (XMLAGG (XMLELEMENT(A,VALS||',')). Extract ('//Text ()'), ',') COLUMNS_WITH_DUPLICATE

    DE)

    SELECT * FROM)

    SELECT DEPT_ID,

    EMP_ID,

    Date of birth

    CITY,

    STATE,

    COUNTRY

    DE)

    SELECT DEPT_ID,

    EMP_ID,

    Date of birth

    CITY,

    STATE,

    COUNTRIES,

    COUNT (*) OVER(PARTITION BY DEPT_ID ORDER BY EMP_ID DESC,DOB DESC,CITY DESC,STATE DESC, COUNTRY DESC) RN

    DE)

    SELECT DEPT_ID,

    CASE WHEN(CEID>1) AND THEN 'YES' ELSE 'NO' END AS EMP_ID.

    CASE WHEN(CDOB>1) THEN 'YES' ELSE 'NO' END AS DATE OF BIRTH,

    CASE WHEN(CCITY>1) AND THEN 'YES' ELSE 'NO' END AS CITY.

    CASE WHEN(CSTATE>1) AND THEN 'YES' ELSE 'NO' END AS STATE.

    CASE WHEN(CCOUNTRY>1) THEN 'YES' ELSE 'NO' END AS A COUNTRY

    DE)

    SELECT DISTINCT

    DEPT_ID,

    CEID,

    CDOB,

    CITY,

    CSTATE,

    CCOUNTRY

    DE)

    SELECT DEPT_ID,

    COUNT (*) TO THE CEID (DEPT_ID PARTITION, EMP_ID),.

    COUNT (*) ON CDOB (DEPT_ID SCORE, DATE OF BIRTH),

    COUNT (*) ON THE CITY (DEPT_ID PARTITION, CITY),

    COUNT (*) ON CSTATE (DEPT_ID PARTITION, STATE).

    COUNT (*) ON CCOUNTRY (DEPT_ID, COUNTRY PARTITION)

    FROM T1)))

    WHERE RN = 1)

    UNPIVOT (CLO FOR (VALS) IN (EMP_ID, DATE OF BIRTH, CITY, STATE, COUNTRY)))

    WHERE COLS = "YES".

    DEPT_ID GROUP;

    OUTPUT:

    DEPT_ID COLUMNS_WITH_DUPLICATE
    --------- ------------------------

    1 CITY, COUNTRY, STATE
    2 CITY, COUNTRY, STATE
    3 CITY, COUNTRY, STATE

    Post edited by: Parth272025

  • How to restore pictures that have been deleted from Lightroom, but not removed from the 'drive '?

    How to restore pictures that have been deleted from Lightroom, but not removed from the 'drive '? Also, how can I restore photos after saving Lightroom. I started to remove some files and it removed ALL of them! I chose the option "cancel delete files" and them brought back, she says they are all "missing or offline. I tried to 'find' a different folder and it deleted the folder all together and now I don't know where he is. Help, please!

    How to restore pictures that have been deleted from Lightroom, but not removed from the 'drive '?

    You need a backup of your Lightroom catalog file before deleting the photos made. You have such a backup? If so, find the backup catalog, open it (double click on it) and then search for the photos you want and select them and then file-> export catalogue; Then go to your original catalog file, open it and select file-> import from another catalog and points to the catalog that you just exported.

    If you do not have a backup of your catalog file, then the only thing you can do is to import the photos again, and Lightroom will treat them as totally new photos with no editing and no metadata provided by the user.

    Moreover, the idea of importing photos into Lightroom and then later removing them to Lightroom should is limited to photos you will EVER want such a photos that are so overexposed or underexposed or blurred that they are essentially useless. The photos that you care enough to run a task on (including editing) should never be removed from Lightroom.

    Also, how can I restore photos after saving Lightroom.

    Is this the same problem as above, or another?

    I chose the option "cancel delete files" and them brought back, she says they are all "missing or offline.

    Is it possible that you actually deleted pictures from the hard disk, as well as from Lightroom? Anyway, Lightroom cannot find the photos and you first need to find photos on your hard drives and then direct Lightroom to the location of the photo on your hard drive, using these instructions Adobe Lightroom - find folders and files moved or missing

  • How to recover instances that have been human intervented after retriy

    How to recover instances that have been human intervented after retriy fail

    use like this in your fault, and after further attempts strategy fails, you can see the instance activity tab that you can grab from here




    8
    2


  • How to backup VMs that have RAW LUNS attached with TSMserver v5.5 and TSMclient v6.1 in VCBproxy in a task (backup script)

    Hallo

    I have several virtual machines that have RAW LUNS attached to them.

    Question 1: Is there a way for me to use (free LAN) save those VMS with VCB + TSMserver 5.5 + TSMclient 6.1 - in mode (an automated task - script), which local VMDK disk backup is backup with FULL-level and fasteners LUN RAW to the VM backup files of the virtual machine level. Does the solution support?

    Question 2: Is there a way in a task (separate in the 'pre' and 'post' script) as a single disc with vcb backup - for example when VM have a disk VMDK more attached, only a VMDK disk backup for is a primary partition on a virtual machine?

    Note: Backup free LAN for backup of the VCB proxy any type (level FULL or FILE) is correctly and fully functional.

    Jerome Kovac

    Hello

    Question 1: Is there a way for me to use (free LAN) save those VMS with VCB + TSMserver 5.5 + TSMclient 6.1 - in mode (an automated task - script), which local VMDK disk backup is backup with FULL-level and fasteners LUN RAW to the VM backup files of the virtual machine level. Does the solution support?

    If the RAW format is really a ROW then you can do a virtual RDM and Yes, VCB will save help file or full. If she is not a ROW but a RAW, then only the VMDK can be saved via VCB.

    Question 2: Is there a way in a task (separate in the 'pre' and 'post' script) as a single disc with vcb backup - for example when VM have a disk VMDK more attached, only a VMDK disk backup for is a primary partition on a virtual machine?

    Not only a single disc that I saw that it's all or nothing. If you don't want to VCB to backup a drive, you can mark it independent or if it's a RDM make non-virtual.

    Best regards, Edward L. Haletky VMware communities user moderator, VMware vExpert 2009
    "Now available on Rough Cuts: url = http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security' VMware vSphere (TM) and Virtual Infrastructure Security: ESX security and virtual environment ' [url]
    Also available url = http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"VMWare ESX Server in the enterprise" [url]
    [url =http://www.astroarch.com/wiki/index.php/Blog_Roll] SearchVMware Pro [url] | URL = http://www.astroarch.com/blog Blue Gears [url] | URL = http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links Top security virtualization [url] links | URL = http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast Virtualization Security Table round Podcast [url]

  • How to validate that a single check box is checked in detail block

    Hi all

    I am using oracle 10 G on windows forms.

    I need help on how to validate that a single checkbox is checked in the retail block. I have multiple records in the block of detail and I have checkboxes for each record in the detail block.

    I have a button to select values in the detail records where the check box is checked. But I want to make sure that only one record is not more than one check.

    How to validate this on a shutter release button?

    Thank you

    When I did this sort of thing, I create a variable of TYPE number form level and then add or subtract the variable I to check and uncheck the boxes. If the value of the variable is 1, then you know that only check box is selected. If the value is greater than 1, then you know that the user has selected more than one checkbox. You could also add the code to your trigger when-box-changed to test the variable and tell the user to uncheck selected record before selecing a new record.

    Regarding the variable level of form, you can use a GLOBAL package specification, PARAMETER or program unit. I prefer to use the specification of CENTRAL unit package, because this method has a smaller memory footprint. For example, in the node of the unity of the object browser program create the following:

    /* Form variables package spec */
    PACKAGE Form_Vars IS
      CheckBox_Cnt     NUMBER := 0;
    END;
    

    Now in your trigger when-box-change...

    BEGIN
       IF ( Form_Vars.CheckBox_Cnt = 0 ) THEN
          Form_Vars.CheckBox_Cnt  := Form_Vars.CheckBox_Cnt  + 1;
       ELSE
          /* it's assumed the value is greater than 0 */
          Message('Please uncheck selec ted record before choosing a new record.');
          RAISE Form_Trigger_Failure;
       END IF;
    END;
    

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

    Published by: Silvere on February 3, 2011 10:15

  • BlackBerry classic Blackberry Classic - elimination of the recurring tasks that have been checked?

    How do you remove automatically recurring tasks that have been marked? The only way I can find is to remove it manually.

    Hi @ralph.gardiner

    I can confirm that removing automatically completed tasks or hiding the app to remember is not possible.

    Since it is the case that I passed along your feedback to our product team for future consideration.

    I apologize for any inconvienece that this may cause!

  • How to delete songs that have been transferred by bluetooth?

    I transfer me some photos and songs from my powerbook to my new Crush. I don't have a microSD card, so the songs and images simply went in various places on the phone. For example, the images went in the pictures folder, and song I transferred went to the settingssounds: ringtones & alerts: call tone: alerts: music. When I click on music I can listen to samples and select the song to play when someone calls me (or I can listen to it on the speaker phone. However, there is no option to remove this song from the phone.

    I thought that the song could use the multimedia menu option, under the ring tones or sounds, but is not in one of these locations.

    Anyone know how to delete a song that has been transferred to the crowd via bluetooth (which do not go in the music player)? I would like to know how to take these songs I transferred out of my phone, so I did not run all the preloaded space.

    Any ideas would be useful.

    Brad

    On your crush: he reveals in: settings > memory... (scroll down to find) > Phone memory > photos, videos, music, sounds, my bluetoothed (old ringtones) went to the music.

    Drag Lt has Rt on the name of tones to mark it with a red bar (Rt lt to deselect)... then choose > erase.

    If you get a memory micro SD chip, you can transfer to the chip instead of delete here too.

  • How to restore files that have been ransacked and then emptied trash?

    My brother accidentally trashed a folder he need, then empty the trash.  The folder contains mostly or entirely Word docs.

    Here's what the computer is currently in mode 'sleep' and I don't want to do anything until I have a plan in place

    Serial ID indicates the computer that I work with is as follows:

    Intro. October 22, 2013 Disc. July 29, 2014
    Order ME864LL / A *. Model A1502 (EMC 2678)
    Family Retina end 2013 13 " ID MacBookPro11, 1
    RAM 4 GO, 8 GB VRAM 1.5 GB *.
    Storage 128 GB, 256 GB SSD Optics None *.
    All MacBook Pro "Core i5" 2.4 plug 13 '' end 2013

    As far as I know that sounds right.  I do not want to open the computer and turn it on before you know what I do to minimize the loss.

    Can someone tell me which software is best to use and anything else that I might need to know? The data is quite important.  We have a second mac, a Flash DRIVE and an external hard drive.

    It has already found: http://www.easeus.com/mac/mac-undelete-free/ is good?

    I think that the computer executes Yosemite and was not yet upgraded to El Capitan.  Not sure if it would make a difference anyway.

    Thank you.

    Try to use a waste product of data, such as those listed here. Do not write on the disc until the files are recovered or you choose not to recover them. For best results, close it, connect your two Macs via FireWire/Thunderbolt and start the MacBook Pro with the key T.

    If utilities do not work, you can contact a professional data recovery service, but these can charge hundreds or thousands of dollars.

    (141726)

  • How to use values that are repeated in a text ring control? There is another similar command?

    Hello guys,.

    I'm working on an application which, stat-up, read a few basic values of configuration in a file and passes control ring text, such as an ini file.

    The ring text control is ideal for use in the blocks diagram because I can choose a specific text and I the associated value, in a very clear way, but... I can't use duplicate values, and my application has more than two double values.

    There's another way or control that replaces the ring control and maintains these good qualities?

    Thank you very much


  • How I reread boards that have been read HP Support Assistant? How to make a record of diagnosis?

    I have a 610-1280qd Touchsmart. I got a tip to HP Support Assistant to create a disc of diagnosis. I saw the tip, it closed and planned read it later, but now it shows as a task accomplished. How I reread the tip and in particular, how do I do a Diagnostics disk. ?

    Hmm... not sure how to read the boards, but if you go to the StartMenu and look for disc HP Vision diagnostic authoring, you can burn the diagnosis there.

    Just type 'Vision' in the search bar in the start menu and it'll be top of the list

  • How to restore files that have been backed up for a recovery of the system on WIndows 8?

    My Windows 8 would not start due to a corrupted boot critical file. I had to do a system recovery, but he asked if I wanted to back up the files, I did. Now how to recover these backed up files?

    Hi Jeffry,

    1. How did you perform the system recovery?

    2. have you used the options provided by the manufacturer of the computer or the recovery partition?

    3. What is the brand and model of the system?

    We can refer to the article and try the steps to restore your files.

    How to use the file history

    If you have used the system recovery options provided by the manufacturer of the computer, then you can also get in touch with the manufacturer of the computer to restore the backup files.

    Hope the helps of information. Let us know if you need help with Windows related issues. We will be happy to help you.

Maybe you are looking for

  • Allowing the scanning of an iMac

    I have a HP Photosmart 6510 printer which I use printing and scanning wireless to my iMAc. It worked fine before with the iMAC and I have no trouble printing or scanning of my windows machine now.I've recently updated to Yosemite on my iMac. When I t

  • Video display driver no longer works

    HP Pavilion series p6000 Windows 7 Graphics NVIDIA GeForce 405 The display driver for my graphics card has regularly stops working. I installed the latest version of the driver, but that didn't help. In the windows Action Center, there is a message a

  • VIXIA hf r400

    Greetings, My wife has a hf r400.  I would like to get the clip turn off the camcorder and on my computer (win xp sp3).  I thought to use the wifi capability, but I use mac address filtering and do not know where to find the mac address of the camcor

  • HP7280 prints are biased - band 1/4 "on the two adjacent sides

    All of a sudden, my HP 7280 is printing 4 x 6 biased. The image is moved with band 1/4 "on the two adjacent sides. I print from the drawer and the preview appears correctly.

  • Acer 5749 does not start

    Hi all My acer 5749 flashed a blue screen while I was loading some film from a blue screen USB files is one of those blue screen of death but he went off so fast that I didn't have time to read. The laptop, then stop. I tried to restart and got a bla