I need advice on if what I am trying to do is even possible - and if it is will it be able to perform in an acceptable fashion.
Dataset:
List of groupings that have transactional values associated with event dates.
Desired outcome:
To produce a report that shows on a given event date what the running total is for each group without showing all event dates associated with values on that given date
In the script I have normalised that there is an event on every day for any grouping between its first and last transaction
I have created a running total within the script using peek - but the data is very detailed and I would have to create 20+ of these. To simplify things I have been looking at using set analysis but struggling to it the way I would like. The closest so far is: