Options

I have an issue to set a accumulative sum on Acc. Value Float. I try Loop Atributes, Generae Attrib

OktiiOktii Member Posts: 4 Contributor I
SerialNr State DetailState PartNumber AttributeName ValueFloat Acc. Value Float 
161700009594 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 85.9 85.9
161700009595 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 47.8 133.7
161700009596 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 53.8 187.5
161700009596 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 53.8 241.3
161700009597 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 48.6 289.9
161700009598 OK SA Part OK 1250.101.0000.02 - HDL ECE RHT ET l SA-CYCLE_TIME 49.4 339.3

Answers

  • Options
    MarcoBarradasMarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 272 Unicorn
    Hi @Oktii,

    You might need to use the Group Into collection, Loop Collection, and Integrate operators to achieve this. 
    That will work if you need a cumulative sum grouped by a value; if there is no need for grouping, you can use the integrate operator to get your result. 

Sign In or Register to comment.