Defining data to be summed
If you sort payment transaction on date, you
will get one iteration per payment transaction in date order. If setting the property Is Grouped
to true
for the date parameter, you will instead get one iteration per unique date.
If you also have an amount parameter in that Restructure
function, you will get the amount for one of the payment transactions per unique date as
default.
By setting the property Is Summable
to true for the amount parameter, you will get a summed amount for all payment transactions per unique date. In order to make this work, you must ensure that the linked input amount element always exists, that is not null, and contains a valid integer or decimal number. Otherwise, the mapping will terminate abnormally at runtime. There is no decimal rounding, or other number processing performed.
BigDecimal
.