My task is to make the weights in this summation editable, but always for the summation for every object, independent of any selection.
I declared the field for the weights as 'inputfield'. Now I get a separate value for, let's say, weight_1 for every object, these separate values are OK for me. When editing the value of weight_1 (inputfield), I want all the separate values of weight_1 to be updated for all objects, in order to have them all equal in the summations for every object.