Hi,
 
 
If you need to get the result like this image, consider using the "Multiple Feature Attribute Support" option of the AttributeCreator.
 

 
 
The "SumCode" in the image was generated with this setting.
 
Check the "Multiple Feature Attribute Support" checkbox.
 
Number of Subsequent Features: 3
 
If Attribute is Missing, Null or Empty: Use Other Value
 
Attribute Replacement Value: 0
 
Attributes to Set:
 
SumCode = @Value(feature[+1].Code)+@Value(feature[+2].Code)+@Value(feature[+3].Code)
 
(the expression was entered with the Arithmetic Editor)
 
 
Takashi
                
     
                                    
            or set a counter with mod3 and then listbuild on this countattribute and then use listsummer grouped by same countatribute.