Use SQL window functions to summarize user transactions
Anonymous
This is the standard cumulative sum question with sum over transaction column and using partition by on user and order by transaction date
Check out your Company Bowl for anonymous work chats.