Copy link to clipboard
Copied
Hello,
I have a form that I am preparing for our technicians to use, and the issue I am having is that I have a calculation of a product in a total column, which is working for some fields but not others. It's working for half the form and not the other half. I have change the calculation field to calculate the corresponding text for those fields. Can anyone help me figure out why this is happening when the calculations are the same? I can upload my document if needed.
Thanks!
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Check the JS Console (Ctrl+J). There are a LOT of errors in your calculation scripts.
Copy link to clipboard
Copied
If you would have looked in the console window you would have seen that there were several errors with "getField() is null". Which means there are bad field names in the calculation. In the cases where it doesn't work a field name is incorrect.