Problems with the calculations through many pages

I have a form with 12 pages. Calculated on page 8 of calculations must be part of the new calucations on page 2. I continiue to receive error messages indicating the total 12 page boxes are not known. When I move the caluation to do on page 12, it does not recognize the total boxes necessary for the calculation of page 2. Help, please. Page 8 in the total costs that must then be divided by the total requested on page two, for a percentage of the demand. Application is attached.

Thank you

Sheila

Hello

There are a few fields of totals, so I'm not sure which one you want.

However, when you selected the field, click on in the script editor. Then scroll down to page 8, so that you can see the total field you want to reference. Then you click on the Publisher and then with the mouse on the field total you want to press and hold Control. This will change the pointer in a 'V '. Then you select the field now, it fills the full reference of the field in your script.

I recommend checking that total expenditures below the line is not 0 or null or you will get an error. I assign the node solved in a variable and then make reference to this variable in the if statement and the calculation.

var vTotalExp = xfa.resolveNode("FinancialExpenses.Subform14.#area.#area[1].ActualTotalExpenses")

if (vTotalExp <> 0 and vTotalExp <> null) then
     (TotalRequest/vTotalExp)*100
endif

Hope this helps,

Niall

Tags: Adobe LiveCycle

Similar Questions

  • I'm having a problem with the pictures on some pagies partially of fully duplacating other tiles nearby. Only occurs with Firefox.

    I'm having a problem with the photos on some pages partially to duplicate completely other tiles nearby. Only occurs with Firefox. The thumbnails are refreshed when I move the cursor over them, but again distort when you scroll the page. I have a few images, but cannot up-load them on this page of support for some reason any. Maybe I can email you if you need?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    You can check the preferences of network.http. * on the topic: config page and make sure that they have the default value.
    You can restore the default user set prefs ("BOLD") via the context menu.

  • Problem with the HP drivers Download Page

    Don't know where best to post this topic.

    I have problems with the HP driver download Page. Using the Chrome browser, I installed the HP product detection utility. Once installed, I admitted that it runs, and it correctly detected my HP computer and the details about this poster. A detail that he displayed was the guarantee being exceeded.

    Since I had hardware problems and had to replace the hard drive and reinstall Windows, I wanted to make sure that my computer has all the HP drivers and software required. This information would not be displayed. At first I thought it was because I had an active browser add-on. I've disabled and reloaded the page. This is where I'm having the problem.

    The product has been detected once more, but nothing happened when I clicked on the button search solutions for the detection of the product page.

    You have found the difficulty that has the utility.

    I never had a large measure of success with the utility unless I use Internet Explorer. I rarely use Internet Explorer.

  • I get a Script Error failed. I think it is because the domain name is on page 1 and the field with the calculation is on page 2.

    I get a Script Error failed. I think it is because the domain name is on page 1 and the field with the calculation is on page 2.

    The formula is just + Cash.  I don't know how to tell him to look on Page 1.  If I use the same domain on Page 1, the formula works so I know that this is not something in the name of the field.

    It received NO response

    Page1.cash should do it. If not, you can use CTRL + click to enter its name in your script.

    1. Select the field that you add the script.
    2. Scroll the design view until you can see the object whose name you need. (Is not necessary if the object is already in mode)
    3. Click inside the script window to place the cursor where you want the name of the other object.
    4. Hold down the CTRL key while clicking the object whose name you need.
  • Problem with the calculator on the computer.

    Lately, my Dell keyboard is acting funny. The windows calculator keeps popping up constantly. It is not just for a single key, but it appears to many keys. Breast type these lines 2, 49 of them stood. The reason I can say it is the keyboard when I removed the battery of the keyboard, no pop ups. I went through forums, but I have no admin user in Vista to clean boot. Now there are 79 pop ups. :-)

    Hello

    Check their documentation online with Dell Support, and ask in their forums. You
    may be able to clean the keyboard if it is the problem, or remove the calculator
    function.

    Dell support
    http://support.Dell.com/

    Dell support drivers - product manual & warranty Info (left side) - and much more
    http://support.Dell.com/support/index.aspx?c=us&l=en&s=DHS

    Dell forums
    http://en.community.Dell.com/forums/

    Dell PC Diagnostics
    http://www.Dell.com/support/Diagnostics/us/en/19/ I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Problem with the table of contents pages and books

    I use 8 HR and generate Webhelp.

    I created a project and had to change a few pages of table of contents and create TOC books instead. I deleted the pages and added books, with the same name. HR, it looks fine, but when I generate the table of contents for the page instead of the book. I tried to clear my cache in Internet Explorer, and the deletion of the page again. Still no help. I rebooted and even rebooted and still have the same thing. Can someone tell me how to solve this problem?

    Thank you.

    Indeed if a book has nothing in it, it will not appear in the table of contents. When you think about it, it is very logical. Why would you want a book to appear if nothing was inside?

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7 or 8 days - $24.95!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • Problem with the calculation script - dividing one field (a number) but another field (a number that corresponds to a sum of other fields)

    I have a table that contains the users to enter the number of books in a type of food (Fruits & vegetables, products dairy, protein, grains, etc.). There are 8 fields whose amounts are totaled in a field (PoundsTOTAL) using the calculation of "value is the sum...". ».

    The question that I am running is that for each type of food, there is also a percentage field that indicates the percentage of the total books that represents the type of food. If I used the simplified field notation (PoundsDairy / PoundsTotal * 100) I get the dreaded "the value entered does not match the format of the field" because the PoundsTOTAL field is 0 until someone between numbers in the fields above him. I tried using the code I found on this forum, but it does not work for me (I do not know I did something wrong). I enter a number like 500 in the field of the PoundsFV and the PercentFV field shows nothing.

    Here is the code I use for one of these calculations:

    (function () {}

    Get the field values as numbers

    var lbsfv = + getField("PoundsFV").value;

    var lbsttl = + getField("PoundsTotal").value;

    Perform the calculation and the value of this field will cause

    If (lbsttl! == 0) {}

    Event.Value = lbsfv / lbsttl;

    } else {}

    If lbsttl = 0, this field blank

    Event.Value = "";

    }

    })();

    For reference, the referenced fields are shown in this image:

    .FormCalcs.jpg

    Your domain is named PoundsTOTAL, not PoundsTotal.

  • Problem with the calculation of RANK

    I have two columns country & recipes. I am calculating the rank of the country based on income.
    I am able to get the rank. on this report, there is a quick filter 'country '.
    When I select any country it always gives me grade 1 because after applying the filter only check is coming and Rank is based on the document that is not corect...

    Any help?

    Hi AEK.

    I have a medium crude to achieve. The problem is RANK () are applied to WHERE clause resultset.
    Thus,.
    1. create a column that's concat (country, rank (back)). Lets say this column name is "countryrank".
    2. now apply the filter on this column--> "countryrank" begins with c2
    3. hide this column in your report
    So now the filter would be applied until the grade is assessed.

    There might be a better way may be.

    Concerning
    Monika

  • Problems with the Parent and child Pages...

    I created a parent page with several pages of the child, but when I transferred to my host FTP pages do not come to the top in the hierarchy in the URL bar. I want it to be "www.website.com/parent/child.html" but they come as 'www.website.com/child.html '.

    How can I change this? I thought that by creating a page parent to the child which would automatically when loading pages. Help, please!

    Thank you!!!

    Muse currently publishes all the pages in the root directory of the Web server. It does not create a folder structure based on the structure of the site defined in Plan view. The structure of the site defined in the Plan view is used by the Widget Menu to generate Menus correspondents and submenu entries.

    Hope that specified in the query.

    See you soon,.

    Vikas

  • Problems with the width of my page!

    Hi guys, first off I apologize if this has been posted in the correct forums.

    Well, I think my first mobile website.  I'm trying that the width is adjusted to the individual screen 100% size.  My main background is fine, of course, but my header and the content DIV doesn't stretch, according to the preview of the feature phone (in the drop of Multiscreen preview) and in Device Central.  However, the strange thing is that, if I see a Multiscreen preview or in Firefox, it's fine.  I do not see a problem in my code, I put the two at 100% width.  I don't know what is happening with that.


    #header {}

    background: #CCC;

    text-align: center;

    Width: 100%;


    }





    #content {}

    background - image: URL(images/BG.jpg);

    background-repeat: repeat-x;

    background-color: # 6392 0;

    Width: 100%;

    text-align: center;


    }

    It it my HTML code for these DIV

    issue.pngHere is the image displayed in the phone function.  It looks the same in Device Central.

    issue2.pngAnd here's a multiscreen preview.  The width is fixed very well in both the overview and in Firefox.

    Any ideas? Thanks in advance!

    The problem is your image margin. Your total margin width width more image exceeds the width of view. Edit your CSS for the below:

    #content img {
              margin:30px;

              margin:30px auto;/* 30px margin top/bottom, auto margin left/right*/

              display:block;
            }

    And also delete the additional locking as OS has mentioned.

  • VBAI problem with the calculator tool

    Concern / tested with: VBAI2010 (build 1014091017 2010)

    This will be fixed in the next version, but there is a solution:

    Close VBAI
    Open the file Builder.ini of Vision located here: C:\Program Files (x 86) \National Instruments\Vision Builder HAVE 2010 and set the hideBDPopupMenus = False
    Restart VBAI

    -Christophe

  • can I fix a problem with the window through transfer of data? (portable laptop 2)

    my laptop doesn't have a Cd so I have to use an external. I just wanted to know if I can use a cat5 from my laptop to my friends (because he had a cd player)

    Depends on what exactly you want to do, the State of Windows on the laptop and the ability of the network adapter on the laptop.

    If you want to install Windows, with Windows does not at all on the laptop and the laptop a compatible NIC PXE (check by looking at the BIOS boot options), then take a look here-->http://www.lockstockmods.net/2008/05/26/easy-way-to-pxe-boot-windows/

  • Problem with the connection through the SIM in Studio XPS 1640

    Hi all

    I have a dell studio XPS, when I remove the battery, there is a slot to insert the SIM card to connect to the internet (via the SIM card).

    I inserted the SIM card and fixed it in the slot and also installed Dell Mobile Broadband Card Utility, but when running DMBC, he says no. Device detected detected.

    Is my Windows 7 64 bit.

    What should I do to use SIM card dongle?

    If my computer dell laptop supports UMT?

    If not, what is this slot for SIM card?

    Can someone help me?

    Best regards

    Nima

    nima_pw

    What should I do to use SIM card dongle?

    buy the equipment to go with it

    nima_pw

    If my computer dell laptop supports UMT?

    Yes, if you purchase the equipment

    nima_pw

    If not, what is this slot for SIM card?

    It's a SIM slot for use with WWAN hardware you buy

  • Problem with the calculation of field

    To create a calculated field. Clicked on Pike. The field selection screen will allow me only to choose Select All won't let me choose individual fields

    Use the SPACEBAR to check the individual box of a field or click a little

    on the way to the center of the box. This is a known bug.

    The game, February 4, 2016 to 20:48, brecka20053206 [email protected]>

  • problem with the calculation

    Hi Experts,

    I need advice...

    I have a report that has been migrated to 10g and 11g.

    in the report, a measure column is there in what I have the formula like

    SUM (SUM ($. SELL_AMOUNT - IFNULL(dollars.partial_summed, 0)) * $. RATE OF) / SUM ($. SELL_AMOUNT - IFNULL(dollars.partial_summed, 0))

    same formula is used in the 10g and 11g, but aren't matching of data between reports.

    Cani knowledge is one needed changes to the formula in 11 g, such as grouping or something...

    NOTE: when I place the DOLLARS. RATE column in the data in the report aligns with 10g, when I removed the $. FREQUENCY data take place. but I don't need this $. NOTE in the report.

    Sum of mathematical sage ($. SELL_AMOUNT - IFNULL(dollars.partial_summed, 0)) you can go out and just use
    amount (in DOLLARS) RATE).

    Try using the table view Pivot with DOLLARS. NOTE and put this column in the section excluded which may help you.

    If you need to send me screens with column and without checking the data

Maybe you are looking for