Hi @Leonid Dynin ,
If you just need to count the number of deaths in each group, you can check the field - AddTotal, which will calculate the sum of all deaths in this group, and add an extra row;
Then set the visibility of this Details Row , as shown below:
If you want to count the number of rows, you can modify the expression to: =CountRows("Age_Bracket")
If you are calculating the sum of deaths, use the SUM aggregate function.
Preview:
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.