I need to get SUM for TOP 10 rows only by counting unique claim numbers. Not for the whole dataset.
for that in a group properties I set Filter with expression:
But the total sum reflected for the whole dataset, not for top 10.
I tried using RunningValue
finction, but no success:
https://mkncreations.com/site/2012/05/filter-top-n-group-totals/
What would be the way to capture sum for only top 10 rows?