Copy link to clipboard
Copied
Hi there.
I have made a form, where my costumers can fill out a field with digits. I have ten rows, one for each item.
In each row, there is a calculation of cubic meters, depending on how many items are ordered in each row.
The column where all the "cubic core" is, is summed up in the bottom of the form (just digits with two decimal places).
The summing functions properly, but the last entry will only be included in the sum when there is written anything in a random second field - the sum takes place therefore not live.
.... In the first field, I type 100 and tab out - nothing happens in the summering field. In the next field (which I tabbet to) I'm now typing some digits and tab out. Now the summery-field has the sum from my first entry....
I don't know if this makes sence, but the file can be downloadet here: http://scripts.poda.dk/downloads/bestillingsformular-økopæle.pdf
Please have a look at the red field...
You have a problem with the fields calculation order. You can set it in Form Edit mode, via Tasks - Other Tasks...
Copy link to clipboard
Copied
You have a problem with the fields calculation order. You can set it in Form Edit mode, via Tasks - Other Tasks...
Copy link to clipboard
Copied
Yep - now it works (Y) Thanks!!