Skip to content

Calculate the variables and the result is incorrect. #14164

Answered by mikesealey
LTCTHITA asked this question in Help
Discussion options

You must be logged in to vote

Hey @LTCTHITA

I've tried to replicate this issue up to 30 fields, but I've been unable to.

The behaviour you describe - it first came up to 34000 and then changed to 357000 itself - may be to do with the numbers in fields saving when the field loses focus (clicking out of the field).

My suggestion would be to totally simplify your code to try to eliminate possible issues.

Try this:

return
$("Scan.Fields.Var Count 1") +
$("Scan.Fields.Var Count 2") +
$("Scan.Fields.Var Count 3") +
$("Scan.Fields.Var Count 4") +
$("Scan.Fields.Var Count 5") +
$("Scan.Fields.Var Count 6") +
$("Scan.Fields.Var Count 7") +
$("Scan.Fields.Var Count 8") +
$("Scan.Fields.Var Count 9") +
$("Scan.Fields.Var Count 1…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mikesealey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants