Hi SAS Community,
I’m working with SAS Intelligent Decisioning on Viya 4 to build a decision flow. I have input data which looks like this:

My goal is to create two columns, Count_Sum and Amount_Sum which gives me a running total of Count and Amount columns for every Model separately.
The result should look like this:

Can this be achieved in SAS ID?
Any suggestions or ideas on how to implement this in SAS ID will be appreciated. Thanks in advance!