Hi Experts, I have been struggling to use subtotals in my output. Is there a (simple) way to include subtotals in the output? Below is a sample data.
| Class | Section | Students |
| I | A | 100 |
| I | B | 150 |
| II | A | 200 |
| II | B | 250 |
| II | C | 300 |
I would like to have subtotals for each class like the ones we see in pivot tables. I tried the CReW macros(Add Totals), but it totals the full range and not by each group. My workflow goes - Many tools to Union-Summarise-Table-Layout-Render.
Thanks!