Currently formula like Uniques(A) always refer to the events of each time period. It would be nice to be able to refer to previous time periods via something like Uniques(A-1) in order to create a formula that combines both.
Currently I do this with a math hack using the rolling average and rolling window functions.