Thanks Andrey,I have used cumulative function using dates before
succesfully, but with this case my approach did not work. I checked your
link once again, and it stated, that "Since it's ordered by the
dimension it's only useful on dimensions that have a natural order like
date or path length." so to my understanding my case cannot be solved,
as my dimension is not 'Day', 'Month' but rather 'Browser' which doesnt
have a natural order. What i get, see below. On dates it works fine, but
Browser cu...