...
Another example is all of this in the calculate property :(where weight 2-4 are numeric concepts)
Code Block |
---|
(function () { if(/form/obs/weight2 /value==6101 OR|| (/form/obs/weight3/value==6101 OR&& /form/obs/weight4/value==6101) ) { value = 4; } else if (/form/obs/weight2/value==6102 OR|| /form/obs/weight3/value==6102) { value = 2; } } ) () |
If the field you are comparing with is a single or multiple select (for example if the question is a coded concept), then change 6101 to '6101^NAME^99DCT'
...