Running total with non-numeric fields

Hi @RafalM,

It’s adding both values in one go. You’ll need to break the ties to seperate them out. To achieve this you can introduce another column to the ranking logic. See the article and or video below.

I hope this is helpful

1 Like