Skip to main content

Hi everybody.

I've a data structure like that :

IDLENGTHDATA180MyData11120MyData1145MyData10280MyData2377MyData3

and I want to aggregate them like that :

IDLENGTHDATA1200MyData11120MyData1145MyData10280MyData2377MyData3

and I want to aggregate them like that

How can I do that ?

You can do that using the StatisticsCalculator, grouping by ID, DATA, using the Sum output and the attribute LENGTH.


Try removing "LENGTH" from the Group By-clause (regrouper par).


Try removing "LENGTH" from the Group By-clause (regrouper par).

That's work and it's a logical reason...

 

Thank you very much david_r

 

 


That's work and it's a logical reason...

 

Thank you very much david_r

 

 

Mais je vous en prie!

Reply