We want o be able to do the following
1. There are 2 values the first Item 1 would be an answer to a question and Item 2 would be how much that question is weighted. I have put that in the Cascading field.
2. Need to take the weight and then use it in a calculation (JWT Calculated Field)
what was put in the configuration is as follows:
toInteger({63903},0)+{23001} + {23002}
this is the current
not sure what I am doing wrong
Hello @Robert Don-Paul ,
Try the following expression:
sum([toNumber(%{63903.1}), {23001}, {23002}])
In case it doesn't work, please, tell me which types are fields with ids 63903, 63903 and 23002?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.