Hi All, I'm facing a strange behavior when using an aggregation node on my CV.
I have the following projection node

I need to have aggregated the fields re_menge, re_wert, we_wert and we_menge, so I remove BELNR VGABE, DEC_DMBTR, DEC_MENGE and SHKZG in order to to so.
The expected result should be one line with the following:
re_menge: 0,4
re_wert: 262000
we_wert: 262000
we_menge: 0,4
But instead I got this:

It looks like is either a record missing, or the aggregation is just reading the first record.
this is how my aggregation node is defined:

Any help will be very much appreciated.
Thanks!.