|
I try to have a Cumulative sum field based on a existing field from Pentaho Kettle; How I can do that? I guess I can use group by component. |
|
You should use the GROUP_BY step and choose Cumulative sum (all rows option only!), remember to pick the "Include all rows?" option from the dialog top so that each row will have a running sum for the field. |