Search Results for 'script'
-
Search Results
-
Topic: Previous Record problem
I tried to use the script from my rain totals script to do a similar job, but I’m missing something to be abel to add up the record totals, to an accumulation of the record totals.
Hope this is a simple fix. See attached archive file with dummy data – just getting started.
Hi guys,
I would like to make a script that will add 1 (one) to an existing sum in a number field.
so that by double-clicking the field, it goes from, for instance, 110 to 111
But how can I do this?
kr.
John
Hi. I want to do an script for autocomplete a note field called “Comentario” with “Buen disco.”, when the valoration field “Valoración” has four stars and, at once, the field “Comentario” is empty. I have not errors in the console, but the script does not work. Any help will be welcome. Thank you.
I finally had the time to do the
Copy Form to a new Form in the same document.
I then made my changes in the copied Form and added 2 fields to hold the Java Scripts.I then Exported my revised data in the original Form into a CSV file.
I also had to rename a couple fields when I imported into a spreadsheet.
I also had to the delete the data in one field so the Javascript could work properly.I then imported the altered CSV file into the new copied Form with the desired Form changes.
Unfortunately, the changes didn’t happen and the added records didn’t get imported even thought the feedback and temperature graphic showed it was happening.Basically nothing happened and the new Form didn’t get updated.
What is the correct process if it isn’t the one detailed below in a previous posting?
======= Process determined in an earlier posting ================================
Ok, so really, the only safe way to create a copy to work on changing the Original Form, is:
1. Duplicate the Form.
2. Work on the changes wanted, including renaming fields, moving fields, adding fields and all the changes in properties required in the Duplicate Form.
3. Export data as a CSV file from the Original Form which you are still adding data to while work on the Duplicate Form was proceeding. Make sure the Export Record IDs option is turned OFF. If you don’t, Tap Forms will just update the existing records when you re-import the CSV file.
4. Import that data from the Original Form into the new Duplicate Form.
5. During the Import process, make sure the data in the old Form is directed to the correct field in the Duplicate Form. I haven’t done this much in TF, so I don’t know how much ability there is to make sure the previous is possible, but I’m sure you made that possible.
Thanks for clarifying the traps involved with the Archive file. Basically, don’t use it for this purpose or it will prove dangerous to you eventually.
Let me know if I’m correct or need to change something.