Skip to main content
Solved

Aggregate attributes

  • April 25, 2018
  • 4 replies
  • 27 views

geo-x
Supporter
Forum|alt.badge.img+6

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 ?

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • April 25, 2018

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


david_r
Celebrity
  • Best Answer
  • April 25, 2018

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


geo-x
Supporter
Forum|alt.badge.img+6
  • Author
  • Supporter
  • April 25, 2018

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

 

 


david_r
Celebrity
  • April 25, 2018
That's work and it's a logical reason...

 

Thank you very much david_r

 

 

Mais je vous en prie!