BookmarkSubscribeRSS Feed
saunvida
Fluorite | Level 6

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:

saunvida_1-1731925475517.png

 

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: 

saunvida_2-1731925527291.png

 

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!